Class: Gemwarrior::Boss

Inherits:
Monster show all
Defined in:
lib/gemwarrior/entities/boss.rb

Constant Summary

Constants inherited from Monster

Monster::INVENTORY_ITEMS_DEFAULT

Instance Attribute Summary collapse

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

#description, #name

Method Summary

Methods inherited from Monster

#describe, #initialize

Methods inherited from Entity

#status

Constructor Details

This class inherits a constructor from Gemwarrior::Monster

Instance Attribute Details

#win_textObject (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