Module: Battle::Effects::Mechanics::NeutralizeType

Included in:
BurnUp, Roost
Defined in:
docs/5_Battle_06_Effects_01_Mechanics.rb

Overview

Neutralize Type Effect

**Includer requirements**

  • call neutralize_type_initialize

  • def neutralyzed_type

Instance Method Summary collapse

Instance Method Details

#neutralize_type_initialize(target, turn_count)

Create a new effect

Parameters:



118
119
# File 'docs/5_Battle_06_Effects_01_Mechanics.rb', line 118

def neutralize_type_initialize(target, turn_count)
end

#on_delete Also known as: neutralize_type_on_delete

Show the message when the effect gets deleted



121
122
# File 'docs/5_Battle_06_Effects_01_Mechanics.rb', line 121

def on_delete
end