projects
/
tabakrolletjie.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update TODO.
[tabakrolletjie.git]
/
data
/
stations
/
01-tutorial.json
1
{
2
"config": {
3
"name": "Fusarium",
4
"spawn positions": [[25, 400], [1000, 410]],
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": "lamp",
16
"cost": 3,
17
"available_colours": ["blue", "red", "blue/red"],
18
"intensity": 0.5
19
}
20
],
21
"obstacles": [
22
{
23
"type": "wall",
24
"vertices": [
25
[0, 0], [200, 302], [400, 0]
26
]
27
},
28
{
29
"type": "wall",
30
"vertices": [
31
[624, 0], [824, 302], [1024, 0]
32
]
33
},
34
{
35
"type": "wall",
36
"vertices": [
37
[0, 704], [200, 402], [400, 704]
38
]
39
},
40
{
41
"type": "wall",
42
"vertices": [
43
[624, 704], [824, 402], [1024, 704]
44
]
45
}
46
],
47
"lights": [
48
]
49
}