Skip to content

Commit

Permalink
гетерохромия для аркан (#347)
Browse files Browse the repository at this point in the history
Гетерохрмоия для аркан

:cl:
- add: Возможность выбрать в чертах внешности левый и/или правый глаз
другого цвета для аркан. Короче - гетерохромия.
  • Loading branch information
PyotrIgn authored Aug 24, 2024
1 parent a4759eb commit ddc5c94
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ marking-DemonChestLinesEmperos = Линии Императора на груди
marking-DemonChestQueenLines = Линии Королевы на груди
marking-DemonChestTreeLines = Древесные линии на груди
marking-DemonChestTrinitySpots = Троичные пятна на груди
marking-DemonGoatee = Козлиная бородка
marking-DemonGoatee = Козлиная бородка
marking-ADTDemonrigth_eye = Правый глаз
marking-ADTDemonleft_eye = Левый глаз
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,34 @@
speciesRestriction: [DemonSpecies]
sprites:
- sprite: ADT/Mobs/Customization/Demon/custom.rsi
state: goatee
state: goatee

#Глаза, гетерохромия

- type: marking
id: ADTDemonrigth_eye
bodyPart: Eyes
markingCategory: Head
speciesRestriction: [DemonSpecies]
coloring:
default:
type:
!type:EyeColoring
negative: true
sprites:
- sprite: Mobs/Customization/tattoos.rsi
state: tattoo_eye_r

- type: marking
id: ADTDemonleft_eye
bodyPart: Eyes
markingCategory: Head
speciesRestriction: [DemonSpecies]
coloring:
default:
type:
!type:EyeColoring
negative: true
sprites:
- sprite: Mobs/Customization/tattoos.rsi
state: tattoo_eye_l

0 comments on commit ddc5c94

Please sign in to comment.