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 #378

Closed
wants to merge 5 commits into from
Closed

Added TransferLowStatPokemon #378

wants to merge 5 commits into from

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.
    cabbscripts committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    06d08f3 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.
    cabbscripts committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    4617989 View commit details
    Browse the repository at this point in the history
  3. Fixed throwing out razzberrys.

    It's now a config value just like balls/potions/revives. Also added in the rest of the berries but commented it out due to the berries not being implemented yet, but the code's ready for when they are.
    cabbscripts committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    29cb773 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6c219b View commit details
    Browse the repository at this point in the history
  5. fixup

    cabbscripts committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    16343f8 View commit details
    Browse the repository at this point in the history