]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Ninja headset (#40054)
authorAnri <elyasin.ane@mail.ru>
Sun, 19 Oct 2025 11:33:56 +0000 (14:33 +0300)
committerGitHub <noreply@github.com>
Sun, 19 Oct 2025 11:33:56 +0000 (11:33 +0000)
* init-commit

* skill-issue

* happens

* post-review-changes

* desc-fix

* is-it

Resources/Prototypes/Entities/Clothing/Ears/headsets.yml
Resources/Prototypes/Roles/Antags/ninja.yml
Resources/Textures/Clothing/Ears/Headsets/ninja.rsi/equipped-EARS.png [new file with mode: 0644]
Resources/Textures/Clothing/Ears/Headsets/ninja.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Ears/Headsets/ninja.rsi/meta.json [new file with mode: 0644]

index f2c76cce996c6b9c6cf6f94609e671089dbb0f9a..8b3154b4ab9f19d4fada8b1e57f0454aeab9662b 100644 (file)
       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
index 9cacfab581b7dbb038e58e00eae47109420bf310..e8d9f1d021c0157ae489f4ddebf16d16ae6a8612 100644 (file)
@@ -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 (file)
index 0000000..eeacb35
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 (file)
index 0000000..ca2cdf0
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 (file)
index 0000000..5264ee0
--- /dev/null
@@ -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
+        }
+    ]
+}