Class: Studio::Move::MoveStatus
Overview
Class describing the status modification with it’s chance to happen
Instance Attribute Summary collapse
-
#luck_rate ⇒ Integer
readonly
Chance to trigger this status (0~100).
-
#status ⇒ Symbol
readonly
Status this move applies.
Instance Attribute Details
#luck_rate ⇒ Integer (readonly)
Chance to trigger this status (0~100)
559 560 561 |
# File 'docs/3_Studio.rb', line 559 def luck_rate @luck_rate end |
#status ⇒ Symbol (readonly)
Status this move applies
556 557 558 |
# File 'docs/3_Studio.rb', line 556 def status @status end |