Skip to content

Commit

Permalink
stalagamatmatmiets
Browse files Browse the repository at this point in the history
stalagamatmatmiets
  • Loading branch information
rosieposieeee committed Feb 14, 2024
1 parent 0798ea3 commit 30388a7
Show file tree
Hide file tree
Showing 9 changed files with 90 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
- type: entity
name: stalagmite
description: Natural stone spikes.
parent: FloraStalagmite1
id: FloraGreyStalagmite1
components:
- type: Sprite
sprite: DeltaV\Objects\Decoration\Flora\flora_grey_stalagmite.rsi
state: stalagmite1

- type: entity
parent: FloraGreyStalagmite1
id: FloraGreyStalagmite2
components:
- type: Sprite
sprite: DeltaV\Objects\Decoration\Flora\flora_grey_stalagmite.rsi
state: stalagmite2

- type: entity
parent: FloraGreyStalagmite1
id: FloraGreyStalagmite3
components:
- type: Sprite
sprite: DeltaV\Objects\Decoration\Flora\flora_grey_stalagmite.rsi
state: stalagmite3

- type: entity
parent: FloraGreyStalagmite1
id: FloraGreyStalagmite4
components:
- type: Sprite
sprite: DeltaV\Objects\Decoration\Flora\flora_grey_stalagmite.rsi
state: stalagmite4

- type: entity
parent: FloraGreyStalagmite1
id: FloraGreyStalagmite5
components:
- type: Sprite
sprite: DeltaV\Objects\Decoration\Flora\flora_grey_stalagmite.rsi
state: stalagmite5

- type: entity
parent: FloraGreyStalagmite1
id: FloraGreyStalagmite6
components:
- type: Sprite
sprite: DeltaV\Objects\Decoration\Flora\flora_grey_stalagmite.rsi
state: stalagmite6
12 changes: 12 additions & 0 deletions Resources/Prototypes/Entities/Objects/Decoration/flora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,18 @@
- type: Sprite
sprite: Objects/Decoration/Flora/flora_stalagmite.rsi
state: stalagmite1
# Delta-V - modify max damage of stalagmites to be *far* more sensible, stalagmites are very fragile IRL, and give it a noise too
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 5
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]
- !type:PlaySoundBehavior
sound:
collection: GlassBreak

- type: entity
parent: FloraStalagmite1
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from TGMC at commit https://github.com/tgstation/TerraGov-Marine-Corps/commit/4bf5d1aafbcbbb7bd2a7d0f52ef87f28e2bbb384, turned grey by rosieposieeee",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "stalagmite1"
},
{
"name": "stalagmite2"
},
{
"name": "stalagmite3"
},
{
"name": "stalagmite4"
},
{
"name": "stalagmite5"
},
{
"name": "stalagmite6"
}
]
}
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.
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 30388a7

Please sign in to comment.