-
Notifications
You must be signed in to change notification settings - Fork 4.3k
/
Copy pathovermap_terrain_microlab.json
66 lines (66 loc) · 1.64 KB
/
overmap_terrain_microlab.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[
{
"type": "overmap_terrain",
"id": "microlab_generic",
"name": "science lab",
"sym": "L",
"color": "light_blue",
"spawns": { "group": "GROUP_MICROLAB", "population": [ 40, 45 ], "chance": 80 },
"see_cost": 5,
"flags": [ "NO_ROTATE", "RISK_HIGH", "SOURCE_CHEMISTRY", "SOURCE_MEDICINE" ]
},
{
"type": "overmap_terrain",
"id": "microlab_rock_border",
"name": "solid rock",
"sym": "%",
"color": "dark_gray",
"see_cost": 5,
"flags": [ "NO_ROTATE", "RISK_HIGH", "SOURCE_CHEMISTRY", "SOURCE_MEDICINE" ]
},
{
"type": "overmap_terrain",
"id": "microlab_generic_edge",
"copy-from": "microlab_generic"
},
{
"type": "overmap_terrain",
"id": "microlab_generic_surface_connector",
"copy-from": "microlab_generic"
},
{
"type": "overmap_terrain",
"id": "microlab_sub_station",
"name": "subway station?",
"sym": "S",
"color": "light_blue",
"spawns": { "group": "GROUP_LAB", "population": [ 12, 25 ], "chance": 80 },
"see_cost": 5,
"flags": [ "RISK_HIGH", "SOURCE_CHEMISTRY", "SOURCE_MEDICINE" ]
},
{
"type": "overmap_terrain",
"id": "microlab_sub_connector",
"copy-from": "microlab_sub_station"
},
{
"type": "overmap_terrain",
"id": "microlab_generic_sub_entry",
"name": "science lab",
"sym": "L",
"copy-from": "microlab_sub_connector"
},
{
"type": "overmap_terrain",
"id": "microlab_generic_surface",
"name": "lab",
"sym": "L",
"color": "blue",
"see_cost": 5
},
{
"type": "overmap_terrain",
"id": "microlab_generic_surface_roof",
"copy-from": "microlab_generic_surface"
}
]