-
Notifications
You must be signed in to change notification settings - Fork 4
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
2 changed files
with
84 additions
and
85 deletions.
There are no files selected for viewing
167 changes: 83 additions & 84 deletions
167
...dventure/Objects/Botany/Produce/coffe.yml → ...venture/Objects/Botany/Produce/coffee.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 |
---|---|---|
@@ -1,84 +1,83 @@ | ||
- type: entity # Семена | ||
parent: SeedBase | ||
name: пакет семян (кофе) | ||
description: "пахнет кофеином.." | ||
suffix: AdvBotany | ||
id: CoffeeSeeds | ||
components: | ||
- type: Seed | ||
seedId: CoffeePlant | ||
- type: Sprite | ||
sprite: Adventure/Objects/Botany/Produce/coffee.rsi | ||
|
||
- type: seed # Растение | ||
id: CoffeePlant | ||
name: Семена кофейного дерева | ||
noun: seeds-noun-seeds | ||
displayName: Кофейное дерево | ||
plantRsi: Adventure/Objects/Botany/Produce/coffee.rsi | ||
packetPrototype: CoffeeSeeds | ||
productPrototypes: | ||
- CoffeeBeans | ||
harvestRepeat: Repeat | ||
lifespan: 75 | ||
maturation: 5 | ||
production: 4 | ||
yield: 2 | ||
potency: 20 | ||
growthStages: 5 | ||
waterConsumption: 0.6 | ||
idealLight: 9 | ||
idealHeat: 298 | ||
chemicals: | ||
Vitamin: | ||
Min: 1 | ||
Max: 5 | ||
PotencyDivisor: 20 | ||
|
||
- type: entity # Зёрна | ||
name: Кофейные зёрна | ||
parent: ProduceBase | ||
id: CoffeeBeans | ||
description: "Стоит обжарить для готовки и употребления." | ||
components: | ||
- type: Sprite | ||
sprite: Adventure/Objects/Botany/Produce/coffee.rsi | ||
- type: Produce | ||
seedId: CoffeePlant | ||
- type: Extractable | ||
grindableSolutionName: food | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
reagents: | ||
- ReagentId: Vitamin | ||
Quantity: 2 | ||
- ReagentId: Water | ||
Quantity: 1 | ||
|
||
- type: entity # Прожаренные зёрна | ||
name: Обжаренные кофейные зёрна | ||
parent: ProduceBase | ||
id: HotCoffeeBeans | ||
description: "Если измельчить - получите коффе. Горькие на вкус.." | ||
components: | ||
- type: Sprite | ||
sprite: Adventure/Objects/Botany/Produce/coffee.rsi | ||
- type: dried | ||
seedId: CoffeePlant | ||
- type: Extractable | ||
grindableSolutionName: food | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
reagents: | ||
- ReagentId: Coffee | ||
Quantity: 6 | ||
|
||
- type: microwaveMealRecipe # Рецепт Обжаренных зёрен. | ||
id: CoffeeBeans | ||
name: рецепт обжаренных зёрен | ||
result: HotCoffeeBeans | ||
time: 5 # Думаю, будет уместно. Чтобы много гемора не было. | ||
solids: | ||
CoffeeBeans: 1 | ||
- type: entity # Семена | ||
parent: SeedBase | ||
name: пакет семян (кофе) | ||
description: "пахнет кофеином.." | ||
suffix: AdvBotany | ||
id: CoffeeSeeds | ||
components: | ||
- type: Seed | ||
seedId: CoffeePlant | ||
- type: Sprite | ||
sprite: Adventure/Objects/Botany/Produce/coffee.rsi | ||
|
||
- type: seed # Растение | ||
id: CoffeePlant | ||
name: Семена кофейного дерева | ||
noun: seeds-noun-seeds | ||
displayName: Кофейное дерево | ||
plantRsi: Adventure/Objects/Botany/Produce/coffee.rsi | ||
packetPrototype: CoffeeSeeds | ||
productPrototypes: | ||
- CoffeeBeans | ||
harvestRepeat: Repeat | ||
lifespan: 75 | ||
maturation: 5 | ||
production: 4 | ||
yield: 2 | ||
potency: 20 | ||
growthStages: 5 | ||
waterConsumption: 0.6 | ||
idealLight: 9 | ||
idealHeat: 298 | ||
chemicals: | ||
Vitamin: | ||
Min: 1 | ||
Max: 5 | ||
PotencyDivisor: 20 | ||
|
||
- type: entity # Зёрна | ||
name: Кофейные зёрна | ||
parent: ProduceBase | ||
id: CoffeeBeans | ||
description: "Стоит обжарить для готовки и употребления." | ||
components: | ||
- type: Sprite | ||
sprite: Adventure/Objects/Botany/Produce/coffee.rsi | ||
- type: Produce | ||
seedId: CoffeePlant | ||
- type: Extractable | ||
grindableSolutionName: food | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
reagents: | ||
- ReagentId: Vitamin | ||
Quantity: 2 | ||
- ReagentId: Water | ||
Quantity: 1 | ||
|
||
- type: entity # Прожаренные зёрна | ||
name: Обжаренные кофейные зёрна | ||
parent: BaseItem | ||
id: HotCoffeeBeans | ||
description: "Если измельчить - получите коффе. Горькие на вкус.." | ||
components: | ||
- type: Sprite | ||
sprite: Adventure/Objects/Botany/Produce/coffee.rsi | ||
state: dried | ||
- type: Extractable | ||
grindableSolutionName: food | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
reagents: | ||
- ReagentId: Coffee | ||
Quantity: 6 | ||
|
||
- type: microwaveMealRecipe # Рецепт Обжаренных зёрен. | ||
id: CoffeeBeans | ||
name: рецепт обжаренных зёрен | ||
result: HotCoffeeBeans | ||
time: 5 # Думаю, будет уместно. Чтобы много гемора не было. | ||
solids: | ||
CoffeeBeans: 1 |
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