mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-01 20:42:08 +00:00
## About The Pull Request Implements new sprites for the witch (Marisa) hat, divided into three greyscale icon states - base, bow, and charms. The hat can have its colours customized at an AutoDrobe. The not fake version has also been changed in the same way. The default colours are approximately the same to the old hat's.  _A coven of witches showing off their newly colourable hats_ ## Why It's Good For The Game More customization options for clothes allow for more variety and greater player creativity. ## Changelog 🆑 add: added greyscale json configs for witch hat and witch hat worn. imageadd: Added new, greyscale states to head/wizard.dmi imagedel: Removed Marisa hat states from head/wizard.dmi code: changed Marisa hat code in wiz_robes.dm to make them use greyscale. config: changed greyscale configs to include the witch hat. /🆑
23 lines
379 B
JSON
23 lines
379 B
JSON
{
|
|
"witch_hat": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "witch_hat_base",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "witch_hat_bow",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 2 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "witch_hat_charm",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 3 ]
|
|
}
|
|
]
|
|
}
|