Use pulsating lamp images.
[tabakrolletjie.git] / data / stations / station-alpha.json
1 {
2   "config": {
3     "name": "Station Alpha",
4     "spawn positions": [[275, 300]],
5     "seeds": 10,
6     "turnip target": 10
7   },
8   "battery": {
9     "current": 200,
10     "max": 200,
11     "recharge": 100
12   },
13   "available_lights": [
14     {
15       "type": "spotlight",
16       "cost": 5,
17       "available_colours": ["red"],
18       "radius_limits": [20, 400],
19       "direction": 135,
20       "spread": 90,
21       "angular_velocity": 5,
22       "intensity": 0.8
23     },
24     {
25       "type": "lamp",
26       "cost": 3,
27       "available_colours": ["yellow"],
28       "intensity": 0.5
29     },
30     {
31       "type": "lamp",
32       "cost": 3,
33       "available_colours": ["red", "yellow/blue", "green"],
34       "intensity": 0.5
35     },
36     {
37       "type": "pulsatinglamp",
38       "cost": 3,
39       "available_colours": ["red", "blue/green"],
40       "intensity": 0.5
41     }
42   ],
43   "obstacles": [
44     {
45       "type": "wall",
46       "vertices": [
47         [400, 400], [450, 400], [450, 450], [400, 450]
48       ]
49     },
50     {
51       "type": "wall",
52       "vertices": [
53         [800, 400], [850, 400], [850, 450], [800, 450]
54       ]
55     },
56     {
57       "type": "wall",
58       "vertices": [
59         [200, 350], [250, 350], [250, 400], [200, 400]
60       ]
61     },
62     {
63       "type": "shrub",
64       "shrublets": [
65         [600, 100, 50], [700, 200, 100]
66       ]
67     }
68   ],
69   "lights": [
70     {
71       "type": "spotlight",
72       "colours": ["red"],
73       "position": [700, 500],
74       "radius_limits": [20, 400],
75       "direction": 135,
76       "spread": 90,
77       "angular_velocity": 5,
78       "intensity": 0.8
79     },
80     {
81       "type": "lamp",
82       "colours": ["yellow"],
83       "position": [500, 500],
84       "intensity": 0.5
85     },
86     {
87       "type": "lamp",
88       "colours": ["red", "yellow", "green"],
89       "position": [300, 300],
90       "intensity": 0.5
91     },
92     {
93       "type": "pulsatinglamp",
94       "colours": ["cyan"],
95       "pulse_range": [20, 90],
96       "pulse_velocity": 1,
97       "intensity_range": [0.1, 0.8],
98       "intensity_velocity": 0.01,
99       "position": [250, 450],
100       "intensity": 0.5
101     }
102   ]
103 }