Skip to content

Commit

Permalink
Merge pull request #63 from Insurgent679/g
Browse files Browse the repository at this point in the history
Добавил свето грибы в раздатчик
  • Loading branch information
DTSpawn authored Nov 1, 2024
2 parents 14729c4 + 9e3b7d9 commit 5f0f7cb
Show file tree
Hide file tree
Showing 10 changed files with 94 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
- type: entity # Семена
parent: SeedBase
name: пакет спор (светящийся гриб)
suffix: AdvBotany
description: "Даже этот пакетик немного светится.."
id: GlowingMushroomSeeds
components:
- type: Seed
seedId: glowingmushroom
- type: Sprite
sprite: Adventure/Objects/Botany/Produce/glowingmushrooms.rsi

- type: seed # Растение
id: glowingmushroom
name: пакет спор (светящийся гриб)
noun: seeds-noun-seeds
displayName: светящийся гриб
plantRsi: Adventure/Objects/Botany/Produce/glowingmushrooms.rsi
packetPrototype: GlowingMushroomSeeds
productPrototypes:
- FoodGlowingMushroom
harvestRepeat: Repeat
lifespan: 55
maturation: 6
production: 6
growstage: 3
yield: 3
potency: 10
growthStages: 3
idealLight: 8
chemicals:
Radium:
Min: 1
Max: 5
PotencyDivisor: 20

- type: entity # Продукт
name: светящийся гриб
parent: FoodChanterelles
id: FoodGlowingMushroom
description: Излучает из себя крупицы света.
components:
- type: FlavorProfile
flavors:
- weird
- type: Sprite
sprite: Adventure/Objects/Botany/Produce/glowingmushrooms.rsi
- type: Produce
seedId: glowingmushroom
- type: PointLight # Должен же светящийся гриб светиться?)
color: "#38f5bc"
- type: Extractable
juiceSolution:
reagents:
- ReagentId: Radium
Quantity: 5
- type: Tag
tags:
- Fruit
4 changes: 3 additions & 1 deletion Resources/Prototypes/Hydroponics/seeds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,9 @@
plantRsi: Objects/Specific/Hydroponics/chanterelle.rsi
packetPrototype: ChanterelleSeeds
productPrototypes:
- FoodMushroom
- FoodMushroom
mutationPrototypes:
- glowingmushroom # Adventure
lifespan: 35
maturation: 10
production: 7
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 5f0f7cb

Please sign in to comment.