Some more vox customization (#39083)
* Added docked and spiked tails, added talisman for vox * Tail Talisman ftl * adjusts talisman to be its own tail to avoid having to deal with other tails at all * vox tail stuff * Added amputated tail (courtesy of flareguy) and split tail * adds TODO regarding marking conditionals * rsi run check pls stop screaming at me * Shelving the talisman for later, keeping the sprites around * Add RSI credits * Remove unnecessary files * renamed amputated to vestigial
This commit is contained in:
@@ -53,4 +53,13 @@ marking-VoxTail-vox_tail = Vox Tail (Medium)
|
||||
marking-VoxTail = Vox Tail (Medium)
|
||||
|
||||
marking-VoxTailBig-vox_tail_big = Vox Tail (Big)
|
||||
marking-VoxTailBig = Vox Tail (Big)
|
||||
marking-VoxTailBig = Vox Tail (Big)
|
||||
|
||||
marking-VoxTailSpikes-vox_tail_spikes = Vox Tail (Spiked)
|
||||
marking-VoxTailSpikes = Vox Tail (Spiked)
|
||||
|
||||
marking-VoxTailDocked-vox_tail_docked = Vox Tail (Vestigial)
|
||||
marking-VoxTailDocked = Vox Tail (Vestigial)
|
||||
|
||||
marking-VoxTailSplit-vox_tail_split = Vox Tail (Split)
|
||||
marking-VoxTailSplit = Vox Tail (Split)
|
||||
|
||||
@@ -161,4 +161,34 @@
|
||||
forcedColoring: true
|
||||
sprites:
|
||||
- sprite: Mobs/Customization/vox_parts.rsi
|
||||
state: tail_big
|
||||
state: tail_big
|
||||
|
||||
- type: marking
|
||||
id: VoxTailSpikes
|
||||
bodyPart: Tail
|
||||
markingCategory: Tail
|
||||
speciesRestriction: [Vox]
|
||||
forcedColoring: true
|
||||
sprites:
|
||||
- sprite: Mobs/Customization/vox_parts.rsi
|
||||
state: tail_spikes
|
||||
|
||||
- type: marking
|
||||
id: VoxTailDocked
|
||||
bodyPart: Tail
|
||||
markingCategory: Tail
|
||||
speciesRestriction: [Vox]
|
||||
forcedColoring: true
|
||||
sprites:
|
||||
- sprite: Mobs/Customization/vox_parts.rsi
|
||||
state: tail_docked
|
||||
|
||||
- type: marking
|
||||
id: VoxTailSplit
|
||||
bodyPart: Tail
|
||||
markingCategory: Tail
|
||||
speciesRestriction: [Vox]
|
||||
forcedColoring: true
|
||||
sprites:
|
||||
- sprite: Mobs/Customization/vox_parts.rsi
|
||||
state: tail_split
|
||||
@@ -56,6 +56,7 @@
|
||||
|
||||
- type: marking
|
||||
id: TattooVoxTailRing
|
||||
# TODO // Looks off on some tails (i.e docked/amputated), if conditionals for markings ever get implemented this needs to be updated to account for those.
|
||||
bodyPart: Tail
|
||||
markingCategory: Overlay
|
||||
speciesRestriction: [Vox]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13 at 02ff588d59b3c560c685d9ca75e882d32a72d8cb, modified by Bhijn, Errant and Flareguy. tail_big and tail_short modified from tail by Flareguy",
|
||||
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13 at 02ff588d59b3c560c685d9ca75e882d32a72d8cb, modified by Bhijn, Errant and Flareguy. tail_big tail_short and tail_docked modified from tail by Flareguy, tail_spiked modified from tail by TrixxedHeart",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -58,6 +58,18 @@
|
||||
{
|
||||
"name": "tail_big",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "tail_spikes",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "tail_docked",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "tail_split",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 319 B |
Binary file not shown.
|
After Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 372 B |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from Paradise at https://github.com/ParadiseSS13/Paradise/blob/ef7a4d962915cb36b138eeb59663f0053d4906fe/icons/mob/sprite_accessories/vox/vox_body_markings.dmi and modified by Flareguy. eyeshadow & tail_ring states by Flareguy",
|
||||
"copyright": "Taken from Paradise at https://github.com/ParadiseSS13/Paradise/blob/ef7a4d962915cb36b138eeb59663f0053d4906fe/icons/mob/sprite_accessories/vox/vox_body_markings.dmi and modified by Flareguy. eyeshadow & tail_ring states by Flareguy, tail_talisman by TrixxedHeart",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -23,6 +23,10 @@
|
||||
"name": "nightling_s",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "tail_talisman",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "tattoo_eye_vox_r",
|
||||
"directions": 4
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
Reference in New Issue
Block a user