]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Minor vox customization update: new hairstyles & facial hair (#30815)
authorFlareguy <78941145+Flareguy@users.noreply.github.com>
Mon, 19 Aug 2024 03:32:15 +0000 (22:32 -0500)
committerGitHub <noreply@github.com>
Mon, 19 Aug 2024 03:32:15 +0000 (21:32 -0600)
* new vox customization stuff

* tests fix

Resources/Locale/en-US/accessories/vox-facial-hair.ftl
Resources/Locale/en-US/accessories/vox-hair.ftl
Resources/Prototypes/Entities/Mobs/Customization/Markings/vox_facial_hair.yml
Resources/Prototypes/Entities/Mobs/Customization/Markings/vox_hair.yml
Resources/Textures/Mobs/Customization/vox_facial_hair.rsi/manesmall_s.png [new file with mode: 0644]
Resources/Textures/Mobs/Customization/vox_facial_hair.rsi/meta.json
Resources/Textures/Mobs/Customization/vox_facial_hair.rsi/tuft_s.png [new file with mode: 0644]
Resources/Textures/Mobs/Customization/vox_hair.rsi/meta.json
Resources/Textures/Mobs/Customization/vox_hair.rsi/spotty_s.png [new file with mode: 0644]
Resources/Textures/Mobs/Customization/vox_hair.rsi/wise_braid_s.png [new file with mode: 0644]

index a63b0b5a3980b9f0c50482784960af30cd520e85..884edbb2025343b00e6d8ee77628436d665086db 100644 (file)
@@ -3,3 +3,5 @@ marking-VoxFacialHairColonel = Vox Moustache (Colonel)
 marking-VoxFacialHairFu = Vox Moustache (Quill Fu)
 marking-VoxFacialHairNeck = Vox Beard (Neck Quills)
 marking-VoxFacialHairMane = Vox Beard (Mane)
+marking-VoxFacialHairManeSmall = Vox Beard (Small Mane)
+marking-VoxFacialHairTufts = Vox Sideburns (Tufts)
index 94483fd6a6c9be3771807ba73d8d73ac1a90c985..0e11e1a9b801a1ac0ea3d1dd6975f8b0530eb8b6 100644 (file)
@@ -20,3 +20,5 @@ marking-VoxHairShortQuills = Vox Short Quills
 marking-VoxHairSurf = Vox Surf
 marking-VoxHairTielQuills = Vox Tiel Quills
 marking-VoxHairYasu = Vox Yasuhiro
+marking-VoxHairWiseBraid = Vox Wise Braids
+marking-VoxHairSpotty = Vox Spotty Hair
\ No newline at end of file
index 6ec5f8999a1109fba97d7f37cb2cacdd0c7f74d3..066d19722361f0c1d908ade7197ccbd0271a1e70 100644 (file)
     - sprite: Mobs/Customization/vox_facial_hair.rsi
       state: mane_s
 
+- type: marking
+  id: VoxFacialHairManeSmall
+  bodyPart: FacialHair
+  markingCategory: FacialHair
+  speciesRestriction: [Vox]
+  sprites:
+    - sprite: Mobs/Customization/vox_facial_hair.rsi
+      state: manesmall_s
+
 - type: marking
   id: VoxFacialHairNeck
   bodyPart: FacialHair
   sprites:
     - sprite: Mobs/Customization/vox_facial_hair.rsi
       state: neck_s
+
+- type: marking
+  id: VoxFacialHairTufts
+  bodyPart: FacialHair
+  markingCategory: FacialHair
+  speciesRestriction: [Vox]
+  sprites:
+    - sprite: Mobs/Customization/vox_facial_hair.rsi
+      state: tuft_s
+
index 9a847b40a99f549e842547953bcd32dfa3fa7a8c..8748b3a093b48a1f198cd40a28cdef304ec09c50 100644 (file)
@@ -95,7 +95,7 @@
   speciesRestriction: [Vox]
   sprites:
     - sprite: Mobs/Customization/vox_hair.rsi
-      state: afro_s
+      state: long_braid_s
 
 - type: marking
   id: VoxHairMange
     - sprite: Mobs/Customization/vox_hair.rsi
       state: shortquills_s
 
+- type: marking
+  id: VoxHairSpotty
+  bodyPart: Hair
+  markingCategory: Hair
+  speciesRestriction: [Vox]
+  sprites:
+    - sprite: Mobs/Customization/vox_hair.rsi
+      state: spotty_s
+
 - type: marking
   id: VoxHairSurf
   bodyPart: Hair
     - sprite: Mobs/Customization/vox_hair.rsi
       state: tielquills_s
 
+- type: marking
+  id: VoxHairWiseBraid
+  bodyPart: Hair
+  markingCategory: Hair
+  speciesRestriction: [Vox]
+  sprites:
+    - sprite: Mobs/Customization/vox_hair.rsi
+      state: wise_braid_s
+      
 - type: marking
   id: VoxHairYasu
   bodyPart: Hair
diff --git a/Resources/Textures/Mobs/Customization/vox_facial_hair.rsi/manesmall_s.png b/Resources/Textures/Mobs/Customization/vox_facial_hair.rsi/manesmall_s.png
new file mode 100644 (file)
index 0000000..7c1756e
Binary files /dev/null and b/Resources/Textures/Mobs/Customization/vox_facial_hair.rsi/manesmall_s.png differ
index 64eebb888306020e224131101ee81fce584759af..3516e2cbe67790742db5edb96d5be3eb1f6931e7 100644 (file)
@@ -1,7 +1,7 @@
 {
   "version": 1,
   "license": "CC-BY-SA-3.0",
-  "copyright": "Taken from Paradise at https://github.com/ParadiseSS13/Paradise/blob/0f9ef5962f4422836c0a42f289fb24d018918cbc/icons/mob/sprite_accessories/vox/vox_facial_hair.dmi and greyscaled",
+  "copyright": "Taken from Paradise at https://github.com/ParadiseSS13/Paradise/blob/0f9ef5962f4422836c0a42f289fb24d018918cbc/icons/mob/sprite_accessories/vox/vox_facial_hair.dmi and greyscaled. manesmall_s modified by Flareguy from mane_s, tuft_s made by Flareguy",
   "size": {
     "x": 32,
     "y": 32
     {
       "name": "mane_s",
       "directions": 4
+    },
+    {
+      "name": "manesmall_s",
+      "directions": 4
+    },
+    {
+      "name": "tuft_s",
+      "directions": 4
     }
   ]
 }
\ No newline at end of file
diff --git a/Resources/Textures/Mobs/Customization/vox_facial_hair.rsi/tuft_s.png b/Resources/Textures/Mobs/Customization/vox_facial_hair.rsi/tuft_s.png
new file mode 100644 (file)
index 0000000..c0a2760
Binary files /dev/null and b/Resources/Textures/Mobs/Customization/vox_facial_hair.rsi/tuft_s.png differ
index 9b08260bd6449ce755c6e5a6cbbe0f5cc5a4432c..99004ffaf8ff5c21f780fe3120b0fb398033a3b5 100644 (file)
@@ -1,7 +1,7 @@
 {
   "version": 1,
   "license": "CC-BY-SA-3.0",
-  "copyright": "Taken from Paradise at https://github.com/ParadiseSS13/Paradise/blob/dcd1f5d88a8c5ba9634fc3fce67a76ada45f71dc/icons/mob/sprite_accessories/vox/vox_hair.dmi and greyscaled",
+  "copyright": "Taken from Paradise at https://github.com/ParadiseSS13/Paradise/blob/dcd1f5d88a8c5ba9634fc3fce67a76ada45f71dc/icons/mob/sprite_accessories/vox/vox_hair.dmi and greyscaled. wise_braid_s modified from braid_s by Flareguy, spotty by Flareguy",
   "size": {
     "x": 32,
     "y": 32
       "name": "short_braid_s",
       "directions": 4
     },
+    {
+      "name": "wise_braid_s",
+      "directions": 4
+    },
     {
       "name": "mange_s",
       "directions": 4
       "name": "surf_s",
       "directions": 4
     },
+    {
+      "name": "spotty_s",
+      "directions": 4
+    },
     {
       "name": "flowing_s",
       "directions": 4
diff --git a/Resources/Textures/Mobs/Customization/vox_hair.rsi/spotty_s.png b/Resources/Textures/Mobs/Customization/vox_hair.rsi/spotty_s.png
new file mode 100644 (file)
index 0000000..f483e90
Binary files /dev/null and b/Resources/Textures/Mobs/Customization/vox_hair.rsi/spotty_s.png differ
diff --git a/Resources/Textures/Mobs/Customization/vox_hair.rsi/wise_braid_s.png b/Resources/Textures/Mobs/Customization/vox_hair.rsi/wise_braid_s.png
new file mode 100644 (file)
index 0000000..d35ddc4
Binary files /dev/null and b/Resources/Textures/Mobs/Customization/vox_hair.rsi/wise_braid_s.png differ