Class: Gemwarrior::Boss
- Defined in:
- lib/gemwarrior/entities/boss.rb
Constant Summary
Constants inherited from Monster
Monster::INVENTORY_ITEMS_DEFAULT
Instance Attribute Summary collapse
-
#win_text ⇒ Object
readonly
Returns the value of attribute win_text.
Attributes inherited from Monster
#battlecry, #inventory, #is_boss
Attributes inherited from Creature
#atk_hi, #atk_lo, #defense, #dexterity, #face, #hands, #hp_cur, #hp_max, #inventory, #level, #mood, #rox, #xp
Attributes inherited from Entity
Method Summary
Methods inherited from Monster
Methods inherited from Entity
Constructor Details
This class inherits a constructor from Gemwarrior::Monster
Instance Attribute Details
#win_text ⇒ Object (readonly)
Returns the value of attribute win_text.
8 9 10 |
# File 'lib/gemwarrior/entities/boss.rb', line 8 def win_text @win_text end |