-
Notifications
You must be signed in to change notification settings - Fork 339
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
9 changed files
with
90 additions
and
0 deletions.
There are no files selected for viewing
49 changes: 49 additions & 0 deletions
49
Resources/Prototypes/DeltaV/Entities/Objects/Decoration/stalagmites.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
Resources/Textures/DeltaV/Objects/Decoration/Flora/flora_grey_stalagmite.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
Binary file added
BIN
+914 Bytes
...tures/DeltaV/Objects/Decoration/Flora/flora_grey_stalagmite.rsi/stalagmite1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+683 Bytes
...tures/DeltaV/Objects/Decoration/Flora/flora_grey_stalagmite.rsi/stalagmite2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+822 Bytes
...tures/DeltaV/Objects/Decoration/Flora/flora_grey_stalagmite.rsi/stalagmite3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+822 Bytes
...tures/DeltaV/Objects/Decoration/Flora/flora_grey_stalagmite.rsi/stalagmite4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+692 Bytes
...tures/DeltaV/Objects/Decoration/Flora/flora_grey_stalagmite.rsi/stalagmite5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+687 Bytes
...tures/DeltaV/Objects/Decoration/Flora/flora_grey_stalagmite.rsi/stalagmite6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.