Skip to content

Add Dragon Cheer

Lexio requested to merge Lexiooo/pokemonsdk:add/dragon_cheer into development

MR Description

  • Adds Dragon Cheer (Gen IX).
  • Fixes Focus Energy usage.
  • Adds Opportunist behaviour with either of the moves.

Before testing

  • Add Dragon Cheer to Studio (method: s_dragon_cheer, targets: all allies except user).
  • Prepare a Pokémon with the item Scope Lens OR the ability Super Luck.

Notes to acknowledge about Dragon Cheer before testing

  • Raises the critical stage by 1 rank for all allies. By 2 ranks for dragon-types instead.
  • Doesn't buff the user.
  • /!\ The AI doesn't use the move at all without an ally.

Tests to realize

  • Use Dragon Cheer alone, should fail.
  • Use Dragon Cheer onto a non-dragon type ally. Its attacks should crit approximately half the time (= +1 crit rate).
  • Use Dragon Cheer onto a dragon type ally. Its attacks should always crit (= +2 crit rate).

  • Use Focus Energy twice. If the Pokémon already has the effect, the move will fail.
  • Use Dragon Cheer or Focus Energy in front of an enemy having the ability Opportunist. It will copy the effect for itself unless it has either already.

Sources related to this MR

Edited by Flo

Merge request reports