diff --git a/configs/config.json.example b/configs/config.json.example index 1594a18f5e..c13969930a 100644 --- a/configs/config.json.example +++ b/configs/config.json.example @@ -101,6 +101,13 @@ "// Example of always catching Rattata:": {}, "// Rattata": { "always_catch" : true } }, + "catch_throw_parameters": { + "excellent_rate": 0.1, + "great_rate": 0.5, + "nice_rate": 0.3, + "normal_rate": 0.1, + "spin_success_rate" : 0.6, + }, "release": { "any": {"release_below_cp": 0, "release_below_iv": 0, "logic": "or"}, "// Example of always releasing Rattata:": {},