From: Anri Date: Sun, 19 Oct 2025 11:33:56 +0000 (+0300) Subject: Ninja headset (#40054) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=cb261babd8ffae155efa0f57e533e329154007a4;p=space-station-14.git Ninja headset (#40054) * init-commit * skill-issue * happens * post-review-changes * desc-fix * is-it --- diff --git a/Resources/Prototypes/Entities/Clothing/Ears/headsets.yml b/Resources/Prototypes/Entities/Clothing/Ears/headsets.yml index f2c76cce99..8b3154b4ab 100644 --- a/Resources/Prototypes/Entities/Clothing/Ears/headsets.yml +++ b/Resources/Prototypes/Entities/Clothing/Ears/headsets.yml @@ -303,3 +303,14 @@ sprite: Clothing/Ears/Headsets/wizard.rsi - type: Clothing sprite: Clothing/Ears/Headsets/wizard.rsi + +- type: entity + parent: [ClothingHeadset, BaseMajorContraband] + id: ClothingHeadsetNinja + name: green headset + description: Who could refuse to wear this stylish black and green headset? + components: + - type: Sprite + sprite: Clothing/Ears/Headsets/ninja.rsi + - type: Clothing + sprite: Clothing/Ears/Headsets/ninja.rsi diff --git a/Resources/Prototypes/Roles/Antags/ninja.yml b/Resources/Prototypes/Roles/Antags/ninja.yml index 9cacfab581..e8d9f1d021 100644 --- a/Resources/Prototypes/Roles/Antags/ninja.yml +++ b/Resources/Prototypes/Roles/Antags/ninja.yml @@ -19,7 +19,7 @@ outerClothing: ClothingOuterSuitSpaceNinja shoes: ClothingShoesSpaceNinja id: AgentIDCard - ears: ClothingHeadsetGrey + ears: ClothingHeadsetNinja pocket1: SpiderCharge pocket2: PinpointerStation belt: EnergyKatana diff --git a/Resources/Textures/Clothing/Ears/Headsets/ninja.rsi/equipped-EARS.png b/Resources/Textures/Clothing/Ears/Headsets/ninja.rsi/equipped-EARS.png new file mode 100644 index 0000000000..eeacb35cfe Binary files /dev/null and b/Resources/Textures/Clothing/Ears/Headsets/ninja.rsi/equipped-EARS.png differ diff --git a/Resources/Textures/Clothing/Ears/Headsets/ninja.rsi/icon.png b/Resources/Textures/Clothing/Ears/Headsets/ninja.rsi/icon.png new file mode 100644 index 0000000000..ca2cdf0d65 Binary files /dev/null and b/Resources/Textures/Clothing/Ears/Headsets/ninja.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Ears/Headsets/ninja.rsi/meta.json b/Resources/Textures/Clothing/Ears/Headsets/ninja.rsi/meta.json new file mode 100644 index 0000000000..5264ee019b --- /dev/null +++ b/Resources/Textures/Clothing/Ears/Headsets/ninja.rsi/meta.json @@ -0,0 +1,27 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/f8f4aeda930fcd0805ca4cc76d9bc9412a5b3428 and recolored by Alwayswannahunt(github)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon", + "delays": [ + [ + 0.5, + 0.35, + 0.3, + 0.3, + 0.35 + ] + ] + }, + { + "name": "equipped-EARS", + "directions": 4 + } + ] +}