]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add jensen glasses (#22323)
authorMACMAN2003 <macman2003c@gmail.com>
Mon, 11 Dec 2023 11:36:18 +0000 (03:36 -0800)
committerGitHub <noreply@github.com>
Mon, 11 Dec 2023 11:36:18 +0000 (04:36 -0700)
* jensen glasses

* added to maint pool

* removed hamster variants

Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml
Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml
Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/equipped-EYES.png [new file with mode: 0644]
Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/meta.json [new file with mode: 0644]

index 887abc3d5facca1056d032b3414e8813b2283850..c7779184e235e108670b920e9c2756f1cf641e16 100644 (file)
     tags:
     - HamsterWearable
     - WhitelistChameleon
+    
+- type: entity
+  parent: ClothingEyesBase
+  id: ClothingEyesGlassesJensen
+  name: jensen glasses
+  description: A pair of yellow tinted folding glasses. You never asked for these.
+  components:
+  - type: Sprite
+    sprite: Clothing/Eyes/Glasses/jensen.rsi
+  - type: Clothing
+    sprite: Clothing/Eyes/Glasses/jensen.rsi
+  - type: Tag
+    tags:
+    - WhitelistChameleon
 
 - type: entity
   parent: ClothingEyesBase
index 9aa1271044d5b407f2b48c69bb66c75a5d860935..2b09d59d99e51e18650614ca8a1e45cd6a0744d1 100644 (file)
@@ -96,6 +96,7 @@
         - ClothingNeckTieRed
         - ClothingOuterCoatGentle
         - ClothingOuterCoatJensen
+        - ClothingEyesGlassesJensen
         - ClothingOuterCoatLab
         - ClothingOuterCoatPirate
         - ClothingOuterHoodieBlack
diff --git a/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/equipped-EYES.png b/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/equipped-EYES.png
new file mode 100644 (file)
index 0000000..eae77b4
Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/equipped-EYES.png differ
diff --git a/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/icon.png b/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/icon.png
new file mode 100644 (file)
index 0000000..d383469
Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/icon.png differ
diff --git a/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/inhand-left.png b/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/inhand-left.png
new file mode 100644 (file)
index 0000000..67f0c9c
Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/inhand-left.png differ
diff --git a/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/inhand-right.png b/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/inhand-right.png
new file mode 100644 (file)
index 0000000..418ac42
Binary files /dev/null and b/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/inhand-right.png differ
diff --git a/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/meta.json b/Resources/Textures/Clothing/Eyes/Glasses/jensen.rsi/meta.json
new file mode 100644 (file)
index 0000000..3c7d235
--- /dev/null
@@ -0,0 +1,26 @@
+{
+  "version": 1,
+  "license": "CC-BY-SA-3.0",
+  "copyright": "Sprited by MACMAN2003",
+  "size": {
+    "x": 32,
+    "y": 32
+  },
+  "states": [
+    {
+      "name": "icon"
+    },
+    {
+      "name": "equipped-EYES",
+      "directions": 4
+    },
+    {
+      "name": "inhand-left",
+      "directions": 4
+    },
+    {
+      "name": "inhand-right",
+      "directions": 4
+    }
+  ]
+}