Module: GameData::Stages

Included in:
PFM::PokemonBattler
Defined in:
scripts/00800 GameData/00900 Constants/01801 Stages.rb

Overview

Battle stages index (Index of Stat modifier level)

Constant Summary collapse

ATK_STAGE =
0
ATS_STAGE =
3
DFE_STAGE =
1
DFS_STAGE =
4
SPD_STAGE =
2
EVA_STAGE =
5
ACC_STAGE =
6

Class Method Summary collapse

Class Method Details

.index(value) ⇒ Symbol

Find the symbol of a Stage according to the Stage id

Parameters:

Returns:

  • (Symbol)