Minor vox customization update: new hairstyles & facial hair (#30815)
* new vox customization stuff * tests fix
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
@@ -34,6 +34,15 @@
|
||||
- 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
|
||||
@@ -42,3 +51,13 @@
|
||||
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
|
||||
|
||||
|
||||
@@ -95,7 +95,7 @@
|
||||
speciesRestriction: [Vox]
|
||||
sprites:
|
||||
- sprite: Mobs/Customization/vox_hair.rsi
|
||||
state: afro_s
|
||||
state: long_braid_s
|
||||
|
||||
- type: marking
|
||||
id: VoxHairMange
|
||||
@@ -169,6 +169,15 @@
|
||||
- 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
|
||||
@@ -187,6 +196,15 @@
|
||||
- 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
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 396 B |
@@ -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
|
||||
@@ -26,6 +26,14 @@
|
||||
{
|
||||
"name": "mane_s",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "manesmall_s",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "tuft_s",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 165 B |
@@ -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
|
||||
@@ -75,6 +75,10 @@
|
||||
"name": "short_braid_s",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wise_braid_s",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "mange_s",
|
||||
"directions": 4
|
||||
@@ -91,6 +95,10 @@
|
||||
"name": "surf_s",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "spotty_s",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "flowing_s",
|
||||
"directions": 4
|
||||
|
||||
BIN
Resources/Textures/Mobs/Customization/vox_hair.rsi/spotty_s.png
Normal file
BIN
Resources/Textures/Mobs/Customization/vox_hair.rsi/spotty_s.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 178 B |
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
Reference in New Issue
Block a user