New gauze customization (#30852)

* Sprite&Meta

* Marking_Prototype

* Locale

* Meta_copyright_change

* Sprite_Change

* New_Sprite

* And_another_new_sprite

* Change_Locale
This commit is contained in:
Арт
2024-09-14 17:55:13 +03:00
committed by GitHub
parent 3250bb2aec
commit 58ed124dc1
4 changed files with 22 additions and 1 deletions

View File

@@ -46,6 +46,9 @@ marking-GauzeUpperLegRight = Gauze Thigh Wrap (Right)
marking-GauzeBlindfold-gauze_blindfold = Gauze Blindfold
marking-GauzeBlindfold = Gauze Blindfold
marking-GauzeHead-gauze_head = Gauze Head Wrap
marking-GauzeHead = Gauze Head Wrap
marking-GauzeLizardBlindfold-gauze_lizard_blindfold = Gauze Blindfold
marking-GauzeLizardBlindfold = Gauze Blindfold

View File

@@ -222,6 +222,20 @@
- sprite: Mobs/Customization/gauze.rsi
state: gauze_boxerwrap_l
- type: marking
id: GauzeHead
bodyPart: Head
markingCategory: Overlay
speciesRestriction: [Dwarf, Human, Reptilian, Arachnid, Moth]
coloring:
default:
type:
!type:SimpleColoring
color: "#FFFFFF"
sprites:
- sprite: Mobs/Customization/gauze.rsi
state: gauze_head
# Lizard Specific Markings
- type: marking
id: GauzeLizardLefteyePatch

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Gauze sprites by Github KittenColony / Discord kittencolony (297865728374210561)",
"copyright": "Gauze sprites by Github KittenColony / Discord kittencolony (297865728374210561), gauze_head by github:DreamlyJack(624946166152298517)",
"size": {
"x": 32,
"y": 32
@@ -142,6 +142,10 @@
{
"name": "gauze_moth_lowerleg_l",
"directions": 4
},
{
"name": "gauze_head",
"directions": 4
}
]
}