Class: RPG::Item
- Inherits:
-
UsableItem
- Object
- BaseItem
- UsableItem
- RPG::Item
- Defined in:
- lib/R3EXS/RGSS3.rb
Overview
物品的数据类
Instance Attribute Summary collapse
-
#consumable ⇒ Object
Returns the value of attribute consumable.
-
#itype_id ⇒ Object
Returns the value of attribute itype_id.
-
#price ⇒ Object
Returns the value of attribute price.
Attributes inherited from UsableItem
#animation_id, #damage, #effects, #hit_type, #occasion, #repeats, #scope, #speed, #success_rate, #tp_gain
Attributes inherited from BaseItem
#description, #features, #icon_index, #id, #name, #note
Instance Attribute Details
#consumable ⇒ Object
Returns the value of attribute consumable.
323 324 325 |
# File 'lib/R3EXS/RGSS3.rb', line 323 def consumable @consumable end |
#itype_id ⇒ Object
Returns the value of attribute itype_id.
323 324 325 |
# File 'lib/R3EXS/RGSS3.rb', line 323 def itype_id @itype_id end |
#price ⇒ Object
Returns the value of attribute price.
323 324 325 |
# File 'lib/R3EXS/RGSS3.rb', line 323 def price @price end |