From: Jacktastic09 <148667265+Jacktastic09@users.noreply.github.com> Date: Thu, 17 Apr 2025 13:43:44 +0000 (+1000) Subject: Add Solid Headband (#36650) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=e16365d1bf6b1a485c3b637034c24ba611a33cea;p=space-station-14.git Add Solid Headband (#36650) * Added The Solid Headband, avaliable from hacked clothesmates * Added The Solid Headband, avaliable from hacked clothesmates --- diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml index 4b5688a46f..8e0f09a287 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml @@ -99,4 +99,5 @@ ToyFigurinePassenger: 1 ToyFigurineGreytider: 1 ClothingBackpackSatchelSmugglerUnanchored: 1 + ClothingHeadHatSolidHeadband: 2 # DO NOT ADD MORE, USE UNIFORM DYING diff --git a/Resources/Prototypes/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/Entities/Clothing/Head/hats.yml index 6264748293..64d55a2dd9 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hats.yml @@ -1148,3 +1148,14 @@ sprite: Clothing/Head/Hats/beret_medic.rsi - type: Clothing sprite: Clothing/Head/Hats/beret_medic.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatSolidHeadband + name: solid headband + description: "You'll feel like you're Invisible while wearing this! (DISCLAIMER: DOES NOT ACTUALLY MAKE THE WEARER INVISIBLE)" + components: + - type: Sprite + sprite: Clothing/Head/Hats/solidheadband.rsi + - type: Clothing + sprite: Clothing/Head/Hats/solidheadband.rsi diff --git a/Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..8d0b70fb48 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/icon.png new file mode 100644 index 0000000000..439e6ce1a0 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/inhand-left.png new file mode 100644 index 0000000000..a667e3c1f4 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/inhand-right.png new file mode 100644 index 0000000000..5060aea6da Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/meta.json new file mode 100644 index 0000000000..36f70f342b --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Jacktastic09 (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}