Class: Gemwarrior::Item
- Defined in:
- lib/gemwarrior/entities/item.rb
Direct Known Subclasses
Bed, Feather, Gun, SparklyThing, Stalactite, Stone, Stonemite, Throne, Tree
Instance Attribute Summary collapse
-
#atk_hi ⇒ Object
Returns the value of attribute atk_hi.
-
#atk_lo ⇒ Object
Returns the value of attribute atk_lo.
-
#equippable ⇒ Object
Returns the value of attribute equippable.
-
#equipped ⇒ Object
Returns the value of attribute equipped.
-
#takeable ⇒ Object
Returns the value of attribute takeable.
-
#useable ⇒ Object
Returns the value of attribute useable.
Attributes inherited from Entity
Method Summary
Methods inherited from Entity
Instance Attribute Details
#atk_hi ⇒ Object
Returns the value of attribute atk_hi.
8 9 10 |
# File 'lib/gemwarrior/entities/item.rb', line 8 def atk_hi @atk_hi end |
#atk_lo ⇒ Object
Returns the value of attribute atk_lo.
8 9 10 |
# File 'lib/gemwarrior/entities/item.rb', line 8 def atk_lo @atk_lo end |
#equippable ⇒ Object
Returns the value of attribute equippable.
8 9 10 |
# File 'lib/gemwarrior/entities/item.rb', line 8 def equippable @equippable end |
#equipped ⇒ Object
Returns the value of attribute equipped.
8 9 10 |
# File 'lib/gemwarrior/entities/item.rb', line 8 def equipped @equipped end |
#takeable ⇒ Object
Returns the value of attribute takeable.
8 9 10 |
# File 'lib/gemwarrior/entities/item.rb', line 8 def takeable @takeable end |
#useable ⇒ Object
Returns the value of attribute useable.
8 9 10 |
# File 'lib/gemwarrior/entities/item.rb', line 8 def useable @useable end |