Class: RPG::EquipItem
Overview
武器与护甲的超类
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.
330 331 332 |
# File 'lib/R3EXS/RGSS3.rb', line 330 def etype_id @etype_id end |
#params ⇒ Object
Returns the value of attribute params.
330 331 332 |
# File 'lib/R3EXS/RGSS3.rb', line 330 def params @params end |
#price ⇒ Object
Returns the value of attribute price.
330 331 332 |
# File 'lib/R3EXS/RGSS3.rb', line 330 def price @price end |