-
Notifications
You must be signed in to change notification settings - Fork 4.2k
/
solar_farm.json
49 lines (49 loc) · 1.38 KB
/
solar_farm.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
[
{
"type": "mapgen",
"method": "json",
"om_terrain": [ "solar_farm" ],
"weight": 10,
"object": {
"fill_ter": "t_concrete",
"rows": [
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"...---------------......",
"...|.............|......",
"...|############.|......",
"...|############.|......",
"...|.............----...",
"...|############.***|...",
"...|############.*s*|...",
"...|.............*{*|...",
"...|############.*h*|...",
"...|############.***|...",
"...|................|...",
"...------------++++--...",
"........................"
],
"terrain": {
"*": "t_concrete",
"+": "t_chaingate_c",
"-": "t_chainfence_h",
"|": "t_chainfence_v",
".": "t_region_groundcover",
"#": "t_region_groundcover",
"s": "t_switchgear_s",
"{": "t_current_trans",
"h": "t_station_disc"
},
"furniture": { "#": "f_solar_unit" }
}
}
]