Minor vox customization update: new hairstyles & facial hair (#30815)

* new vox customization stuff

* tests fix
This commit is contained in:
Flareguy
2024-08-18 22:32:15 -05:00
committed by GitHub
parent 1a3dc66d24
commit 94c746abe9
10 changed files with 60 additions and 3 deletions

View File

@@ -3,3 +3,5 @@ marking-VoxFacialHairColonel = Vox Moustache (Colonel)
marking-VoxFacialHairFu = Vox Moustache (Quill Fu) marking-VoxFacialHairFu = Vox Moustache (Quill Fu)
marking-VoxFacialHairNeck = Vox Beard (Neck Quills) marking-VoxFacialHairNeck = Vox Beard (Neck Quills)
marking-VoxFacialHairMane = Vox Beard (Mane) marking-VoxFacialHairMane = Vox Beard (Mane)
marking-VoxFacialHairManeSmall = Vox Beard (Small Mane)
marking-VoxFacialHairTufts = Vox Sideburns (Tufts)

View File

@@ -20,3 +20,5 @@ marking-VoxHairShortQuills = Vox Short Quills
marking-VoxHairSurf = Vox Surf marking-VoxHairSurf = Vox Surf
marking-VoxHairTielQuills = Vox Tiel Quills marking-VoxHairTielQuills = Vox Tiel Quills
marking-VoxHairYasu = Vox Yasuhiro marking-VoxHairYasu = Vox Yasuhiro
marking-VoxHairWiseBraid = Vox Wise Braids
marking-VoxHairSpotty = Vox Spotty Hair

View File

@@ -34,6 +34,15 @@
- sprite: Mobs/Customization/vox_facial_hair.rsi - sprite: Mobs/Customization/vox_facial_hair.rsi
state: mane_s 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 - type: marking
id: VoxFacialHairNeck id: VoxFacialHairNeck
bodyPart: FacialHair bodyPart: FacialHair
@@ -42,3 +51,13 @@
sprites: sprites:
- sprite: Mobs/Customization/vox_facial_hair.rsi - sprite: Mobs/Customization/vox_facial_hair.rsi
state: neck_s state: neck_s
- type: marking
id: VoxFacialHairTufts
bodyPart: FacialHair
markingCategory: FacialHair
speciesRestriction: [Vox]
sprites:
- sprite: Mobs/Customization/vox_facial_hair.rsi
state: tuft_s

View File

@@ -95,7 +95,7 @@
speciesRestriction: [Vox] speciesRestriction: [Vox]
sprites: sprites:
- sprite: Mobs/Customization/vox_hair.rsi - sprite: Mobs/Customization/vox_hair.rsi
state: afro_s state: long_braid_s
- type: marking - type: marking
id: VoxHairMange id: VoxHairMange
@@ -169,6 +169,15 @@
- sprite: Mobs/Customization/vox_hair.rsi - sprite: Mobs/Customization/vox_hair.rsi
state: shortquills_s 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 - type: marking
id: VoxHairSurf id: VoxHairSurf
bodyPart: Hair bodyPart: Hair
@@ -187,6 +196,15 @@
- sprite: Mobs/Customization/vox_hair.rsi - sprite: Mobs/Customization/vox_hair.rsi
state: tielquills_s 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 - type: marking
id: VoxHairYasu id: VoxHairYasu
bodyPart: Hair bodyPart: Hair

Binary file not shown.

After

Width:  |  Height:  |  Size: 396 B

View File

@@ -1,7 +1,7 @@
{ {
"version": 1, "version": 1,
"license": "CC-BY-SA-3.0", "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": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
@@ -26,6 +26,14 @@
{ {
"name": "mane_s", "name": "mane_s",
"directions": 4 "directions": 4
},
{
"name": "manesmall_s",
"directions": 4
},
{
"name": "tuft_s",
"directions": 4
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 B

View File

@@ -1,7 +1,7 @@
{ {
"version": 1, "version": 1,
"license": "CC-BY-SA-3.0", "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": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
@@ -75,6 +75,10 @@
"name": "short_braid_s", "name": "short_braid_s",
"directions": 4 "directions": 4
}, },
{
"name": "wise_braid_s",
"directions": 4
},
{ {
"name": "mange_s", "name": "mange_s",
"directions": 4 "directions": 4
@@ -91,6 +95,10 @@
"name": "surf_s", "name": "surf_s",
"directions": 4 "directions": 4
}, },
{
"name": "spotty_s",
"directions": 4
},
{ {
"name": "flowing_s", "name": "flowing_s",
"directions": 4 "directions": 4

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB