projects
/
tabakrolletjie.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Document windows 7 permissions workaround
[tabakrolletjie.git]
/
data
/
stations
/
03-lighthouse.json
1
{
2
"config": {
3
"name": "Geotrichum",
4
"spawn positions": [[25, 400], [1000, 410], [500, 25], [510, 690]],
5
"seeds": 100,
6
"turnip target": 10
7
},
8
"battery": {
9
"current": 4000,
10
"max": 4000,
11
"recharge": 4000
12
},
13
"available_lights": [
14
{
15
"type": "spotlight",
16
"cost": 3,
17
"available_colours": ["yellow", "magenta"],
18
"intensity": 0.5,
19
"radius_limits": [20, 400],
20
"direction": 135,
21
"spread": 90,
22
"angular_velocity": 5
23
}
24
],
25
"obstacles": [
26
{
27
"type": "wall",
28
"vertices": [
29
[532, 352], [522, 369], [502, 369], [492, 352], [502, 335], [522, 335]
30
]
31
}
32
],
33
"lights": [
34
]
35
}