-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathconfig.json
More file actions
36 lines (36 loc) · 1.01 KB
/
config.json
File metadata and controls
36 lines (36 loc) · 1.01 KB
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
{
"wild_randomizer": {
"is_enabled": "no",
"exclude_legendaries": "yes"
},
"trainer_randomizer": {
"is_enabled": "no",
"force_6_pokemons_on_important_trainers": "no",
"force_perfect_ivs": "no",
"make_ai_smart_for_all_trainers": "no",
"allow_all_trainers_to_terastalize": "no",
"randomize_fixed_tera_type": "no",
"randomize_all_tera_type": "no"
},
"personal_data_randomizer": {
"is_enabled": "no",
"randomize_abilities": "yes",
"ban_wonder_guard": "yes",
"randomize_movesets": "no",
"randomize_evolutions": "yes"
},
"starter_randomizer": {
"is_enabled": "yes",
"randomize_all_gifts": "no",
"randomize_tera_type": "no",
"show_starters_in_overworld": "yes"
},
"static_randomizer": {
"is_enabled": "no",
"randomize_tera_type_for_static_tera": "no"
},
"tm_randomizer": {
"is_enabled": "no"
},
"patch_trpfd": "yes"
}