Some plant mutations (#28993)

* Some new plants mutations

* glasstle inhand

* gapple trico increase ↑

1-10 to 3-16

* replace trico with doc delight
This commit is contained in:
BombasterDS
2024-07-28 01:08:49 +10:00
committed by GitHub
parent f49fc5a89c
commit de7df2a760
33 changed files with 344 additions and 0 deletions

View File

@@ -95,6 +95,21 @@
- type: Produce
seedId: sugarcane
- type: entity
name: papercane roll
description: Why do we even need to grow paper?
id: Papercane
parent: ProduceBase
components:
- type: Sprite
sprite: Objects/Specific/Hydroponics/papercane.rsi
- type: SolutionContainerManager
- type: Produce
seedId: papercane
- type: Log
spawnedPrototype: SheetPaper1
spawnCount: 2
- type: entity
parent: FoodProduceBase
id: FoodLaughinPeaPod
@@ -869,6 +884,42 @@
tags:
- Fruit
- type: entity
name: golden apple
parent: FoodProduceBase
id: FoodGoldenApple
description: It should be shaped like a cube, shouldn't it?
components:
- type: FlavorProfile
flavors:
- apple
- metallic
- type: SolutionContainerManager
solutions:
food:
maxVol: 30
reagents:
- ReagentId: Nutriment
Quantity: 10
- ReagentId: Vitamin
Quantity: 4
- ReagentId: DoctorsDelight
Quantity: 13
- type: Sprite
sprite: Objects/Specific/Hydroponics/golden_apple.rsi
- type: Produce
seedId: goldenApple
- type: Extractable
juiceSolution:
reagents:
- ReagentId: JuiceApple
Quantity: 10
- ReagentId: Gold
Quantity: 10
- type: Tag
tags:
- Fruit
- type: entity
name: cocoa pod
parent: FoodProduceBase
@@ -1411,6 +1462,71 @@
- Galaxythistle
- Fruit # Probably?
- type: entity
name: glasstle
parent: FoodProduceBase
id: FoodGlasstle
description: A fragile crystal plant with lot of spiky thorns.
components:
- type: Item
size: Small
sprite: Objects/Specific/Hydroponics/glasstle.rsi
heldPrefix: produce
- type: FlavorProfile
flavors:
- sharp
- type: SolutionContainerManager
solutions:
food:
maxVol: 15
reagents:
- ReagentId: Razorium
Quantity: 15
- type: Sprite
sprite: Objects/Specific/Hydroponics/glasstle.rsi
- type: Produce
seedId: glasstle
- type: Extractable
grindableSolutionName: food
- type: Damageable
damageContainer: Inorganic
- type: ToolRefinable
refineResult:
- id: SheetGlass1
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 10
behaviors:
- !type:PlaySoundBehavior
sound:
collection: GlassBreak
params:
volume: -4
- !type:SpawnEntitiesBehavior
spawn:
ShardGlass:
min: 1
max: 1
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: DamageOnHit
damage:
types:
Blunt: 10
- type: MeleeWeapon
wideAnimationRotation: 60
damage:
types:
Slash: 15
soundHit:
path: /Audio/Weapons/bladeslice.ogg
- type: Tag
tags:
- Galaxythistle
- type: entity
name: fly amanita
parent: FoodProduceBase

View File

@@ -163,6 +163,16 @@
- type: Sprite
sprite: Objects/Specific/Hydroponics/sugarcane.rsi
- type: entity
parent: SeedBase
name: packet of papercane seeds
id: PapercaneSeeds
components:
- type: Seed
seedId: papercane
- type: Sprite
sprite: Objects/Specific/Hydroponics/papercane.rsi
- type: entity
parent: SeedBase
name: packet of tower cap spores
@@ -243,6 +253,16 @@
- type: Sprite
sprite: Objects/Specific/Hydroponics/apple.rsi
- type: entity
parent: SeedBase
name: packet of golden apple seeds
id: GoldenAppleSeeds
components:
- type: Seed
seedId: goldenApple
- type: Sprite
sprite: Objects/Specific/Hydroponics/golden_apple.rsi
- type: entity
parent: SeedBase
name: packet of corn seeds
@@ -427,6 +447,17 @@
- type: Sprite
sprite: Objects/Specific/Hydroponics/galaxythistle.rsi
- type: entity
parent: SeedBase
name: packet of glasstle seeds
description: "Scars of gloomy nights."
id: GlasstleSeeds
components:
- type: Seed
seedId: glasstle
- type: Sprite
sprite: Objects/Specific/Hydroponics/glasstle.rsi
- type: entity
parent: SeedBase
name: packet of fly amanita spores