From 78db376ca47d19227fa6c512f6cef155644ebdbe Mon Sep 17 00:00:00 2001 From: Velcroboy <> Date: Tue, 13 Feb 2024 17:44:42 -0600 Subject: [PATCH 1/3] Adds stalagmites to the rock spawner --- .../Markers/Spawners/Random/miningrock.yml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/miningrock.yml b/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/miningrock.yml index f4aef8284b8..55609ec6158 100644 --- a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/miningrock.yml +++ b/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/miningrock.yml @@ -20,6 +20,7 @@ - RandomCrystalSpawner - RandomWallRockSpawner - RandomBasaltRockSpawner + - RandomStalagmiteSpawner rareChance: 0.15 - type: entity @@ -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 From 748477b9e6256f67535333a9989434dcd59c70f3 Mon Sep 17 00:00:00 2001 From: Velcroboy <> Date: Tue, 13 Feb 2024 17:50:48 -0600 Subject: [PATCH 2/3] Fix file path --- .../DeltaV/Entities/Markers/Spawners/Random/miningrock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/miningrock.yml b/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/miningrock.yml index 55609ec6158..70e48b0aca7 100644 --- a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/miningrock.yml +++ b/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/miningrock.yml @@ -92,7 +92,7 @@ - type: Sprite layers: - state: red - - sprite: Structures/Decoration/flora_stalagmite.rsi + - sprite: Objects/Decoration/flora_stalagmite.rsi state: stalagmite1 - type: RandomSpawner prototypes: From 0a6d53fc6bffca63d6c56a43d0afa7f0f89bcf22 Mon Sep 17 00:00:00 2001 From: Velcroboy <> Date: Tue, 13 Feb 2024 17:51:21 -0600 Subject: [PATCH 3/3] for real --- .../DeltaV/Entities/Markers/Spawners/Random/miningrock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/miningrock.yml b/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/miningrock.yml index 70e48b0aca7..5c60556bf48 100644 --- a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/miningrock.yml +++ b/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/miningrock.yml @@ -92,7 +92,7 @@ - type: Sprite layers: - state: red - - sprite: Objects/Decoration/flora_stalagmite.rsi + - sprite: Objects/Decoration/Flora/flora_stalagmite.rsi state: stalagmite1 - type: RandomSpawner prototypes: