mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-16 18:45:22 +01:00
c58ad4fb34
## About The Pull Request Resprites the maid uniform and maid headband using GAGs. Combines maid neckpiece, gloves, and corset into the main outfit. Removes standalone maid neckpiece, gloves, and corset. Adds maid uniform and headband inhands. stock option in black custom colors as example  ## Why It's Good For The Game Updates the sprite to be more inline with our current clothes. Makes the sprite in-game player customizable. ## Changelog 🆑 image: resprites the maid uniform and headband using GAGs del: removes standalone maid neckpiece, gloves, and corset /🆑 --------- Co-authored-by: tattle <66640614+dragomagol@users.noreply.github.com>
17 lines
242 B
JSON
17 lines
242 B
JSON
{
|
|
"maid": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "maid_base",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [1]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "maid_frill",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [2]
|
|
}
|
|
]
|
|
}
|