Class: Studio::Move::BattleStageMod
- Defined in:
- scripts/00800 Studio/00001 Data/00031 Move.rb
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
174 175 176 |
# File 'scripts/00800 Studio/00001 Data/00031 Move.rb', line 174 def count @count end |
#stat ⇒ Symbol (readonly)
Stat this stage mod change (:atk, :dfe, :spd, :ats, :dfs, :eva, :acc)
170 171 172 |
# File 'scripts/00800 Studio/00001 Data/00031 Move.rb', line 170 def stat @stat end |