]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
New moth antennae and wing pair, Underwing (#23559)
authorUbaser <134914314+UbaserB@users.noreply.github.com>
Fri, 5 Jan 2024 13:55:49 +0000 (00:55 +1100)
committerGitHub <noreply@github.com>
Fri, 5 Jan 2024 13:55:49 +0000 (08:55 -0500)
* add

* delete old image

Resources/Locale/en-US/markings/moth.ftl
Resources/Prototypes/Entities/Mobs/Customization/Markings/moth.yml
Resources/Textures/Mobs/Customization/Moth/moth_antennas.rsi/meta.json
Resources/Textures/Mobs/Customization/Moth/moth_antennas.rsi/underwing_primary.png [new file with mode: 0644]
Resources/Textures/Mobs/Customization/Moth/moth_antennas.rsi/underwing_secondary.png [new file with mode: 0644]
Resources/Textures/Mobs/Customization/Moth/moth_wings.rsi/meta.json
Resources/Textures/Mobs/Customization/Moth/moth_wings.rsi/underwing_primary.png [new file with mode: 0644]
Resources/Textures/Mobs/Customization/Moth/moth_wings.rsi/underwing_secondary.png [new file with mode: 0644]

index 09e79475db54626d0cb50fd915d452d4a31092a5..8e38df14e07b3e27af241ce80a49d0fc6b83b5ba 100644 (file)
@@ -52,7 +52,9 @@ marking-MothAntennasWhitefly = Antennae (White Fly)
 marking-MothAntennasWitchwing-witchwing = Antennae
 marking-MothAntennasWitchwing = Antennae (Witch Wing)
 
-
+marking-MothAntennasUnderwing-underwing_primary = Primary
+marking-MothAntennasUnderwing-underwing_secondary = Secondary
+marking-MothAntennasUnderwing = Antennae (Underwing)
 
 
 
@@ -128,6 +130,9 @@ marking-MothWingsWhitefly = Wings (White Fly)
 marking-MothWingsWitchwing-witchwing = Wing
 marking-MothWingsWitchwing = Wings (Witch Wing)
 
+marking-MothWingsUnderwing-underwing_primary = Primary
+marking-MothWingsUnderwing-underwing_secondary = Secondary
+marking-MothWingsUnderwing = Wings (Underwing)
 
 
 
index e7a11547c348f6851746795e634d7878e2e41f35..c1d5df24633b297337a56a367ac949a64e01b821 100644 (file)
   - sprite: Mobs/Customization/Moth/moth_antennas.rsi
     state: witchwing
 
+- type: marking
+  id: MothAntennasUnderwing
+  bodyPart: HeadTop
+  markingCategory: HeadTop
+  speciesRestriction: [Moth]
+  sprites:
+  - sprite: Mobs/Customization/Moth/moth_antennas.rsi
+    state: underwing_primary
+  - sprite: Mobs/Customization/Moth/moth_antennas.rsi
+    state: underwing_secondary
+
 # Wings
 - type: marking
   id: MothWingsDefault
   - sprite: Mobs/Customization/Moth/moth_wings.rsi
     state: witchwing
 
+- type: marking
+  id: MothWingsUnderwing
+  bodyPart: Tail
+  markingCategory: Tail
+  speciesRestriction: [Moth]
+  sprites:
+  - sprite: Mobs/Customization/Moth/moth_wings.rsi
+    state: underwing_primary
+  - sprite: Mobs/Customization/Moth/moth_wings.rsi
+    state: underwing_secondary
+
 # Body markings:
 # Charred
 - type: marking
index 132474de967efffe6797ac37e27e73d39536f52c..afde361663f9592b4ffaa74749887b7c1dc4d543 100644 (file)
@@ -1,7 +1,7 @@
 {
   "version": 1,
   "license": "CC-BY-SA-3.0",
-  "copyright": "Taken from tgstation at commits https://github.com/tgstation/tgstation/commit/b30e2934e7585bad901dd12a35d0635f1fc292c1 and https://github.com/tgstation/tgstation/commit/6b0af0febe578f47ae280781682ea7a3d77f508a, modified by https://github.com/PixelTheKermit & https://github.com/MilenVolf",
+  "copyright": "Taken from tgstation at commits https://github.com/tgstation/tgstation/commit/b30e2934e7585bad901dd12a35d0635f1fc292c1 and https://github.com/tgstation/tgstation/commit/6b0af0febe578f47ae280781682ea7a3d77f508a, modified by https://github.com/PixelTheKermit & https://github.com/MilenVolf, Underwing is drawn by Ubaser",
   "size": {
     "x": 32,
     "y": 32
     {
       "name": "witchwing",
       "directions": 4
+    },
+    {
+      "name": "underwing_primary",
+      "directions": 4
+    },
+    {
+      "name": "underwing_secondary",
+      "directions": 4
     }
   ]
 }
diff --git a/Resources/Textures/Mobs/Customization/Moth/moth_antennas.rsi/underwing_primary.png b/Resources/Textures/Mobs/Customization/Moth/moth_antennas.rsi/underwing_primary.png
new file mode 100644 (file)
index 0000000..5928de8
Binary files /dev/null and b/Resources/Textures/Mobs/Customization/Moth/moth_antennas.rsi/underwing_primary.png differ
diff --git a/Resources/Textures/Mobs/Customization/Moth/moth_antennas.rsi/underwing_secondary.png b/Resources/Textures/Mobs/Customization/Moth/moth_antennas.rsi/underwing_secondary.png
new file mode 100644 (file)
index 0000000..96f7e13
Binary files /dev/null and b/Resources/Textures/Mobs/Customization/Moth/moth_antennas.rsi/underwing_secondary.png differ
index 9b107bd7b5ca0e51e2b792ce3a832cba80b9a32f..b2a9e559ed1618a56fabd3cc034ffcfcd5a4a257 100644 (file)
@@ -1,7 +1,7 @@
 {
   "version": 1,
   "license": "CC-BY-SA-3.0",
-  "copyright": "Taken from tgstation at commits https://github.com/tgstation/tgstation/commit/b30e2934e7585bad901dd12a35d0635f1fc292c1 and https://github.com/tgstation/tgstation/commit/6b0af0febe578f47ae280781682ea7a3d77f508a, modified by https://github.com/PixelTheKermit & https://github.com/MilenVolf",
+  "copyright": "Taken from tgstation at commits https://github.com/tgstation/tgstation/commit/b30e2934e7585bad901dd12a35d0635f1fc292c1 and https://github.com/tgstation/tgstation/commit/6b0af0febe578f47ae280781682ea7a3d77f508a, modified by https://github.com/PixelTheKermit & https://github.com/MilenVolf, Underwing is drawn by Ubaser",
   "size": {
     "x": 32,
     "y": 32
     {
       "name": "witchwing",
       "directions": 4
+    },
+    {
+      "name": "underwing_primary",
+      "directions": 4
+    },
+    {
+      "name": "underwing_secondary",
+      "directions": 4
     }
   ]
 }
diff --git a/Resources/Textures/Mobs/Customization/Moth/moth_wings.rsi/underwing_primary.png b/Resources/Textures/Mobs/Customization/Moth/moth_wings.rsi/underwing_primary.png
new file mode 100644 (file)
index 0000000..f3fe5ff
Binary files /dev/null and b/Resources/Textures/Mobs/Customization/Moth/moth_wings.rsi/underwing_primary.png differ
diff --git a/Resources/Textures/Mobs/Customization/Moth/moth_wings.rsi/underwing_secondary.png b/Resources/Textures/Mobs/Customization/Moth/moth_wings.rsi/underwing_secondary.png
new file mode 100644 (file)
index 0000000..9d60488
Binary files /dev/null and b/Resources/Textures/Mobs/Customization/Moth/moth_wings.rsi/underwing_secondary.png differ