LichAttack

From Eternity Wiki
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]