LichAttack

From Eternity Wiki
Revision as of 07:00, 27 December 2011 by Printz (talk | contribs) (Created page with "Main Heretic iron lich attack logic. It will FaceTarget. If within melee range, it will cause 6-48 damage to the target. Otherwise it will randomly choose between: * spawnin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Main Heretic iron lich attack logic.

It will FaceTarget. If within melee range, it will cause 6-48 damage to the target. Otherwise it will randomly choose between:

The chances are distributed as follows:

  • if distance to enemy <= 512: 20% IronLichShot1, 40% LichFire, 40% LichWhirlwind
  • otherwise: 60% IronLichShot1, 20% LichFire, 20% LichWhirlwind

See also[edit]