forked from Can-Satellite-Development/Cartography-System
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildings.json
51 lines (51 loc) · 1.01 KB
/
buildings.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[
{
"name": "HEP-Plant",
"size": [30, 35],
"priority": 2,
"location": "water_and_coast",
"amount": 2
},
{
"name": "res-building 1",
"size": [25, 45],
"priority": 2,
"location": "zero",
"amount": 2
},
{
"name": "res-building 2",
"size": [25, 45],
"priority": 1,
"location": "zero",
"amount": 1
},
{
"name": "workshop",
"size": [25, 10],
"priority": 2,
"location": "zero",
"amount": 1
},
{
"name": "lumberjack",
"size": [30, 30],
"priority": 3,
"location": "forest_edge",
"amount": 1
},
{
"name": "port",
"size": [20, 20],
"priority": 3,
"location": "coast",
"amount": 1
},
{
"name": "mine",
"size": [30, 30],
"priority": 3,
"location": "inland",
"amount": 1
}
]