mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-24 08:02:57 +00:00
* Greyscale sombrero and shamebrero * Fixes json indentation and sombrero greyscale assignment
24 lines
573 B
JSON
24 lines
573 B
JSON
{
|
|
"sombrero": [
|
|
{
|
|
"type": "reference",
|
|
"reference_type": "/datum/greyscale_config/sombrero/base",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1, 2 ]
|
|
}
|
|
],
|
|
"shamebrero": [
|
|
{
|
|
"type": "reference",
|
|
"reference_type": "/datum/greyscale_config/sombrero/base",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1, 2 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "dongles",
|
|
"blend_mode": "overlay"
|
|
}
|
|
]
|
|
}
|