#12 | (WIP) Enemy System
Hello!
In the last log, I covered setting up the modular wave spawning mechanic. This log will cover the different enemy types in more detail.
Now, onto the enemies. Just like in traditional HvZ, each enemy type has it's own special attribute(s). For the purpose of this game, I've also assigned varying health and speed. The table below is an example of this, but the values are not set in stone. Play testing will be needed to balance this properly.
Enemy Type |
Attributes |
Health |
Speed |
Zombie |
None |
Low |
Med |
Tank |
Immune to HL / HIR Only damaged by MEGA / MXL |
Med |
Med |
Super Tank |
Immune to HL / HIR / MEGA Only damaged by MXL |
High |
Med |
Legionnaire |
Carries shield that blocks projectiles Shield only destroyed by MXL Slow rotation, can be flanked Damaged by all ammo types |
Med |
Fast |
Spitter |
Fires stun projectiles at the player Fast rotation Damaged by all ammo types |
Low |
Med |
Sprinter |
Fastest enemy type Functions like a regular Zombie |
Low |
High |
At the time of writing this, I haven't setup the Spitter enemy type because of some issues I ran into while using the A* Pathfinding Project asset. I might have to build my own AI / Path system from the ground up, but only time will tell.
Linked below is a preview of how the Legionnaire enemies will behave. I have to stress that this is nowhere near the final product.
There isn't a whole lot to do aside from changing a few component values to create different behavior for the enemy types. By changing the path recalculation interval, rotation speed, movement speed and acceleration, I can create some interesting behavior.When this game gets to the play testing phase (alpha, beta), I think I'll allow the user to modify those and other variables from the settings menu and see what the play testers come up with for balance. Ultimately, I am not a good judge of balance nor quality, I need outside support for that.
That's all for this log. The next ones should focus on building the shop system, and fixing a few bugs in the blaster system. I still have to implement internal magazines for specific blasters.
Thanks for reading!
Get HvZ - 2D
HvZ - 2D
Nerf themed 2D survival shooter!
Status | Released |
Author | The_Hobbyist_2007 |
More posts
- #13 | (WIP) Shop System31 days ago
- #11 | (WIP) Enemy System60 days ago
- #10 | (WIP) Enemy System70 days ago
- #9 | (WIP) Blaster System78 days ago
- #8 | (WIP) Blaster System85 days ago
- #7 | (WIP) Blaster SystemDec 23, 2024
- #6 | (WIP) Blaster SystemDec 14, 2024
- #5 | Major Changes & PlansNov 30, 2024
- #4 | Basic TilesetsNov 27, 2024
Leave a comment
Log in with itch.io to leave a comment.