Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stalagmites #835

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading