Skip to content

Creating Enemies Categories

Cromha edited this page Jan 4, 2024 · 9 revisions

Introduction

An enemy category is a list of enemy types that is used in map points to make enemies spawn. Enemies categories are found in the lists.yaml file. So, an enemy category definition has only 2 attributes: a name and a list of strings that are the enemies type.

An example of an enemy category definition:

Flying Bosses:
- Kathallion Flying Terror
- Balrog
- Shire Flying Beast
Clone this wiki locally