-
Notifications
You must be signed in to change notification settings - Fork 3
Creating Enemies
Cromha edited this page Dec 21, 2023
·
13 revisions
An enemy is an entity that can be encountered in any map point. Note that by creating an enemy, you're not creating an specific enemy, you're just creating a type of enemy. Enemies are found in the enemies.yaml
file. Enemies are categorized in lists in the lists.yaml
file. To make enemies spawn, you'll need to specify in a map point the number of enemies that spawns and what category of enemies spawns. So technically, you can't make a specific enemy, unless this enemy has his own category, like for bosses in the vanilla data. Find more information about creating map points under the Creating Map Point page.
An example of an enemy 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