Class: RPG::EquipItem

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

Overview

武器与护甲的超类

Direct Known Subclasses

Armor, Weapon

Instance Attribute Summary collapse

Attributes inherited from BaseItem

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

Instance Attribute Details

#etype_idObject

Returns the value of attribute etype_id.



330
331
332
# File 'lib/R3EXS/RGSS3.rb', line 330

def etype_id
  @etype_id
end

#paramsObject

Returns the value of attribute params.



330
331
332
# File 'lib/R3EXS/RGSS3.rb', line 330

def params
  @params
end

#priceObject

Returns the value of attribute price.



330
331
332
# File 'lib/R3EXS/RGSS3.rb', line 330

def price
  @price
end