Skip to content

Commit 63c7e00

Browse files
Less mines (#83360)
1 parent 64366e8 commit 63c7e00

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

data/json/overmap/overmap_mutable/mine_mutable.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"subtype": "mutable",
66
"locations": [ "subterranean_empty", "land", "open_air" ],
77
"city_distance": [ 10, 40 ],
8-
"occurrences": [ 0, 2 ],
9-
"flags": [ "MAN_MADE" ],
8+
"occurrences": [ 10, 80 ],
9+
"flags": [ "MAN_MADE", "OVERMAP_UNIQUE" ],
1010
"check_for_locations": [
1111
[ [ 0, -1, 0 ], [ "land", "road" ] ],
1212
[ [ 0, 0, 0 ], [ "land" ] ],

data/json/overmap/overmap_special/mine.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"locations": [ "wilderness" ],
3737
"city_distance": [ 10, 40 ],
3838
"city_sizes": [ 4, -1 ],
39-
"occurrences": [ 0, 1 ],
40-
"flags": [ "MAN_MADE" ]
39+
"occurrences": [ 1, 80 ],
40+
"flags": [ "MAN_MADE", "GLOBALLY_UNIQUE" ]
4141
},
4242
{
4343
"type": "overmap_special",
@@ -70,8 +70,8 @@
7070
"locations": [ "wilderness" ],
7171
"city_distance": [ 10, 40 ],
7272
"city_sizes": [ 4, -1 ],
73-
"occurrences": [ 0, 1 ],
74-
"flags": [ "MAN_MADE" ]
73+
"occurrences": [ 1, 80 ],
74+
"flags": [ "MAN_MADE", "GLOBALLY_UNIQUE" ]
7575
},
7676
{
7777
"type": "overmap_special",
@@ -99,7 +99,7 @@
9999
"locations": [ "wilderness" ],
100100
"city_distance": [ 10, 40 ],
101101
"city_sizes": [ 4, -1 ],
102-
"occurrences": [ 0, 1 ],
103-
"flags": [ "MAN_MADE" ]
102+
"occurrences": [ 1, 80 ],
103+
"flags": [ "MAN_MADE", "GLOBALLY_UNIQUE" ]
104104
}
105105
]

0 commit comments

Comments
 (0)