Added Vox Heterochromia (#38595)

* Added Vox Heterochromia

* Forgot to change moth to vox

* minor formatting fix

---------

Co-authored-by: TrixxedHeart <46364955+TrixxedBit@users.noreply.github.com>
This commit is contained in:
Mora
2025-07-08 18:22:13 -05:00
committed by GitHub
parent 4d7731fe80
commit d15b74d56b
5 changed files with 42 additions and 0 deletions

View File

@@ -33,3 +33,9 @@ marking-TattooEyeMothRight = Right Eye
marking-TattooEyeMothLeft-tattoo_eye_moth_l = Left Eye
marking-TattooEyeMothLeft = Left Eye
marking-TattooEyeVoxRight-tattoo_eye_vox_r = Right Eye
marking-TattooEyeVoxRight = Right Eye
marking-TattooEyeVoxLeft-tattoo_eye_vox_l = Left Eye
marking-TattooEyeVoxLeft = Left Eye

View File

@@ -53,3 +53,31 @@
sprites:
- sprite: Mobs/Customization/vox_tattoos.rsi
state: nightling_s
- type: marking
id: TattooEyeVoxRight
bodyPart: Eyes
markingCategory: Overlay
speciesRestriction: [Vox]
coloring:
default:
type:
!type:EyeColoring
negative: true
sprites:
- sprite: Mobs/Customization/vox_tattoos.rsi
state: tattoo_eye_vox_r
- type: marking
id: TattooEyeVoxLeft
bodyPart: Eyes
markingCategory: Overlay
speciesRestriction: [Vox]
coloring:
default:
type:
!type:EyeColoring
negative: true
sprites:
- sprite: Mobs/Customization/vox_tattoos.rsi
state: tattoo_eye_vox_l

View File

@@ -22,6 +22,14 @@
{
"name": "nightling_s",
"directions": 4
},
{
"name": "tattoo_eye_vox_r",
"directions": 4
},
{
"name": "tattoo_eye_vox_l",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 B