Class: Studio::Move::MoveStatus

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

Overview

Class describing the status modification with it’s chance to happen

Instance Attribute Summary collapse

Instance Attribute Details

#luck_rateInteger (readonly)

Chance to trigger this status (0~100)

Returns:

  • (Integer)


559
560
561
# File 'docs/00800_Studio.rb', line 559

def luck_rate
  @luck_rate
end

#statusSymbol (readonly)

Status this move applies

Returns:

  • (Symbol)


556
557
558
# File 'docs/00800_Studio.rb', line 556

def status
  @status
end