Method: RPG::Skill#initialize

Defined in:
lib/rgss3/rpg.rb

#initializeSkill

Returns a new instance of Skill.



578
579
580
581
582
583
584
585
586
587
588
# File 'lib/rgss3/rpg.rb', line 578

def initialize
  super
  @scope = 1
  @stype_id = 1
  @mp_cost = 0
  @tp_cost = 0
  @message1 = ''
  @message2 = ''
  @required_wtype_id1 = 0
  @required_wtype_id2 = 0
end