diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml index 21a7fdc38d..17bc17919b 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml @@ -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 diff --git a/Resources/Prototypes/Entities/Objects/Misc/bedsheets.yml b/Resources/Prototypes/Entities/Objects/Misc/bedsheets.yml index 9c0713d3ca..f2b48fadd2 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/bedsheets.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/bedsheets.yml @@ -301,6 +301,10 @@ parent: BedsheetBase name: white bedsheet components: + - type: Butcherable + spawned: + - id: ClothingOuterGhostSheet #ghostly! + amount: 1 - type: Sprite state: sheetwhite - type: Clothing diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/ghostsheet.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Misc/ghostsheet.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..1bc8c2e3e4 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/ghostsheet.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/ghostsheet.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Misc/ghostsheet.rsi/icon.png new file mode 100644 index 0000000000..827e29772a Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/ghostsheet.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/ghostsheet.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Misc/ghostsheet.rsi/inhand-left.png new file mode 100644 index 0000000000..171101ed9a Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/ghostsheet.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/ghostsheet.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Misc/ghostsheet.rsi/inhand-right.png new file mode 100644 index 0000000000..b3868632ef Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/ghostsheet.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/ghostsheet.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Misc/ghostsheet.rsi/meta.json new file mode 100644 index 0000000000..5de1afef0f --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Misc/ghostsheet.rsi/meta.json @@ -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 + } + ] +}