Class: Core::Game::Combat::Enemy
Instance Attribute Summary collapse
-
#behaviour ⇒ Object
readonly
Returns the value of attribute behaviour.
-
#graphic ⇒ Object
readonly
Returns the value of attribute graphic.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#strength ⇒ Object
readonly
Returns the value of attribute strength.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#weapons ⇒ Object
readonly
Returns the value of attribute weapons.
Instance Attribute Details
#behaviour ⇒ Object (readonly)
Returns the value of attribute behaviour.
106 107 108 |
# File 'lib/game/combat/battle.rb', line 106 def behaviour @behaviour end |
#graphic ⇒ Object (readonly)
Returns the value of attribute graphic.
106 107 108 |
# File 'lib/game/combat/battle.rb', line 106 def graphic @graphic end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
106 107 108 |
# File 'lib/game/combat/battle.rb', line 106 def name @name end |
#strength ⇒ Object (readonly)
Returns the value of attribute strength.
106 107 108 |
# File 'lib/game/combat/battle.rb', line 106 def strength @strength end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
106 107 108 |
# File 'lib/game/combat/battle.rb', line 106 def type @type end |
#weapons ⇒ Object (readonly)
Returns the value of attribute weapons.
106 107 108 |
# File 'lib/game/combat/battle.rb', line 106 def weapons @weapons end |