Chronomancer - Boss
- Ashley Mortlock
- Mar 13, 2023
- 1 min read
Updated: Mar 27, 2023
Recently I added a boss with three different attacks and a state where the player has a chance to attack it. During this time, the boss will teleport around the arena, pausing to give the player time to attack before teleporting again. The three attacks include horizontal and vertical attacks as well as an attack that fires a time stop projectile. Upon hitting the player, they are frozen in time so that the boss can attack them more easily.
This has improved my blueprint skills as well as giving me more experience with behaviour trees and AI.

Comments