Summary
Great job reaching the end of this chapter! We now have three different enemies added to and configured in our RTS game. The trio of Orc, Golem, and Red Dragon has different configurations and will present a real challenge to the player.
In this chapter, we used most of the systems that were developed in the book so far, showing that they were not made only for the units but could also be used for enemies as well. We learned how to modify, expand, and adapt existing code to add enemies, and we can even spawn them using the debug menu, which now has more options to help us develop our RTS game.
We also created a very useful and flexible damage feedback system to show the player how much damage the enemies and the units are taking and learned how to calculate the damage based on a few properties from the enemy configuration. The Dragoncraft game is reaching an important milestone now with enemies added into the project, with different configurations that will make that...