Class: RPG::Armor

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

#atype_idObject

Returns the value of attribute atype_id.



343
344
345
# File 'lib/R3EXS/RGSS3.rb', line 343

def atype_id
  @atype_id
end