Difference between revisions of "Wolf"

From Twilight Heroes Wiki
Jump to: navigation, search
(Notes)
(Notes)
Line 13: Line 13:
 
* Acts 50% of the time.
 
* Acts 50% of the time.
 
* The [[Summon Wolf]] skill is not properly coded for skill points yet. The following will be true when it is.  
 
* The [[Summon Wolf]] skill is not properly coded for skill points yet. The following will be true when it is.  
* '''X''' is 4-8 + S + floor(level/5), where S is the number of skill points invested in the skill [[Summon Wolf]].
+
* '''X''' is 4-8 + S + floor(level/5), where S is the number of {{skillPoint}}s invested in the skill [[Summon Wolf]].
 
* Y is 30 + 6*S.
 
* Y is 30 + 6*S.
 
* Prior to the introduction of skill points, '''X''' was 4-8 + floor(level/5). Y was 60.
 
* Prior to the introduction of skill points, '''X''' was 4-8 + floor(level/5). Y was 60.

Revision as of 00:55, 16 July 2010

Go back to Sidekick/companion

Wolf.gif

Wolf


How Obtained

Sidekick/companion obtained from skill/item.
Skill: Summon Wolf
Skill item: Wolf bait

Duration: Y minutes


Behavior

Ability: Attacks foes

Messages

  • The wolf lunges and snaps at your opponent, but doesn't do any significant damage.
  • The wolf bites at your foe and does X damage.


Dismissal Message: You wave your arms around and start mumbling weird unintelligible phrases. Your wolf companion is embarassed[sic] by your silliness and slinks off.

Notes

  • Acts 50% of the time.
  • The Summon Wolf skill is not properly coded for skill points yet. The following will be true when it is.
  • X is 4-8 + S + floor(level/5), where S is the number of Skill-point.gif skill points invested in the skill Summon Wolf.
  • Y is 30 + 6*S.
  • Prior to the introduction of skill points, X was 4-8 + floor(level/5). Y was 60.