Skip to content

ZE FusionBot v7.8.7

Choose a tag to compare

@Secludedly Secludedly released this 17 Apr 21:18

Show Tera Type for Non-Native Pokemon in SV
v7.8.5

  • Non-Native Pokemon were not displaying their Tera Type in SV due to recent PKHeX changes. Converted the GameVersion.SL / GameVersion.VL to simply pull from PK9 instead to cover every Pokemon, regardless of origin.

Remove old useless killswitch
v7.8.6


Various Slash Command Updates + Additions
v7.8.7

All existing slash commands (create-sv, create-swsh, create-bdsp, create-pla, create-plza, create-lgpe) now have:

  • nickname = Add nickname.
  • ability = Ability 1, Ability 2, or Hidden Ability (auto-resolves to the ability name from species data).
  • move1–move4 = 4 move parameters, each with full move autocomplete (over 900 moves searchable).
  • language = 9 language choices.
  • scale (create-sv only) = size scalar 0–255.

[5 new slash commands]

  • /mystery-egg
    Random shiny 6IV egg.

  • /mystery-mon
    Fully randomized Pokémon.

  • /ditto
    Ditto with 3 stat presets.

  • /item-trade
    Pokemon holding any item (with full item autocomplete)

  • /egg-sv, /egg-swsh, /egg-bdsp
    Specific-species eggs with shiny option.

  • /queue-status
    Position + ETA check.

  • /queue-clear
    Remove yourself from the queue.

  • MoveAutocompleteHandler = new autocomplete handler powering all 4 move slots.

  • QueuePokemonForTradeAsync = extracted reusable queue-and-embed method used by all new modules.

  • MysteryMonModule = now public static so it's accessible from the new slash module.