Class: RPG::EquipItem
- Defined in:
- lib/eidolon/rgss3/rpg/equip_item.rb
Overview
RGSS3
This data structure is specific to RGSS3 (VX Ace).
EquipItem
The superclass of weapons and armor.
Instance Attribute Summary collapse
-
#etype_id ⇒ Object
Returns the value of attribute etype_id.
-
#params ⇒ Object
Returns the value of attribute params.
-
#price ⇒ Object
Returns the value of attribute price.
Attributes inherited from BaseItem
#description, #features, #icon_index, #id, #name, #note
Instance Attribute Details
#etype_id ⇒ Object
Returns the value of attribute etype_id.
11 12 13 |
# File 'lib/eidolon/rgss3/rpg/equip_item.rb', line 11 def etype_id @etype_id end |
#params ⇒ Object
Returns the value of attribute params.
12 13 14 |
# File 'lib/eidolon/rgss3/rpg/equip_item.rb', line 12 def params @params end |
#price ⇒ Object
Returns the value of attribute price.
10 11 12 |
# File 'lib/eidolon/rgss3/rpg/equip_item.rb', line 10 def price @price end |