Class: Studio::Move::BattleStageMod

Inherits:
Object
  • Object
show all
Defined in:
docs/3_Studio.rb

Overview

Class describing the stat modification

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger (readonly)

Amount of the stage it changes

Returns:

  • (Integer)


550
551
552
# File 'docs/3_Studio.rb', line 550

def count
  @count
end

#statSymbol (readonly)

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

Returns:

  • (Symbol)


547
548
549
# File 'docs/3_Studio.rb', line 547

def stat
  @stat
end