]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
new arachnid marking (#20347)
authorPixelTK <85175107+PixelTheKermit@users.noreply.github.com>
Sun, 24 Sep 2023 19:54:38 +0000 (20:54 +0100)
committerGitHub <noreply@github.com>
Sun, 24 Sep 2023 19:54:38 +0000 (15:54 -0400)
Resources/Locale/en-US/markings/arachnid.ftl
Resources/Prototypes/Entities/Mobs/Customization/Markings/arachnid.yml
Resources/Textures/Mobs/Customization/Arachnid/appendages.rsi/freaky_primary.png [new file with mode: 0644]
Resources/Textures/Mobs/Customization/Arachnid/appendages.rsi/freaky_secondary.png [new file with mode: 0644]
Resources/Textures/Mobs/Customization/Arachnid/appendages.rsi/meta.json

index 7fb78fb74c2c42e89900887fa7d80a17a9c9f58e..e383cca649aefda5ee70925c444e2dc98fbdf0de 100644 (file)
@@ -36,6 +36,10 @@ marking-ArachnidAppendagesShort = Appendages (Short)
 marking-ArachnidAppendagesShort-short_primary = Appendage
 marking-ArachnidAppendagesShort-short_secondary = Stripes
 
+marking-ArachnidAppendagesFreaky = Appendages (Freaky long)
+marking-ArachnidAppendagesFreaky-freaky_primary = Appendage
+marking-ArachnidAppendagesFreaky-freaky_secondary = Stripes
+
 marking-ArachnidTorsoStripes = Stripes
 marking-ArachnidTorsoStripes-stripes = Design
 
index cf3e1ab2d5615a7876ef7c91d0968309c61830fc..f4c446df5b7a6af702a10c36ffe4f0373a9dd179 100644 (file)
   - sprite: Mobs/Customization/Arachnid/appendages.rsi
     state: short_secondary
 
+- type: marking
+  id: ArachnidAppendagesFreaky
+  bodyPart: Tail
+  markingCategory: Tail
+  speciesRestriction: [Arachnid]
+  sprites:
+  - sprite: Mobs/Customization/Arachnid/appendages.rsi
+    state: freaky_primary
+  - sprite: Mobs/Customization/Arachnid/appendages.rsi
+    state: freaky_secondary
+
 # Chest
 - type: marking
   id: ArachnidTorsoStripes
diff --git a/Resources/Textures/Mobs/Customization/Arachnid/appendages.rsi/freaky_primary.png b/Resources/Textures/Mobs/Customization/Arachnid/appendages.rsi/freaky_primary.png
new file mode 100644 (file)
index 0000000..b852964
Binary files /dev/null and b/Resources/Textures/Mobs/Customization/Arachnid/appendages.rsi/freaky_primary.png differ
diff --git a/Resources/Textures/Mobs/Customization/Arachnid/appendages.rsi/freaky_secondary.png b/Resources/Textures/Mobs/Customization/Arachnid/appendages.rsi/freaky_secondary.png
new file mode 100644 (file)
index 0000000..7b17e94
Binary files /dev/null and b/Resources/Textures/Mobs/Customization/Arachnid/appendages.rsi/freaky_secondary.png differ
index a85abf1ddb8b2fcc37cde1eeb240a3bf651cc772..b1cb1eb1ab5571e1d455c4954a06d1987eaff223 100644 (file)
     {
       "name": "short_secondary",
       "directions": 4
+    },
+    {
+      "name": "freaky_primary",
+      "directions": 4
+    },
+    {
+      "name": "freaky_secondary",
+      "directions": 4
     }
   ]
 }