-
Notifications
You must be signed in to change notification settings - Fork 1
/
regional_overlay.json
74 lines (74 loc) · 1.81 KB
/
regional_overlay.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
67
68
69
70
71
72
73
74
[
{
"type": "region_overlay",
"regions": [ "all" ],
"map_extras": {
"forest": {
"chance": 20,
"extras": {
"mx_bandits_outpost": 8
}
},
"forest_thick": {
"chance": 20,
"extras": {
"mx_bandits_ambush": 20,
"mx_bandits_grave": 5,
"mx_bandits_outpost": 20
}
},
"forest_water": {
"chance": 20,
"extras": {
"mx_bandits_ambush": 20,
"mx_bandits_grave": 10,
"mx_bandits_outpost": 25
}
},
"field": {
"chance": 6,
"extras": {
"mx_bandits_ambush": 10,
"mx_bandits_campsite": 5,
"mx_bandits_grave": 2,
"mx_bandits_outpost": 2
}
},
"road": {
"chance": 75,
"extras": {
"mx_bandits_ambush": 100
}
},
"bridgehead_ground": { "chance": 5, "extras": { "mx_minefield": 100 } },
"road_nesw_manhole": { "chance": 20, "extras": { "mx_city_trap": 100 } },
"build": {
"chance": 90,
"extras": {
"mx_bandits_ambush": 50,
"mx_bandits_hideout": 50
}
},
"marloss": { "chance": 20, "extras": { "mx_marloss_pilgrimage": 100 } },
"subway": {
"chance": 75,
"extras": {
"mx_bandits_ambush": 20
}
},
"research_facility_interior": {
"chance": 2,
"extras": {
"mx_jabberwock": 1,
"mx_military": 5,
"mx_portal": 100,
"mx_crater": 300,
"mx_portal_in": 40,
"mx_point_burned_ground": 125,
"mx_casings": 30
}
}
},
"overmap_feature_flag_settings": { "clear_blacklist": false, "blacklist": [ ], "clear_whitelist": false, "whitelist": [ ] }
}
]