forked from Can-Satellite-Development/Cartography-System
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuildings.json
More file actions
65 lines (65 loc) · 1.3 KB
/
buildings.json
File metadata and controls
65 lines (65 loc) · 1.3 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[
{
"name": "Town Hall",
"size": [30, 30],
"priority": 5,
"location": "zero",
"amount": 1
},
{
"name": "HEP-Plant",
"size": [20, 25],
"priority": 2,
"location": "water_and_coast",
"amount": 2
},
{
"name": "Residential Building",
"size": [15, 20],
"priority": 2,
"location": "zero",
"amount": 2
},
{
"name": "Residential Building",
"size": [30, 30],
"priority": 3,
"location": "zero",
"amount": 1
},
{
"name": "Workshop",
"size": [5, 10],
"priority": 1,
"location": "zero",
"amount": 2
},
{
"name": "Lumberjack",
"size": [15, 15],
"priority": 3,
"location": "forest_edge",
"amount": 1
},
{
"name": "Port",
"size": [20, 20],
"priority": 3,
"location": "coast",
"amount": 1
},
{
"name": "Mine",
"size": [25, 25],
"priority": 3,
"location": "inland",
"amount": 1
},
{
"name": "Factory",
"size": [30, 40],
"priority": 2,
"location": "zero",
"amount": 1
}
]