Stalagmite Changes (#25646)
* initial commit * remove unnecessary thing * Revert "remove unnecessary thing" This reverts commit c4e3aecbcb9088c4dee5bf41dc5cc88eaa81f505. * fix (real)
This commit is contained in:
@@ -173,6 +173,17 @@
|
||||
parent: BaseRock
|
||||
id: FloraStalagmite1
|
||||
components:
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 5
|
||||
behaviors:
|
||||
- !type:DoActsBehavior
|
||||
acts: [ "Destruction" ]
|
||||
- !type:PlaySoundBehavior
|
||||
sound:
|
||||
collection: GlassBreak
|
||||
- type: Sprite
|
||||
sprite: Objects/Decoration/Flora/flora_stalagmite.rsi
|
||||
state: stalagmite1
|
||||
@@ -217,6 +228,55 @@
|
||||
sprite: Objects/Decoration/Flora/flora_stalagmite.rsi
|
||||
state: stalagmite6
|
||||
|
||||
- type: entity
|
||||
parent: FloraStalagmite1
|
||||
id: FloraGreyStalagmite1
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Decoration/Flora/flora_stalagmite.rsi
|
||||
state: grey_stalagmite1
|
||||
|
||||
- type: entity
|
||||
parent: FloraGreyStalagmite1
|
||||
id: FloraGreyStalagmite2
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Decoration/Flora/flora_stalagmite.rsi
|
||||
state: grey_stalagmite2
|
||||
|
||||
- type: entity
|
||||
parent: FloraGreyStalagmite1
|
||||
id: FloraGreyStalagmite3
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Decoration/Flora/flora_stalagmite.rsi
|
||||
state: grey_stalagmite3
|
||||
|
||||
- type: entity
|
||||
parent: FloraGreyStalagmite1
|
||||
id: FloraGreyStalagmite4
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Decoration/Flora/flora_stalagmite.rsi
|
||||
state: grey_stalagmite4
|
||||
|
||||
- type: entity
|
||||
parent: FloraGreyStalagmite1
|
||||
id: FloraGreyStalagmite5
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Decoration/Flora/flora_stalagmite.rsi
|
||||
state: grey_stalagmite5
|
||||
|
||||
- type: entity
|
||||
parent: FloraGreyStalagmite1
|
||||
id: FloraGreyStalagmite6
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Decoration/Flora/flora_stalagmite.rsi
|
||||
state: grey_stalagmite6
|
||||
|
||||
|
||||
- type: entity
|
||||
parent: BaseTree
|
||||
id: FloraTree01
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 914 B |
Binary file not shown.
|
After Width: | Height: | Size: 683 B |
Binary file not shown.
|
After Width: | Height: | Size: 822 B |
Binary file not shown.
|
After Width: | Height: | Size: 822 B |
Binary file not shown.
|
After Width: | Height: | Size: 692 B |
Binary file not shown.
|
After Width: | Height: | Size: 687 B |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from TGMC at commit https://github.com/tgstation/TerraGov-Marine-Corps/commit/4bf5d1aafbcbbb7bd2a7d0f52ef87f28e2bbb384",
|
||||
"copyright": "Taken from TGMC at commit https://github.com/tgstation/TerraGov-Marine-Corps/commit/4bf5d1aafbcbbb7bd2a7d0f52ef87f28e2bbb384, grey ones recolored by rosieposieeee (github)",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -24,6 +24,24 @@
|
||||
},
|
||||
{
|
||||
"name": "stalagmite6"
|
||||
},
|
||||
{
|
||||
"name": "grey_stalagmite1"
|
||||
},
|
||||
{
|
||||
"name": "grey_stalagmite2"
|
||||
},
|
||||
{
|
||||
"name": "grey_stalagmite3"
|
||||
},
|
||||
{
|
||||
"name": "grey_stalagmite4"
|
||||
},
|
||||
{
|
||||
"name": "grey_stalagmite5"
|
||||
},
|
||||
{
|
||||
"name": "grey_stalagmite6"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user