Skip to content

Commit

Permalink
Throw Parameter : add example
Browse files Browse the repository at this point in the history
  • Loading branch information
GepLik committed Aug 11, 2016
1 parent 9027625 commit a32f24e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions configs/config.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -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:": {},
Expand Down

0 comments on commit a32f24e

Please sign in to comment.