]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Heterochromia for Moth (#36061)
authorPgriha <133212269+Pgriha@users.noreply.github.com>
Sun, 20 Apr 2025 12:03:37 +0000 (15:03 +0300)
committerGitHub <noreply@github.com>
Sun, 20 Apr 2025 12:03:37 +0000 (14:03 +0200)
* 1

* Fix local

* formatting

---------

Co-authored-by: Milon <milonpl.git@proton.me>
Resources/Locale/en-US/markings/tattoos.ftl
Resources/Prototypes/Entities/Mobs/Customization/Markings/tattoos.yml
Resources/Textures/Mobs/Customization/tattoos.rsi/meta.json
Resources/Textures/Mobs/Customization/tattoos.rsi/tattoo_eye_moth_l.png [new file with mode: 0644]
Resources/Textures/Mobs/Customization/tattoos.rsi/tattoo_eye_moth_r.png [new file with mode: 0644]

index a3d1d1ef686f205c2d7bb20d269ba8cc1f340605..c16b105467ad95776538566c432db25ae1cf4500 100644 (file)
@@ -27,3 +27,9 @@ marking-TattooEyeRight = Right Eye
 
 marking-TattooEyeLeft-tattoo_eye_l = Left Eye
 marking-TattooEyeLeft = Left Eye
+
+marking-TattooEyeMothRight-tattoo_eye_moth_r = Right Eye
+marking-TattooEyeMothRight = Right Eye
+
+marking-TattooEyeMothLeft-tattoo_eye_moth_l = Left Eye
+marking-TattooEyeMothLeft = Left Eye
index 8a1c1f5d788d6e6329eee5257f40eba3c0d4970a..8a47856fec68e881fecea489dfd29d45ef8d4b5a 100644 (file)
   sprites:
   - sprite: Mobs/Customization/tattoos.rsi
     state: tattoo_eye_l
+
+- type: marking
+  id: TattooEyeMothRight
+  bodyPart: Eyes
+  markingCategory: Overlay
+  speciesRestriction: [Moth]
+  coloring:
+    default:
+      type:
+        !type:EyeColoring
+          negative: true
+  sprites:
+  - sprite: Mobs/Customization/tattoos.rsi
+    state: tattoo_eye_moth_r
+
+- type: marking
+  id: TattooEyeMothLeft
+  bodyPart: Eyes
+  markingCategory: Overlay
+  speciesRestriction: [Moth]
+  coloring:
+    default:
+      type:
+        !type:EyeColoring
+          negative: true
+  sprites:
+  - sprite: Mobs/Customization/tattoos.rsi
+    state: tattoo_eye_moth_l
index 38dfe7ea7182c84f941dbd6e82c724846acfba16..bd8400a374b190cf3877285f2ebde7c29b46f615 100644 (file)
     {
       "name": "tattoo_eye_l",
       "directions": 4
+    },
+    {
+      "name": "tattoo_eye_moth_r",
+      "directions": 4
+    },
+    {
+      "name": "tattoo_eye_moth_l",
+      "directions": 4
     }
   ]
 }
diff --git a/Resources/Textures/Mobs/Customization/tattoos.rsi/tattoo_eye_moth_l.png b/Resources/Textures/Mobs/Customization/tattoos.rsi/tattoo_eye_moth_l.png
new file mode 100644 (file)
index 0000000..1f8d615
Binary files /dev/null and b/Resources/Textures/Mobs/Customization/tattoos.rsi/tattoo_eye_moth_l.png differ
diff --git a/Resources/Textures/Mobs/Customization/tattoos.rsi/tattoo_eye_moth_r.png b/Resources/Textures/Mobs/Customization/tattoos.rsi/tattoo_eye_moth_r.png
new file mode 100644 (file)
index 0000000..86e104d
Binary files /dev/null and b/Resources/Textures/Mobs/Customization/tattoos.rsi/tattoo_eye_moth_r.png differ