Tweak level 2 design
[tabakrolletjie.git] / data / stations / 02-tunnels.json
1 {
2   "config": {
3     "name": "Cladosporium",
4     "spawn positions": [[25, 400], [1000, 410]],
5     "seeds": 100,
6     "turnip target": 10
7   },
8   "battery": {
9     "current": 25000,
10     "max": 25000,
11     "recharge": 25000
12   },
13   "available_lights": [
14     {
15       "type": "spotlight",
16       "cost": 3,
17       "available_colours": ["blue", "red"],
18       "intensity": 0.6,
19       "spread": 35,
20       "direction": 90,
21       "radius_limits": [10, 700]
22     }
23   ],
24   "lights": [],
25   "obstacles": [
26     {
27       "type": "wall",
28       "vertices": [
29         [92, 164], [156, 164], [156, 100], [92, 100]
30       ]
31     },
32     {
33       "type": "wall",
34       "vertices": [
35         [244, 164], [308,164], [308, 100], [244, 100]
36       ]
37     },
38     {
39       "type": "wall",
40       "vertices": [
41         [396, 164], [460, 164], [460, 100], [396, 100]
42       ]
43     },
44     {
45       "type": "wall",
46       "vertices": [
47         [548, 164], [612, 164], [612, 100], [548, 100]
48       ]
49     },
50     {
51       "type": "wall",
52       "vertices": [
53         [700, 164], [764, 164], [764, 100], [700, 100]
54       ]
55     },
56     {
57       "type": "wall",
58       "vertices": [
59         [852, 164], [916, 164], [916, 100], [852, 100]
60       ]
61     },
62     {
63       "type": "wall",
64       "vertices": [
65         [92, 316], [156, 316], [156, 252], [92, 252]
66       ]
67     },
68     {
69       "type": "wall",
70       "vertices": [
71         [244, 316], [308, 316], [308, 252], [244, 252]
72       ]
73     },
74     {
75       "type": "wall",
76       "vertices": [
77         [396, 316], [460, 316], [460, 252], [396, 252]
78       ]
79     },
80     {
81       "type": "wall",
82       "vertices": [
83         [548, 316], [612, 316], [612, 252], [548, 252]
84       ]
85     },
86     {
87       "type": "wall",
88       "vertices": [
89         [700, 316], [764, 316], [764, 252], [700, 252]
90       ]
91     },
92     {
93       "type": "wall",
94       "vertices": [
95         [852, 316], [916, 316], [916, 252], [852, 252]
96       ]
97     },
98     {
99       "type": "wall",
100       "vertices": [
101         [92, 468], [156, 468], [156, 404], [92, 404]
102       ]
103     },
104     {
105       "type": "wall",
106       "vertices": [
107         [244, 468], [308, 468], [308, 404], [244, 404]
108       ]
109     },
110     {
111       "type": "wall",
112       "vertices": [
113         [396, 468], [460, 468], [460, 404], [396, 404]
114       ]
115     },
116     {
117       "type": "wall",
118       "vertices": [
119         [548, 468], [612, 468], [612, 404], [548, 404]
120       ]
121     },
122     {
123       "type": "wall",
124       "vertices": [
125         [700, 468], [764, 468], [764, 404], [700, 404]
126       ]
127     },
128     {
129       "type": "wall",
130       "vertices": [
131         [852, 468], [916, 468], [916, 404], [852, 404]
132       ]
133     },
134     {
135       "type": "wall",
136       "vertices": [
137         [92, 620], [156, 620], [156, 556], [92, 556]
138       ]
139     },
140     {
141       "type": "wall",
142       "vertices": [
143         [244, 620], [308, 620], [308, 556], [244, 556]
144       ]
145     },
146     {
147       "type": "wall",
148       "vertices": [
149         [396, 620], [460, 620], [460, 556], [396, 556]
150       ]
151     },
152     {
153       "type": "wall",
154       "vertices": [
155         [548, 620], [612, 620], [612, 556], [548, 556]
156       ]
157     },
158     {
159       "type": "wall",
160       "vertices": [
161         [700, 620], [764, 620], [764, 556], [700, 556]
162       ]
163     },
164     {
165       "type": "wall",
166       "vertices": [
167         [852, 620], [916, 620], [916, 556], [852, 556]
168       ]
169     }
170   ]
171 }