Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added TransferLowStatPokemon #447

Merged
merged 4 commits into from
Aug 2, 2016
Merged

Added TransferLowStatPokemon #447

merged 4 commits into from
Aug 2, 2016

Commits on Aug 2, 2016

  1. Added TransferLowStatPokemon

    Alternative to TransferDuplicatePokemon, if you don't mind having 20 vaporeon or gyarados as long as they're strong. Will transfer pokemon that are below the KeepMinCp threshold or below the KeepMinIvPercentage threshold with PrioritizeIvOverCp set to true.
    
    Signed-off-by: Valmere <Valmere2@gmail.com>
    cabbscripts committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    d66c274 View commit details
    Browse the repository at this point in the history
  2. added TransferLowStatPokemon

    To be used instead of TransferDuplicatePokemon for people that don't mind having 20 vaporeon or gyarados as their strongest. Will not transfer pokemon in the DoNotTransfer list or the PokemonToEvolve list if KeepPokemonsThatCanEvolve is set to true.
    
    Signed-off-by: Valmere <Valmere2@gmail.com>
    cabbscripts committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    494216f View commit details
    Browse the repository at this point in the history
  3. fixup

    Signed-off-by: Valmere <Valmere2@gmail.com>
    cabbscripts committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    03dd880 View commit details
    Browse the repository at this point in the history
  4. Added PrioritizeIvAndCp config var

    PrioritizeIvAndCp works as a "combined mode" for use solely with TransferLowStatPokemon. It will toss any pokemon that do not fit both the MinIV and MinCP settings, excluding those that you have favorited or on the DoNotTransfer list.
    cabbscripts committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    99c292a View commit details
    Browse the repository at this point in the history