Heterochromia for Moth (#36061)

* 1

* Fix local

* formatting

---------

Co-authored-by: Milon <milonpl.git@proton.me>
This commit is contained in:
Pgriha
2025-04-20 15:03:37 +03:00
committed by GitHub
parent 2bd3f6ce20
commit 097aff5e58
5 changed files with 42 additions and 0 deletions

View File

@@ -27,3 +27,9 @@ marking-TattooEyeRight = Right Eye
marking-TattooEyeLeft-tattoo_eye_l = Left Eye
marking-TattooEyeLeft = Left Eye
marking-TattooEyeMothRight-tattoo_eye_moth_r = Right Eye
marking-TattooEyeMothRight = Right Eye
marking-TattooEyeMothLeft-tattoo_eye_moth_l = Left Eye
marking-TattooEyeMothLeft = Left Eye

View File

@@ -137,3 +137,31 @@
sprites:
- sprite: Mobs/Customization/tattoos.rsi
state: tattoo_eye_l
- type: marking
id: TattooEyeMothRight
bodyPart: Eyes
markingCategory: Overlay
speciesRestriction: [Moth]
coloring:
default:
type:
!type:EyeColoring
negative: true
sprites:
- sprite: Mobs/Customization/tattoos.rsi
state: tattoo_eye_moth_r
- type: marking
id: TattooEyeMothLeft
bodyPart: Eyes
markingCategory: Overlay
speciesRestriction: [Moth]
coloring:
default:
type:
!type:EyeColoring
negative: true
sprites:
- sprite: Mobs/Customization/tattoos.rsi
state: tattoo_eye_moth_l

View File

@@ -46,6 +46,14 @@
{
"name": "tattoo_eye_l",
"directions": 4
},
{
"name": "tattoo_eye_moth_r",
"directions": 4
},
{
"name": "tattoo_eye_moth_l",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 B