-
Notifications
You must be signed in to change notification settings - Fork 3
Creating Enemies Categories
Cromha edited this page Dec 22, 2023
·
9 revisions
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:
- Running The Game
- Gameplay Guide
- GitHub Discussions
- Building Source Code
- Game Preferences
- The Game Folder
- The World Of Bane Of Wargs
- Game Timeline Plot
- Yaml Syntax
- Creating Mods
- Creating Starts
- Creating Map Points
- Creating Enemies
- Creating Enemies Categories
- Creating Map Zones
- Creating Items
- Creating Drinks
- Writing Dialogs
- Creating Missions
- Creating Events
- Creating NPCS
- Creating Mounts
Additional Knowledge