forked from dissociativity/PKs_Rebalancing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pk_regional_overlay.json
94 lines (94 loc) · 2.28 KB
/
pk_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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
[
{
"type": "region_overlay",
"id": "pk_overlay",
"regions": [ "all" ],
"map_extras": {
"//": "mapping for weighted lists of extras",
"field": {
"//": "More helicoptor and drugs and goodies.",
"chance": 135,
"extras": {
"mx_helicopter": 30,
"mx_military": 15,
"mx_science": 25,
"mx_collegekids": 50,
"mx_drugdeal": 25,
"mx_supplydrop": 15,
"mx_portal": 5,
"mx_minefield": 10,
"mx_crater": 15,
"mx_fumarole": 10,
"mx_portal_in": 1,
"mx_anomaly": 5
}
},
"road": {
"//": "More stuff in the way",
"chance": 90,
"extras": {
"mx_helicopter": 30,
"mx_military": 15,
"mx_science": 25,
"mx_collegekids": 50,
"mx_roadblock": 80,
"mx_drugdeal": 20,
"mx_supplydrop": 15,
"mx_portal": 5,
"mx_minefield": 80,
"mx_crater": 50,
"mx_fumarole": 15,
"mx_portal_in": 1,
"mx_anomaly": 3
}
},
"build": {
"//": "More drugs and craters and kids",
"chance": 50,
"extras": {
"mx_military": 5,
"mx_science": 10,
"mx_collegekids": 25,
"mx_drugdeal": 25,
"mx_supplydrop": 10,
"mx_portal": 5,
"mx_crater": 80,
"mx_fumarole": 5,
"mx_portal_in": 2,
"mx_anomaly": 3
}
},
"subway": {
"//": "More anomalies",
"chance": 40,
"extras": {
"mx_military": 5,
"mx_science": 15,
"mx_collegekids": 15,
"mx_supplydrop": 10,
"mx_portal": 10,
"mx_crater": 15,
"mx_minefield": 5,
"mx_fumarole": 25,
"mx_portal_in": 3,
"mx_anomaly": 5
}
},
"doom": {
"//": "radiation, lava, and supplies",
"chance": 21,
"extras": {
"mx_military": 15,
"mx_science": 25,
"mx_collegekids": 5,
"mx_supplydrop": 15,
"mx_portal": 10,
"mx_crater": 20,
"mx_fumarole": 40,
"mx_portal_in": 10,
"mx_anomaly": 15
}
}
}
}
]