Skip to content

Modding

George Aleksandrovich edited this page Nov 9, 2018 · 5 revisions

Check out our sick modding API!

Sub-Pages

Routine Reference (TODO)

Routines are the most general building block of modding in our API. They logically define a fight with one single Boss, and let you define what Phases will be in your fight.

Phase Reference (TODO)

Phases are a collection of Moves/AISequences that logically separate different sections of a Boss fight.

Here you can check out how to make your own new custom Moves using the AISequence API.

You can learn more about the parameters for Projectiles here, as well as extending the Projectile class to make your own custom behavior.

AOE Reference (TODO)

Clone this wiki locally