salvage magnet status indicator (#12585)

This commit is contained in:
Justin Trotter
2022-11-14 01:45:45 -06:00
committed by GitHub
parent bd50d4b6cd
commit c4dca43d78
15 changed files with 181 additions and 6 deletions

View File

@@ -9,8 +9,60 @@
"states": [
{
"name": "salvage-magnet",
"directions": 4
},
{
"name": "salvage-magnet-o0",
"directions": 4,
"commentary": "So presumably the lights would represent the power usage of the magnet, when that's in, and the big red lamp would mean something's being lost."
"commentary": "o0 - 04 represent the amount of time remaining during holding/detaching and cooldown."
},
{
"name": "salvage-magnet-o1",
"directions": 4
},
{
"name": "salvage-magnet-o2",
"directions": 4
},
{
"name": "salvage-magnet-o3",
"directions": 4
},
{
"name": "salvage-magnet-o4",
"directions": 4
},
{
"name": "salvage-magnet-unready",
"directions": 4,
"commentary": "Cooldown state"
},
{
"name": "salvage-magnet-ready",
"directions": 4,
"commentary": "Holding state"
},
{
"name": "salvage-magnet-ready-blinking",
"directions": 4,
"delays": [
[ 0.2, 0.2],
[ 0.2, 0.2],
[ 0.2, 0.2],
[ 0.2, 0.2]
],
"commentary": "Attaching state"
},
{
"name": "salvage-magnet-unready-blinking",
"directions": 4,
"delays": [
[ 0.2, 0.2],
[ 0.2, 0.2],
[ 0.2, 0.2],
[ 0.2, 0.2]
],
"commentary": "Detaching state"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 697 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 702 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB