Class: RPG::Skill

Inherits:
UsableItem show all
Defined in:
lib/R3EXS/RGSS3.rb

Overview

技能的数据类

Instance Attribute Summary collapse

Attributes inherited from UsableItem

#animation_id, #damage, #effects, #hit_type, #occasion, #repeats, #scope, #speed, #success_rate, #tp_gain

Attributes inherited from BaseItem

#description, #features, #icon_index, #id, #name, #note

Instance Attribute Details

#message1Object

Returns the value of attribute message1.



312
313
314
# File 'lib/R3EXS/RGSS3.rb', line 312

def message1
  @message1
end

#message2Object

Returns the value of attribute message2.



312
313
314
# File 'lib/R3EXS/RGSS3.rb', line 312

def message2
  @message2
end

#mp_costObject

Returns the value of attribute mp_cost.



312
313
314
# File 'lib/R3EXS/RGSS3.rb', line 312

def mp_cost
  @mp_cost
end

#required_wtype_id1Object

Returns the value of attribute required_wtype_id1.



312
313
314
# File 'lib/R3EXS/RGSS3.rb', line 312

def required_wtype_id1
  @required_wtype_id1
end

#required_wtype_id2Object

Returns the value of attribute required_wtype_id2.



312
313
314
# File 'lib/R3EXS/RGSS3.rb', line 312

def required_wtype_id2
  @required_wtype_id2
end

#stype_idObject

Returns the value of attribute stype_id.



312
313
314
# File 'lib/R3EXS/RGSS3.rb', line 312

def stype_id
  @stype_id
end

#tp_costObject

Returns the value of attribute tp_cost.



312
313
314
# File 'lib/R3EXS/RGSS3.rb', line 312

def tp_cost
  @tp_cost
end