LichAttack

From Eternity Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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