Skip to content

Creating Enemies

Cromha edited this page Dec 21, 2023 · 13 revisions

Introduction

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:

Screenshot from 2023-12-21 15-33-11

Clone this wiki locally