Difference between revisions of "Wind warrior"

From Twilight Heroes Wiki
Jump to: navigation, search
Line 15: Line 15:
 
==Notes==
 
==Notes==
 
* The third message occurs against [[:Category:Electronic Robots|Electronic Robots]] without [[Electronic Understanding]], and against [[:Category:Positronic Robots|Positronic Robots]] regardless of that skill.
 
* The third message occurs against [[:Category:Electronic Robots|Electronic Robots]] without [[Electronic Understanding]], and against [[:Category:Positronic Robots|Positronic Robots]] regardless of that skill.
 +
* The [[Wind Warrior]] skill is not properly coded for skill points yet. The following will be true when it is.
 
* '''X''' is 3-5 + S + round(level/3), where S is the number of skill points invested in the skill [[Wind Warrior]].
 
* '''X''' is 3-5 + S + round(level/3), where S is the number of skill points invested in the skill [[Wind Warrior]].
 
* Prior to the introduction of skill points, '''X''' was 3-5 + ceil(level/3).
 
* Prior to the introduction of skill points, '''X''' was 3-5 + ceil(level/3).

Revision as of 04:16, 9 March 2010

Rakes-trowel.gif This page contains some non specific data which NEEDS SPADING:
chance of hitting
Go back to Sidekick/companion

Wwarrior.gif

Wind warrior


How Obtained

Sidekick/companion obtained from skill/item.
Skill: Wind Warrior
Skill item: warrior hologram

Duration: 30 min.


Behavior

Ability: Can attack certain foes.

Messages

  • Your wind warrior charges your opponent and convincingly lands a blow, doing X damage.
  • You send the warrior at the foe, but your opponent dodges swiftly.
  • Your opponent doesn't have a mind that you can work with, so the warrior does nothing.


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

Notes

  • The third message occurs against Electronic Robots without Electronic Understanding, and against Positronic Robots regardless of that skill.
  • The Wind Warrior skill is not properly coded for skill points yet. The following will be true when it is.
  • X is 3-5 + S + round(level/3), where S is the number of skill points invested in the skill Wind Warrior.
  • Prior to the introduction of skill points, X was 3-5 + ceil(level/3).