Add vox hairstyle (catfish hair) (#40689)

* add vox catfish

Co-authored-by: Cadunkus <140308611+Cadunkus@users.noreply.github.com>

* change indents from 2 to 4 in meta.json

* update sprite

Co-authored-by: Cadunkus <140308611+Cadunkus@users.noreply.github.com>

---------

Co-authored-by: Cadunkus <140308611+Cadunkus@users.noreply.github.com>
This commit is contained in:
K-Dynamic
2025-11-22 10:57:10 +13:00
committed by GitHub
parent 83b046ce98
commit 64c00bc2ce
4 changed files with 141 additions and 126 deletions

View File

@@ -26,3 +26,4 @@ marking-VoxHairMadScientist = Vox Mad Scientist
marking-VoxHairHedgehog = Vox Hedgehog marking-VoxHairHedgehog = Vox Hedgehog
marking-VoxHairBushy = Vox Bushy Quills marking-VoxHairBushy = Vox Bushy Quills
marking-VoxHairSlick = Vox Slick Quills marking-VoxHairSlick = Vox Slick Quills
marking-VoxHairCatfish = Vox Catfish

View File

@@ -277,3 +277,13 @@
sprites: sprites:
- sprite: Mobs/Customization/vox_hair.rsi - sprite: Mobs/Customization/vox_hair.rsi
state: yasu_s state: yasu_s
- type: marking
id: VoxHairCatfish
bodyPart: Hair
markingCategory: Hair
canBeDisplaced: false
speciesRestriction: [Vox]
sprites:
- sprite: Mobs/Customization/vox_hair.rsi
state: catfish_s

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -1,12 +1,16 @@
{ {
"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. wise_braid_s modified from braid_s by Flareguy. mad_scientist_s modified from keelquills_s by Flareguy. spotty_s, bushy_s, hedgehog_s, and slick_s by Flareguy", "copyright": "Taken from Paradise Station 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 (github) | mad_scientist_s modified from keelquills_s by Flareguy | spotty_s, bushy_s, hedgehog_s, and slick_s by Flareguy | catfish_s by Cadunkus (github)",
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
}, },
"states": [ "states": [
{
"name": "catfish_s",
"directions": 4
},
{ {
"name": "bushy_s", "name": "bushy_s",
"directions": 4 "directions": 4