Class: Studio::Move::BattleStageMod

Inherits:
Object
  • Object
show all
Defined in:
scripts/00800 Studio/00001 Data/00031 Move.rb

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger (readonly)

Amount of the stage it changes

Returns:



174
175
176
# File 'scripts/00800 Studio/00001 Data/00031 Move.rb', line 174

def count
  @count
end

#statSymbol (readonly)

Stat this stage mod change (:atk, :dfe, :spd, :ats, :dfs, :eva, :acc)

Returns:

  • (Symbol)


170
171
172
# File 'scripts/00800 Studio/00001 Data/00031 Move.rb', line 170

def stat
  @stat
end