Skip to content

Add Burning Bulwark and Double Shock

Lexio requested to merge Lexiooo/pokemonsdk:add_burning_bulwark into development

MR Description

  • Adds Gouging Fire's signature move, Burning Bulwark.
  • Adds Pawmot's signature move, Double Shock.

Before testing

  • Add Burning Bulwark to Studio (symbol: :burning_bulwark, method: s_protect)
  • Add Double Shock to Studio (symbol: :double_shock, method: s_burn_up)

Tests to realize

  • Use a contact move against Burning Bulwark. Blocked and user is burnt if possible.
  • Use another offensive move against Burning Bulwark. Only blocked.
  • Use a status move against Burning Bulwark. Not blocked.

  • Try using Double Shock with a non-Electric type Pokémon.
  • Use Double Shock with an Electric type Pokémon.
  • Try using Double Shock with an Electric type Pokémon, that used its Electric type after the usage of Double Shock.

Sources related to this MR


Edited by Zøzo

Merge request reports