Files

63 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2024-01-08 02:15:13 -05:00
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "adapted from https://github.com/discordia-space/CEV-Eris/raw/9ea3eccbe22e18d24653949067f3d7dd12194ea9/icons/obj/stationobjs.dmi by EmoGarbage404 (github)",
"states": [
{
"name": "empty"
},
{
"name": "full"
},
{
"name": "light-off",
"delays": [
[
1
]
]
},
{
"name": "light-empty",
"delays": [
[
1,
0.2
]
]
},
{
"name": "light-charging",
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
},
{
"name": "light-charged",
"delays": [
[
0.25,
0.05,
0.1,
0.05
]
]
}
]
}