Ghost sheet! (#13437)
Co-authored-by: Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com>
This commit is contained in:
@@ -220,3 +220,14 @@
|
|||||||
sprite: Clothing/OuterClothing/Misc/nunrobe.rsi
|
sprite: Clothing/OuterClothing/Misc/nunrobe.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/OuterClothing/Misc/nunrobe.rsi
|
sprite: Clothing/OuterClothing/Misc/nunrobe.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingOuterBase
|
||||||
|
id: ClothingOuterGhostSheet
|
||||||
|
name: ghost sheet
|
||||||
|
description: Spooky!!!
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/OuterClothing/Misc/ghostsheet.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Clothing/OuterClothing/Misc/ghostsheet.rsi
|
||||||
|
|||||||
@@ -301,6 +301,10 @@
|
|||||||
parent: BedsheetBase
|
parent: BedsheetBase
|
||||||
name: white bedsheet
|
name: white bedsheet
|
||||||
components:
|
components:
|
||||||
|
- type: Butcherable
|
||||||
|
spawned:
|
||||||
|
- id: ClothingOuterGhostSheet #ghostly!
|
||||||
|
amount: 1
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: sheetwhite
|
state: sheetwhite
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 553 B |
Binary file not shown.
|
After Width: | Height: | Size: 184 B |
Binary file not shown.
|
After Width: | Height: | Size: 340 B |
Binary file not shown.
|
After Width: | Height: | Size: 346 B |
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/pull/38809",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-OUTERCLOTHING",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user