Class: Studio::Move::BattleStageMod
Overview
Class describing the stat modification
Instance Attribute Summary collapse
-
#count ⇒ Integer
readonly
Amount of the stage it changes.
-
#stat ⇒ Symbol
readonly
Stat this stage mod change (:atk, :dfe, :spd, :ats, :dfs, :eva, :acc).
Instance Attribute Details
#count ⇒ Integer (readonly)
Amount of the stage it changes
550 551 552 |
# File 'docs/3_Studio.rb', line 550 def count @count end |
#stat ⇒ Symbol (readonly)
Stat this stage mod change (:atk, :dfe, :spd, :ats, :dfs, :eva, :acc)
547 548 549 |
# File 'docs/3_Studio.rb', line 547 def stat @stat end |