-
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.
Merge pull request #74 from Insurgent679/nut
Ореховое дерево и орешки :D
- Loading branch information
Showing
13 changed files
with
101 additions
and
0 deletions.
There are no files selected for viewing
60 changes: 60 additions & 0 deletions
60
Resources/Prototypes/Adventure/Objects/Botany/Produce/walnuttree.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,60 @@ | ||
- type: entity # Семена | ||
parent: SeedBase | ||
name: пакет семян (орехового дерева) | ||
suffix: AdvBotany | ||
description: "Орешки полезны для здоровья!" | ||
id: NutSeeds | ||
components: | ||
- type: Seed | ||
seedId: walnuttree | ||
- type: Sprite | ||
sprite: Adventure/Objects/Botany/Produce/walnuttree.rsi | ||
|
||
- type: seed # Растение | ||
id: walnuttree | ||
name: семена орехового дерева | ||
noun: seeds-noun-seeds | ||
displayName: Ореховое дерево | ||
plantRsi: Adventure/Objects/Botany/Produce/walnuttree.rsi | ||
packetPrototype: NutSeeds | ||
productPrototypes: | ||
- FoodNut | ||
lifespan: 65 | ||
maturation: 10 | ||
production: 4 | ||
yield: 3 | ||
potency: 10 | ||
growthStages: 6 | ||
waterConsumption: 0.60 | ||
chemicals: | ||
Water: | ||
Min: 1 | ||
Max: 10 | ||
PotencyDivisor: 10 | ||
Nutriment: | ||
Min: 1 | ||
Max: 20 | ||
PotencyDivisor: 20 | ||
|
||
- type: entity # Продукт | ||
name: Орехи | ||
suffix: AdvBotany | ||
parent: FoodProduceBase | ||
id: FoodNut | ||
description: Хрустящие орешки, очень питательны! | ||
components: | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
maxVol: 30 | ||
reagents: | ||
- ReagentId: Nutriment | ||
Quantity: 20 | ||
- ReagentId: Vitamin | ||
Quantity: 10 | ||
- type: Sprite | ||
sprite: Adventure/Objects/Botany/Produce/walnuttree.rsi | ||
- type: Produce | ||
seedId: walnuttree | ||
- type: Extractable | ||
grindableSolutionName: food |
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
Binary file added
BIN
+318 Bytes
Resources/Textures/Adventure/Objects/Botany/Produce/walnuttree.rsi/dead.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+659 Bytes
Resources/Textures/Adventure/Objects/Botany/Produce/walnuttree.rsi/harvest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions
40
Resources/Textures/Adventure/Objects/Botany/Produce/walnuttree.rsi/meta.json
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,40 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "dead" | ||
}, | ||
{ | ||
"name": "harvest" | ||
}, | ||
{ | ||
"name": "produce" | ||
}, | ||
{ | ||
"name": "seed" | ||
}, | ||
{ | ||
"name": "stage-1" | ||
}, | ||
{ | ||
"name": "stage-2" | ||
}, | ||
{ | ||
"name": "stage-3" | ||
}, | ||
{ | ||
"name": "stage-4" | ||
}, | ||
{ | ||
"name": "stage-5" | ||
}, | ||
{ | ||
"name": "stage-6" | ||
} | ||
] | ||
} |
Binary file added
BIN
+824 Bytes
Resources/Textures/Adventure/Objects/Botany/Produce/walnuttree.rsi/produсe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+396 Bytes
Resources/Textures/Adventure/Objects/Botany/Produce/walnuttree.rsi/seed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+161 Bytes
Resources/Textures/Adventure/Objects/Botany/Produce/walnuttree.rsi/stage-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+195 Bytes
Resources/Textures/Adventure/Objects/Botany/Produce/walnuttree.rsi/stage-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+291 Bytes
Resources/Textures/Adventure/Objects/Botany/Produce/walnuttree.rsi/stage-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+528 Bytes
Resources/Textures/Adventure/Objects/Botany/Produce/walnuttree.rsi/stage-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+639 Bytes
Resources/Textures/Adventure/Objects/Botany/Produce/walnuttree.rsi/stage-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+658 Bytes
Resources/Textures/Adventure/Objects/Botany/Produce/walnuttree.rsi/stage-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.