forked from endernon/PGRData
38 lines
854 B
JSON
38 lines
854 B
JSON
|
[
|
||
|
{
|
||
|
"Floor": 1,
|
||
|
"Name": "Floor 1",
|
||
|
"AreaName": "Temporary Rest Zone",
|
||
|
"Comfortable": 5,
|
||
|
"RestCD": 1800,
|
||
|
"RecoveryValue": 20,
|
||
|
"RestCharCount": 6
|
||
|
},
|
||
|
{
|
||
|
"Floor": 2,
|
||
|
"Name": "Floor 2",
|
||
|
"AreaName": "Intermediate Rest Zone",
|
||
|
"Comfortable": 5,
|
||
|
"RestCD": 1800,
|
||
|
"RecoveryValue": 20,
|
||
|
"RestCharCount": 6
|
||
|
},
|
||
|
{
|
||
|
"Floor": 3,
|
||
|
"Name": "Floor 3",
|
||
|
"AreaName": "Electronics Zone",
|
||
|
"Comfortable": 5,
|
||
|
"RestCD": 1800,
|
||
|
"RecoveryValue": 20,
|
||
|
"RestCharCount": 6
|
||
|
},
|
||
|
{
|
||
|
"Floor": 4,
|
||
|
"Name": "Foundations Floor",
|
||
|
"AreaName": "Underground Foundations Floor",
|
||
|
"Comfortable": 0,
|
||
|
"RestCD": 0,
|
||
|
"RecoveryValue": 0,
|
||
|
"RestCharCount": 0
|
||
|
}
|
||
|
]
|