Class: Gemwarrior::ArenaDoor

Inherits:
Item show all
Defined in:
lib/gemwarrior/entities/items/arena_door.rb

Instance Attribute Summary

Attributes inherited from Item

#is_armor, #is_weapon, #use

Attributes inherited from Entity

#consumable, #describe, #describe_detailed, #description, #display_shopping_cart, #equippable, #equipped, #name, #name_display, #number_of_uses, #takeable, #talkable, #useable, #useable_battle, #used, #used_again

Instance Method Summary collapse

Methods inherited from Item

#describe_detailed

Methods inherited from Entity

#puts, #use

Constructor Details

#initializeArenaDoor

Returns a new instance of ArenaDoor.



8
9
10
11
12
13
14
# File 'lib/gemwarrior/entities/items/arena_door.rb', line 8

def initialize
  super

  self.name         = 'arena_door'
  self.name_display = 'Arena Door'
  self.description  = 'The Arena is massive, with its numerous columns and stone walls stretching to the sky, but its entrance door is no slouch, keeping apace. Made of reinforced granite and impossible to break down, it nevertheless opens for you while battles are in session.'
end