-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
41 changed files
with
651 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
flavor-complex-camomile-tea = like honey with hints of freshness | ||
flavor-complex-mint-tea = like eternal frost | ||
flavor-complex-ginger-tea = like hot pepper | ||
flavor-complex-berry-tea = like berry compote | ||
flavor-complex-orange-tea = like freshly squeezed orange | ||
flavor-complex-flower-tea = like flowers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
Resources/Locale/en-US/_LostParadise/reagents/consumable.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
reagent-name-camomile-tea = chamomile tea | ||
reagent-desc-camomile-tea = Tea with added chamomile, great for relaxation. | ||
reagent-name-mint-tea = mint tea | ||
reagent-desc-mint-tea = Tea with mint, thankfully not catnip... | ||
reagent-name-ginger-tea = ginger tea | ||
reagent-desc-ginger-tea = Tea with added ginger, rumored to be great for warming up. | ||
reagent-name-berry-tea = berry tea | ||
reagent-desc-berry-tea = Tea with a mix of various berries, hopefully none of them are poisonous. | ||
reagent-name-orange-tea = orange tea | ||
reagent-desc-orange-tea = Tea with added orange, has a citrusy flavor. | ||
reagent-name-flower-tea = flower tea | ||
reagent-desc-flower-tea = Tea with a blend of various flowers. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
flavor-complex-camomile-tea = как мёд с нотками свежести | ||
flavor-complex-mint-tea = как вечная мерзлота | ||
flavor-complex-ginger-tea = как жгучий перец | ||
flavor-complex-berry-tea = как ягодный компот | ||
flavor-complex-orange-tea = как выжаный апельсин | ||
flavor-complex-flower-tea = как цветочки |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
Resources/Locale/ru-RU/_LostParadise/prototypes/reagents/consumable.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
reagent-name-camomile-tea = ромашковый чай | ||
reagent-desc-camomile-tea = Чай с добавлением ромашек, отлично успакаивает. | ||
reagent-name-mint-tea = мятный чай | ||
reagent-desc-mint-tea = Чай с мятой, слава богу не кошачьей.. | ||
reagent-name-ginger-tea = имбировый чай | ||
reagent-desc-ginger-tea = Чай с добавлением имбиря, по слухам отлично согревает. | ||
reagent-name-berry-tea = ягодный чай | ||
reagent-desc-berry-tea = Чай с добавлением различных ягод, надеюсь среди них не было волчей ягоды. | ||
reagent-name-orange-tea = апельсиновый чай | ||
reagent-desc-orange-tea = Чай с добавлением апельсина, имеет цитрусовый привкус. | ||
reagent-name-flower-tea = цветочный чай | ||
reagent-desc-flower-tea = Чай с добавлением различных цветов. |
16 changes: 16 additions & 0 deletions
16
...RU/ss14-ru/prototypes/_lostparadise/entities/objects/consumable/drinks/drinks_bottles.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
ent-LPPDrinkCamomileTeaBottleFull = бутылка ромашкового чая | ||
.desc = Бутылка ромашкового чая, идеялен для ваших шальных нервов. | ||
ent-LPPDrinkMintTeaBottleFull = бутылка мятного чая | ||
.desc = Бутылка освежающего мятного чая, просто посмотрев на него вам становиться прохладно. | ||
ent-LPPDrinkGingerTeaBottleFull = бутылка имбирного чая | ||
.desc = Бутылка имбирного чая, идеален для согревания души. | ||
ent-LPPDrinkBerryTeaBottleFull = бутылка ягодного чая | ||
.desc = Бутылка ягодного чая с богатым вкусом летних ягод. | ||
ent-LPPDrinkOrangeTeaBottleFull = бутылка апельсинового чая | ||
.desc = Бутылка апельсинового чая обладающего цитрусовой свежестью. | ||
ent-LPPDrinkFlowerTeaBottleFull = бутылка цветочного чая | ||
.desc = Бутылка цветочного чая с тонкими, нежными нотками цветов. | ||
ent-LPPDrinkTeaBottleFull = бутылка чая | ||
.desc = Бутылка с обычным чаем, ничего необычного. | ||
ent-LPPDrinkGreenTeaBottleFull = бутылка зелёного чая | ||
.desc = Бутылка с зелёным чаем, так же ничего необычного. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
Resources/Prototypes/_LostParadise/Catalog/VendingMachines/Inventories/TeaVendMachine.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
- type: vendingMachineInventory | ||
id: TeaVendingMachineServitorInventory | ||
startingInventory: | ||
LPPDrinkCamomileTeaBottleFull: 5 | ||
LPPDrinkMintTeaBottleFull: 4 | ||
LPPDrinkGingerTeaBottleFull: 4 | ||
LPPDrinkBerryTeaBottleFull: 4 | ||
LPPDrinkOrangeTeaBottleFull: 3 | ||
LPPDrinkFlowerTeaBottleFull: 4 | ||
LPPDrinkGreenTeaBottleFull: 3 | ||
LPPDrinkTeaBottleFull: 4 |
247 changes: 247 additions & 0 deletions
247
Resources/Prototypes/_LostParadise/Entities/Objects/Consumable/Drinks/drinks_bottles.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,247 @@ | ||
- type: entity | ||
parent: [DrinkBottleVisualsOpenable, DrinkBottlePlasticBaseFull] | ||
id: LPPDrinkCamomileTeaBottleFull | ||
name: camomile tea bottle | ||
description: Bottle of chamomile tea is the perfect remedy for your peace of mind. | ||
components: | ||
- type: Item | ||
size: Small | ||
- type: SolutionContainerManager | ||
solutions: | ||
drink: | ||
maxVol: 30 | ||
reagents: | ||
- ReagentId: LPPCamomileTea | ||
Quantity: 30 | ||
- type: Drink | ||
- type: Sprite | ||
sprite: _LostParadise/Objects/Consumable/Drinks/teabottle.rsi | ||
layers: | ||
- state: icon | ||
map: ["enum.OpenableVisuals.Layer"] | ||
- state: fill-1 | ||
map: ["enum.SolutionContainerLayers.Fill"] | ||
visible: false | ||
- state: label_1 | ||
- type: Appearance | ||
- type: SolutionContainerVisuals | ||
maxFillLevels: 6 | ||
fillBaseName: fill- | ||
- type: Sealable | ||
|
||
- type: entity | ||
parent: [DrinkBottleVisualsOpenable, DrinkBottlePlasticBaseFull] | ||
id: LPPDrinkMintTeaBottleFull | ||
name: mint tea bottle | ||
description: Bottle of refreshing peppermint tea, just looking at it makes you feel chilled. | ||
components: | ||
- type: Item | ||
size: Small | ||
- type: SolutionContainerManager | ||
solutions: | ||
drink: | ||
maxVol: 30 | ||
reagents: | ||
- ReagentId: LPPMintTea | ||
Quantity: 30 | ||
- type: Drink | ||
- type: Sprite | ||
sprite: _LostParadise/Objects/Consumable/Drinks/teabottle.rsi | ||
layers: | ||
- state: icon | ||
map: ["enum.OpenableVisuals.Layer"] | ||
- state: fill-1 | ||
map: ["enum.SolutionContainerLayers.Fill"] | ||
visible: false | ||
- state: label_3 | ||
- type: Appearance | ||
- type: SolutionContainerVisuals | ||
maxFillLevels: 6 | ||
fillBaseName: fill- | ||
- type: Sealable | ||
|
||
- type: entity | ||
parent: [DrinkBottleVisualsOpenable, DrinkBottlePlasticBaseFull] | ||
id: LPPDrinkGingerTeaBottleFull | ||
name: ginger tea bottle | ||
description: Bottle of ginger tea, great for warming your soul. | ||
components: | ||
- type: Item | ||
size: Small | ||
- type: SolutionContainerManager | ||
solutions: | ||
drink: | ||
maxVol: 30 | ||
reagents: | ||
- ReagentId: LPPGingerTea | ||
Quantity: 30 | ||
- type: Drink | ||
- type: Sprite | ||
sprite: _LostParadise/Objects/Consumable/Drinks/teabottle.rsi | ||
layers: | ||
- state: icon | ||
map: ["enum.OpenableVisuals.Layer"] | ||
- state: fill-1 | ||
map: ["enum.SolutionContainerLayers.Fill"] | ||
visible: false | ||
- state: label_4 | ||
- type: Appearance | ||
- type: SolutionContainerVisuals | ||
maxFillLevels: 6 | ||
fillBaseName: fill- | ||
- type: Sealable | ||
|
||
- type: entity | ||
parent: [DrinkBottleVisualsOpenable, DrinkBottlePlasticBaseFull] | ||
id: LPPDrinkBerryTeaBottleFull | ||
name: berry tea bottle | ||
description: Bottle of berry tea with the rich flavor of summer berries. | ||
components: | ||
- type: Item | ||
size: Small | ||
- type: SolutionContainerManager | ||
solutions: | ||
drink: | ||
maxVol: 30 | ||
reagents: | ||
- ReagentId: LPPBerryTea | ||
Quantity: 30 | ||
- type: Drink | ||
- type: Sprite | ||
sprite: _LostParadise/Objects/Consumable/Drinks/teabottle.rsi | ||
layers: | ||
- state: icon | ||
map: ["enum.OpenableVisuals.Layer"] | ||
- state: fill-1 | ||
map: ["enum.SolutionContainerLayers.Fill"] | ||
visible: false | ||
- state: label_5 | ||
- type: Appearance | ||
- type: SolutionContainerVisuals | ||
maxFillLevels: 6 | ||
fillBaseName: fill- | ||
- type: Sealable | ||
|
||
- type: entity | ||
parent: [DrinkBottleVisualsOpenable, DrinkBottlePlasticBaseFull] | ||
id: LPPDrinkOrangeTeaBottleFull | ||
name: orange tea bottle | ||
description: Bottle of orange tea with citrus freshness. | ||
components: | ||
- type: Item | ||
size: Small | ||
- type: SolutionContainerManager | ||
solutions: | ||
drink: | ||
maxVol: 30 | ||
reagents: | ||
- ReagentId: LPPOrangeTea | ||
Quantity: 30 | ||
- type: Drink | ||
- type: Sprite | ||
sprite: _LostParadise/Objects/Consumable/Drinks/teabottle.rsi | ||
layers: | ||
- state: icon | ||
map: ["enum.OpenableVisuals.Layer"] | ||
- state: fill-1 | ||
map: ["enum.SolutionContainerLayers.Fill"] | ||
visible: false | ||
- state: label_6 | ||
- type: Appearance | ||
- type: SolutionContainerVisuals | ||
maxFillLevels: 6 | ||
fillBaseName: fill- | ||
- type: Sealable | ||
|
||
- type: entity | ||
parent: [DrinkBottleVisualsOpenable, DrinkBottlePlasticBaseFull] | ||
id: LPPDrinkFlowerTeaBottleFull | ||
name: flower tea bottle | ||
description: Bottle of flower tea with subtle, delicate notes of flowers. | ||
components: | ||
- type: Item | ||
size: Small | ||
- type: SolutionContainerManager | ||
solutions: | ||
drink: | ||
maxVol: 30 | ||
reagents: | ||
- ReagentId: LPPFlowerTea | ||
Quantity: 30 | ||
- type: Drink | ||
- type: Sprite | ||
sprite: _LostParadise/Objects/Consumable/Drinks/teabottle.rsi | ||
layers: | ||
- state: icon | ||
map: ["enum.OpenableVisuals.Layer"] | ||
- state: fill-1 | ||
map: ["enum.SolutionContainerLayers.Fill"] | ||
visible: false | ||
- state: label_2 | ||
- type: Appearance | ||
- type: SolutionContainerVisuals | ||
maxFillLevels: 6 | ||
fillBaseName: fill- | ||
- type: Sealable | ||
|
||
- type: entity | ||
parent: [DrinkBottleVisualsOpenable, DrinkBottlePlasticBaseFull] | ||
id: LPPDrinkTeaBottleFull | ||
name: tea bottle | ||
description: Bottle of regular tea, nothing special. | ||
components: | ||
- type: Item | ||
size: Small | ||
- type: SolutionContainerManager | ||
solutions: | ||
drink: | ||
maxVol: 30 | ||
reagents: | ||
- ReagentId: Tea | ||
Quantity: 30 | ||
- type: Drink | ||
- type: Sprite | ||
sprite: _LostParadise/Objects/Consumable/Drinks/teabottle.rsi | ||
layers: | ||
- state: icon | ||
map: ["enum.OpenableVisuals.Layer"] | ||
- state: fill-1 | ||
map: ["enum.SolutionContainerLayers.Fill"] | ||
visible: false | ||
- state: label_7 | ||
- type: Appearance | ||
- type: SolutionContainerVisuals | ||
maxFillLevels: 6 | ||
fillBaseName: fill- | ||
- type: Sealable | ||
|
||
- type: entity | ||
parent: [DrinkBottleVisualsOpenable, DrinkBottlePlasticBaseFull] | ||
id: LPPDrinkGreenTeaBottleFull | ||
name: green tea bottle | ||
description: Bottle of green tea, nothing special either. | ||
components: | ||
- type: Item | ||
size: Small | ||
- type: SolutionContainerManager | ||
solutions: | ||
drink: | ||
maxVol: 30 | ||
reagents: | ||
- ReagentId: GreenTea | ||
Quantity: 30 | ||
- type: Drink | ||
- type: Sprite | ||
sprite: _LostParadise/Objects/Consumable/Drinks/teabottle.rsi | ||
layers: | ||
- state: icon | ||
map: ["enum.OpenableVisuals.Layer"] | ||
- state: fill-1 | ||
map: ["enum.SolutionContainerLayers.Fill"] | ||
visible: false | ||
- state: label_8 | ||
- type: Appearance | ||
- type: SolutionContainerVisuals | ||
maxFillLevels: 6 | ||
fillBaseName: fill- | ||
- type: Sealable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.