-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsettings.default.json
27 lines (26 loc) · 992 Bytes
/
settings.default.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
{
"//comment": "these settings can be overwritten in your settings.json file, see ro_rando.py for how the config files are merged",
"danger": {
"city_distance": 1000,
"max_city_mult": 5,
"dungeon_mult": 3
},
"location_anchors": [
{ "map": "prontera", "x": 0, "y": 0 }
],
"ignore_maps": [
"prt_fild08a", "prt_fild08b", "prt_fild08c", "prt_fild08d",
"prt_church", "prt_cas", "prt_gld", "prt_cas_q",
"izlude_a", "izlude_b", "izlude_c", "izlude_d",
"iz_ac01_a", "iz_ac01_b", "iz_ac01_c", "iz_ac01_d",
"iz_ac02_a", "iz_ac02_b", "iz_ac02_c", "iz_ac02_d",
"iz_int", "iz_int01", "iz_int02", "iz_int03", "iz_int04",
"iz_ac01", "iz_ac01_a", "iz_ac01_b", "iz_ac01_c", "iz_ac01_d",
"iz_ac02", "iz_ac02_a", "iz_ac02_b", "iz_ac02_c", "iz_ac02_d",
"nif_fild01", "nif_fild02",
"yggdrasil01"
],
"ignore_warps": [
"EinF01Dn02_EinF05Up02", "prtf024"
]
}