mirror of
https://github.com/Skyrat-SS13/Skyrat-tg.git
synced 2026-08-28 23:42:54 +01:00
* Converts Poppies, Lilies, Geraniums, and Rainbow Bunch flowers to GAGS * Mirror! * Opium Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com> Co-authored-by: Funce <funce.973@gmail.com>
26 lines
432 B
JSON
26 lines
432 B
JSON
{
|
|
"map_flower": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "flower_petal",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "flower_receptacle",
|
|
"blend_mode": "overlay"
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "flower_filament",
|
|
"blend_mode": "overlay"
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "flower_anthers",
|
|
"blend_mode": "overlay"
|
|
}
|
|
]
|
|
}
|