Skip to content

Commit

Permalink
Merge pull request #66 from Insurgent679/fern
Browse files Browse the repository at this point in the history
Папоротник мутант
  • Loading branch information
DTSpawn authored Nov 1, 2024
2 parents 5f0f7cb + 2709d22 commit aa178e9
Show file tree
Hide file tree
Showing 10 changed files with 93 additions and 0 deletions.
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
1 change: 1 addition & 0 deletions Resources/Prototypes/Hydroponics/seeds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1352,6 +1352,7 @@
- FoodGalaxythistle
mutationPrototypes:
- glasstle
- mutatedfern # Adventure
lifespan: 25
maturation: 10
production: 3
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aa178e9

Please sign in to comment.