first stab at automatic variable light pricing
[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       "available_colours": ["blue", "red"],
17       "intensity": 0.6,
18       "spread": 35,
19       "direction": 90,
20       "radius_limits": [10, 700]
21     }
22   ],
23   "lights": [],
24   "obstacles": [
25     {
26       "type": "wall",
27       "vertices": [
28         [92, 164], [156, 164], [156, 100], [92, 100]
29       ]
30     },
31     {
32       "type": "wall",
33       "vertices": [
34         [244, 164], [308,164], [308, 100], [244, 100]
35       ]
36     },
37     {
38       "type": "wall",
39       "vertices": [
40         [396, 164], [460, 164], [460, 100], [396, 100]
41       ]
42     },
43     {
44       "type": "wall",
45       "vertices": [
46         [548, 164], [612, 164], [612, 100], [548, 100]
47       ]
48     },
49     {
50       "type": "wall",
51       "vertices": [
52         [700, 164], [764, 164], [764, 100], [700, 100]
53       ]
54     },
55     {
56       "type": "wall",
57       "vertices": [
58         [852, 164], [916, 164], [916, 100], [852, 100]
59       ]
60     },
61     {
62       "type": "wall",
63       "vertices": [
64         [92, 316], [156, 316], [156, 252], [92, 252]
65       ]
66     },
67     {
68       "type": "wall",
69       "vertices": [
70         [244, 316], [308, 316], [308, 252], [244, 252]
71       ]
72     },
73     {
74       "type": "wall",
75       "vertices": [
76         [396, 316], [460, 316], [460, 252], [396, 252]
77       ]
78     },
79     {
80       "type": "wall",
81       "vertices": [
82         [548, 316], [612, 316], [612, 252], [548, 252]
83       ]
84     },
85     {
86       "type": "wall",
87       "vertices": [
88         [700, 316], [764, 316], [764, 252], [700, 252]
89       ]
90     },
91     {
92       "type": "wall",
93       "vertices": [
94         [852, 316], [916, 316], [916, 252], [852, 252]
95       ]
96     },
97     {
98       "type": "wall",
99       "vertices": [
100         [92, 468], [156, 468], [156, 404], [92, 404]
101       ]
102     },
103     {
104       "type": "wall",
105       "vertices": [
106         [244, 468], [308, 468], [308, 404], [244, 404]
107       ]
108     },
109     {
110       "type": "wall",
111       "vertices": [
112         [396, 468], [460, 468], [460, 404], [396, 404]
113       ]
114     },
115     {
116       "type": "wall",
117       "vertices": [
118         [548, 468], [612, 468], [612, 404], [548, 404]
119       ]
120     },
121     {
122       "type": "wall",
123       "vertices": [
124         [700, 468], [764, 468], [764, 404], [700, 404]
125       ]
126     },
127     {
128       "type": "wall",
129       "vertices": [
130         [852, 468], [916, 468], [916, 404], [852, 404]
131       ]
132     },
133     {
134       "type": "wall",
135       "vertices": [
136         [92, 620], [156, 620], [156, 556], [92, 556]
137       ]
138     },
139     {
140       "type": "wall",
141       "vertices": [
142         [244, 620], [308, 620], [308, 556], [244, 556]
143       ]
144     },
145     {
146       "type": "wall",
147       "vertices": [
148         [396, 620], [460, 620], [460, 556], [396, 556]
149       ]
150     },
151     {
152       "type": "wall",
153       "vertices": [
154         [548, 620], [612, 620], [612, 556], [548, 556]
155       ]
156     },
157     {
158       "type": "wall",
159       "vertices": [
160         [700, 620], [764, 620], [764, 556], [700, 556]
161       ]
162     },
163     {
164       "type": "wall",
165       "vertices": [
166         [852, 620], [916, 620], [916, 556], [852, 556]
167       ]
168     }
169   ]
170 }