Enemy: Skeleton Soul Collector - Orhu/Summer2023Project GitHub Wiki

Skeleton Soul Collector (Enemy)

Overview

Belongs to the Skeletons family.

The Skeleton Soul Collector slowly moves towards the player until getting a moderate range away. Does not need line of sight to shoot its attack. When it attacks, it fires a (dodgeable) homing phantasmal tiny skull at the player. It fires an additional skull for every tallied kill in its room.

Note: Any death counts. For example,

  • Large Slime splits into two Medium Slimes, each of them split into two Small Slimes. This counts as a total of 1 + 2 + 4 = 7 deaths tallied for the Skeleton Soul Collector.
  • Spiky Skeleton dies, dropping a Soul. The Soul is not killed fast enough, so the Spiky Skeleton is resurrected and killed again. Finally, the player kills the Spiky Skeleton's Soul. This leads to 1 + 1 + 1 = 3 deaths tallied for the Skeleton Soul Collector.

Finite State Machine

Coming soon