-
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 #66 from Insurgent679/fern
Папоротник мутант
- Loading branch information
Showing
10 changed files
with
93 additions
and
0 deletions.
There are no files selected for viewing
60 changes: 60 additions & 0 deletions
60
Resources/Prototypes/Adventure/Objects/Botany/Produce/mutatedfern.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: MutatedFernSeeds | ||
components: | ||
- type: Seed | ||
seedId: mutatedfern | ||
- type: Sprite | ||
sprite: Adventure/Objects/Botany/Produce/mutatedfern.rsi | ||
|
||
- type: seed # Растение | ||
id: mutatedfern | ||
name: семена папоротника мутанта | ||
noun: seeds-noun-seeds | ||
displayName: папоротник мутант | ||
plantRsi: Adventure/Objects/Botany/Produce/mutatedfern.rsi | ||
packetPrototype: MutatedFernSeeds | ||
productPrototypes: | ||
- FoodMutatedFern | ||
harvestRepeat: Repeat | ||
lifespan: 55 | ||
maturation: 6 | ||
production: 6 | ||
growstage: 3 | ||
yield: 3 | ||
potency: 10 | ||
idealLight: 8 | ||
chemicals: | ||
Hyronalin: | ||
Min: 1 | ||
Max: 5 | ||
PotencyDivisor: 20 | ||
Potassium: | ||
Min: 1 | ||
Max: 5 | ||
PotencyDivisor: 20 | ||
|
||
- type: entity # Продукт | ||
name: папоротник мутант | ||
parent: FoodGalaxythistle | ||
id: FoodMutatedFern | ||
description: Война... Война никогда не меняется. | ||
components: | ||
- type: FlavorProfile | ||
flavors: | ||
- wasteland | ||
- type: Sprite | ||
sprite: Adventure/Objects/Botany/Produce/mutatedfern.rsi | ||
- type: Produce | ||
seedId: MutatedFern | ||
- type: Extractable | ||
juiceSolution: | ||
reagents: | ||
- ReagentId: Hyronalin | ||
Quantity: 5 | ||
- type: Tag | ||
tags: | ||
- Fruit |
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
+329 Bytes
Resources/Textures/Adventure/Objects/Botany/Produce/mutatedfern.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
+557 Bytes
Resources/Textures/Adventure/Objects/Botany/Produce/mutatedfern.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.
32 changes: 32 additions & 0 deletions
32
Resources/Textures/Adventure/Objects/Botany/Produce/mutatedfern.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,32 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "DS _monkeygaming", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "dead" | ||
}, | ||
{ | ||
"name": "harvest" | ||
}, | ||
{ | ||
"name": "produce" | ||
}, | ||
{ | ||
"name": "seed" | ||
}, | ||
{ | ||
"name": "stage-1" | ||
}, | ||
{ | ||
"name": "stage-2" | ||
}, | ||
{ | ||
"name": "stage-3" | ||
} | ||
] | ||
} |
Binary file added
BIN
+412 Bytes
Resources/Textures/Adventure/Objects/Botany/Produce/mutatedfern.rsi/produce.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
+383 Bytes
Resources/Textures/Adventure/Objects/Botany/Produce/mutatedfern.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
+127 Bytes
Resources/Textures/Adventure/Objects/Botany/Produce/mutatedfern.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
+245 Bytes
Resources/Textures/Adventure/Objects/Botany/Produce/mutatedfern.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
+448 Bytes
Resources/Textures/Adventure/Objects/Botany/Produce/mutatedfern.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.