LichAttack: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(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...")
 
(No difference)

Latest revision as of 07:00, 27 December 2011

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]