Skip to content

Commit

Permalink
Adds stalagmites to the rock spawner
Browse files Browse the repository at this point in the history
  • Loading branch information
Velcroboy committed Feb 13, 2024
1 parent de09172 commit 78db376
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- RandomCrystalSpawner
- RandomWallRockSpawner
- RandomBasaltRockSpawner
- RandomStalagmiteSpawner
rareChance: 0.15

- type: entity
Expand Down Expand Up @@ -82,3 +83,22 @@
- WallRockBasaltUranium
- WallRockBasaltArtifactFragment
#Might add chance for no crystal later??

- type: entity
name: Stalagmite Spawner
id: RandomStalagmiteSpawner
parent: MarkerBase
components:
- type: Sprite
layers:
- state: red
- sprite: Structures/Decoration/flora_stalagmite.rsi
state: stalagmite1
- type: RandomSpawner
prototypes:
- FloraStalagmite1
- FloraStalagmite2
- FloraStalagmite3
- FloraStalagmite4
- FloraStalagmite5
- FloraStalagmite6

0 comments on commit 78db376

Please sign in to comment.