Difference between revisions of "Water buffalo"

From Twilight Heroes Wiki
Jump to: navigation, search
(implemented)
Line 14: Line 14:
 
|dismissal=You decide you're better off without a sidekick and shoo yours away.}}
 
|dismissal=You decide you're better off without a sidekick and shoo yours away.}}
 
==Notes==
 
==Notes==
* The [[Summon Water Buffalo]] skill is not properly coded for skill points yet. The following will be true when it is.
 
 
* '''X''' is 6-(6+S) + S + floor(level/6), where S is the number of skill points invested in the skill [[Summon Water Buffalo]].
 
* '''X''' is 6-(6+S) + S + floor(level/6), where S is the number of skill points invested in the skill [[Summon Water Buffalo]].
 
* '''Y''' is 12-18 + 2*S + floor(level/5).
 
* '''Y''' is 12-18 + 2*S + floor(level/5).

Revision as of 04:15, 14 February 2011

Cspider.gif This page relates to a reported minor bug:
image missing
Go back to Sidekick/companion

Waterbuffalo.gif

Water buffalo


How Obtained

Sidekick/companion obtained from skill/item.
Skill: Summon Water Buffalo
Skill item: Scubby brand buffalo snax

Duration: W minutes.


Behavior

Ability: Attacks foes

Messages

  • The water buffalo tosses your opponent up in the air with its horns, doing X goring damage.
  • The water buffalo charges and tramples your foe, doing Y damage.
  • The water buffalo bellows and stomps one hoof, but does nothing.


Dismissal Message: You decide you're better off without a sidekick and shoo yours away.

Notes

  • X is 6-(6+S) + S + floor(level/6), where S is the number of skill points invested in the skill Summon Water Buffalo.
  • Y is 12-18 + 2*S + floor(level/5).
  • W is 30 + 6*S.
  • Acts about 70% of the time, with an even split between regular attacks and goring.
  • Prior to the introduction of skill points, X was 16-26 + floor(level/6), Y was 32-38 + floor(level/5) and W was 60.