Class: RPG::Weapon

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

Overview

武器的数据类

Instance Attribute Summary collapse

Attributes inherited from EquipItem

#etype_id, #params, #price

Attributes inherited from BaseItem

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

Instance Attribute Details

#animation_idObject

Returns the value of attribute animation_id.



337
338
339
# File 'lib/R3EXS/RGSS3.rb', line 337

def animation_id
  @animation_id
end

#wtype_idObject

Returns the value of attribute wtype_id.



337
338
339
# File 'lib/R3EXS/RGSS3.rb', line 337

def wtype_id
  @wtype_id
end