-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathHyperReactor.json
55 lines (55 loc) · 1.21 KB
/
HyperReactor.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"info": {
"name": "Hyper Reactor",
"author": "bad",
"throwback": true
},
"switches": {
"27,1": {
"toggle": [
{ "pos": { "x": 29, "y": 1 } }
]
},
"31,1": {
"toggle": [
{ "pos": { "x": 29, "y": 1 } }
]
},
"27,2": {
"toggle": [
{ "pos": { "x": 29, "y": 2 } }
]
},
"28,3": {
"toggle": [
{ "pos": { "x": 29, "y": 2 } }
]
},
"30,3": {
"toggle": [
{ "pos": { "x": 29, "y": 2 } }
]
},
"31,2": {
"toggle": [
{ "pos": { "x": 29, "y": 2 } }
]
},
"28,11": {
"toggle": [
{ "pos": { "x": 29, "y": 12 } }
]
},
"30,11": {
"toggle": [
{ "pos": { "x": 29, "y": 12 } }
]
}
},
"fields": {
},
"portals": {
"23,32": { "destination": { "x": 29, "y": 27 }, "cooldown": 0 },
"35,32": { "destination": { "x": 29, "y": 27 }, "cooldown": 0 }
}
}