-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocations.json
37 lines (37 loc) · 968 Bytes
/
locations.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"-1":{
"name": "Bathtub",
"knAs": "Your Bathtub",
"population": -1,
"wMulti": 0,
"license": 0
},
"0": {
"name": "Creek",
"knAs": "Vält Creek",
"population": {"cAr":[1], "uAr":[4], "rAr":[18]},
"wMulti": 0.5,
"license": 0
},
"1": {
"name": "Pond",
"knAs": "Big Wet Circles",
"population": {"cAr": [1, 11, 12], "uAr": [6, 13, 14], "rAr": [8, 16, 18]},
"wMulti": 0.8,
"license": 1
},
"2": {
"name": "Lake",
"knAs": "Your Dead Uncle's House",
"population": {"cAr": [1, 2, 3], "uAr": [4, 5, 6, 20], "rAr": [7, 8, 9]},
"wMulti": 1.3,
"license": 1
},
"3": {
"name": "Ocean",
"knAs": "Wets: Large Edition",
"population": {"cAr": [1, 2, 3, 11, 12, 19], "uAr": [4, 5, 6, 13, 14, 20], "rAr": [7, 8, 9, 15, 16]},
"wMulti": 2,
"license": 2
}
}