Enemy behaviors and stats

We have defined types of enemies by their behaviors. What about their stats?

We're going to delve much deeper into this later in the book, in Chapter 13, Balancing, where we'll see how the stats, abilities, and mechanics of enemies are heavily influenced by their function. It is quite intuitive that a Tank type is going to have higher HP or armor values than a Cannon Fodder enemy. A chaser might move much faster than other enemies (and even than the player), but it could lack a ranged attack, or it could be extremely vulnerable to certain attacks.

The whole point here is to identify the enemy's functions and the reasons why it is needed in a particular game level or area. That should always be the first step in designing ...

Get Practical Game Design now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.