-
Notifications
You must be signed in to change notification settings - Fork 4
/
RiskAndReward.json
40 lines (39 loc) · 1.21 KB
/
RiskAndReward.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"info": {
"name": "Glory Hole",
"author": "LuckySpammer",
"throwback": true
},
"switches": {
"4,15": {
"toggle": [
{ "pos": { "x": 12, "y": 12 } },
{ "pos": { "x": 12, "y": 13 } },
{ "pos": { "x": 12, "y": 14 } },
{ "pos": { "x": 12, "y": 15 } },
{ "pos": { "x": 12, "y": 16 } }
]
},
"42,15": {
"toggle": [
{ "pos": { "x": 34, "y": 12 } },
{ "pos": { "x": 34, "y": 13 } },
{ "pos": { "x": 34, "y": 14 } },
{ "pos": { "x": 34, "y": 15 } },
{ "pos": { "x": 34, "y": 16 } }
]
}
},
"fields": {
"12,12" : { "defaultState": "off" },
"12,13" : { "defaultState": "off" },
"12,14" : { "defaultState": "off" },
"12,15" : { "defaultState": "off" },
"12,16" : { "defaultState": "off" },
"34,12" : { "defaultState": "off" },
"34,13" : { "defaultState": "off" },
"34,14" : { "defaultState": "off" },
"34,15" : { "defaultState": "off" },
"34,16" : { "defaultState": "off" }
}
}