Files
VOREStation/tools/nano-tester/initialData.json
T
Leshana 02221ac7bf Implements a utility to test NanoUI templates outside of BYOND.
Useful for rapid development and previewing of the HTML.
2018-02-18 19:48:57 -05:00

21 lines
337 B
JSON

{
"config": {
"title": "SMES"
},
"data": {
"nameTag": "Test SMES",
"storedCapacity": 50,
"storedCapacityAbs": 400,
"storedCapacityMax": 800,
"charging": 1,
"chargeMode": 1,
"chargeLevel": 100,
"chargeMax": 250,
"chargeLoad": 0,
"outputOnline": 1,
"outputLevel": 75,
"outputMax": 250,
"outputLoad": 45
}
}