Skip to content

Commit

Permalink
fern
Browse files Browse the repository at this point in the history
  • Loading branch information
Insurgent679 authored Oct 28, 2024
1 parent f437386 commit 1f02f20
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 @@ -9,6 +9,7 @@
- WheatBushel
mutationPrototypes:
- meatwheat
- mutatedfern # Adventure
lifespan: 25
maturation: 6
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 1f02f20

Please sign in to comment.