Files
Bubberstation/code/datums/greyscale/json_configs/buckets_bot.json
ShizCalev 4933c5018e GAGs Buckets (#70749)
🆑 ShizCalev
qol: Converted buckets (and naturally cleanbots) over to GAGs.
fix: Cleanbots built with a wooden bucket will now properly drop a wooden bucket when destroyed.
/🆑
2022-10-27 21:55:14 -07:00

55 lines
931 B
JSON

{
"cleanbot0": [
{
"type": "icon_state",
"icon_state": "cleanbot_bucket",
"blend_mode": "overlay",
"color_ids": [ 1 ]
},
{
"type": "icon_state",
"icon_state": "cleanbot0",
"blend_mode": "overlay"
}
],
"cleanbot1": [
{
"type": "icon_state",
"icon_state": "cleanbot_bucket",
"blend_mode": "overlay",
"color_ids": [ 1 ]
},
{
"type": "icon_state",
"icon_state": "cleanbot1",
"blend_mode": "overlay"
}
],
"cleanbot-c": [
{
"type": "icon_state",
"icon_state": "cleanbot_bucket",
"blend_mode": "overlay",
"color_ids": [ 1 ]
},
{
"type": "icon_state",
"icon_state": "cleanbot-c",
"blend_mode": "overlay"
}
],
"bucket_proxy": [
{
"type": "icon_state",
"icon_state": "cleanbot_bucket",
"blend_mode": "overlay",
"color_ids": [ 1 ]
},
{
"type": "icon_state",
"icon_state": "bucket_proxy",
"blend_mode": "overlay"
}
]
}