Class: Core::Game::Combat::Enemy

Inherits:
Object
  • Object
show all
Defined in:
lib/game/combat/battle.rb

Instance Attribute Summary collapse

Instance Attribute Details

#behaviourObject (readonly)

Returns the value of attribute behaviour.



106
107
108
# File 'lib/game/combat/battle.rb', line 106

def behaviour
  @behaviour
end

#graphicObject (readonly)

Returns the value of attribute graphic.



106
107
108
# File 'lib/game/combat/battle.rb', line 106

def graphic
  @graphic
end

#nameObject (readonly)

Returns the value of attribute name.



106
107
108
# File 'lib/game/combat/battle.rb', line 106

def name
  @name
end

#strengthObject (readonly)

Returns the value of attribute strength.



106
107
108
# File 'lib/game/combat/battle.rb', line 106

def strength
  @strength
end

#typeObject (readonly)

Returns the value of attribute type.



106
107
108
# File 'lib/game/combat/battle.rb', line 106

def type
  @type
end

#weaponsObject (readonly)

Returns the value of attribute weapons.



106
107
108
# File 'lib/game/combat/battle.rb', line 106

def weapons
  @weapons
end