Ghost sheet! (#13437)

Co-authored-by: Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com>
This commit is contained in:
Clon clover
2023-01-16 15:29:45 +08:00
committed by GitHub
parent 4102c9cf7c
commit 5ae85bd4cf
7 changed files with 41 additions and 0 deletions

View File

@@ -220,3 +220,14 @@
sprite: Clothing/OuterClothing/Misc/nunrobe.rsi
- type: Clothing
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

View File

@@ -301,6 +301,10 @@
parent: BedsheetBase
name: white bedsheet
components:
- type: Butcherable
spawned:
- id: ClothingOuterGhostSheet #ghostly!
amount: 1
- type: Sprite
state: sheetwhite
- 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

View File

@@ -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
}
]
}