-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,5 +57,28 @@ | |
"// any": {"keep_best_iv": 3}, | ||
"// Example of keeping the 2 strongest (based on CP) and 3 best (based on IV) Zubat:": {}, | ||
"// Zubat": {"keep_best_cp": 2, "keep_best_iv": 3} | ||
} | ||
}, | ||
"vips" : { | ||
"Any pokemon put here directly force to use Berry & Best Ball to capture, to secure the capture rate!": {}, | ||
"any": {"catch_above_cp": 1200, "catch_above_iv": 0.9, "logic": "or" }, | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
DimaVIII
|
||
"Lapras": {}, | ||
"Moltres": {}, | ||
"Zapdos": {}, | ||
"Articuno": {}, | ||
|
||
"// S-Tier pokemons (if pokemon can be evolved into tier, list the representative)": {}, | ||
"Mewtwo": {}, | ||
"Dragonite": {}, | ||
"Snorlax": {}, | ||
"// Mew evolves to Mewtwo": {}, | ||
"Mew": {}, | ||
"Arcanine": {}, | ||
"Vaporeon": {}, | ||
"Gyarados": {}, | ||
"Exeggutor": {}, | ||
"Muk": {}, | ||
"Weezing": {}, | ||
"Flareon": {} | ||
|
||
} | ||
} |
2 comments
on commit 673849d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line 198: item_stock should be items_stock I think (pokemon_catch_worker.py)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@z1lver Yes, Thanks for fixing it
Is it possible to use here keep_best? Like:
"any": {"keep_best_cp": 2, "keep_best_iv": 3},