-
Notifications
You must be signed in to change notification settings - Fork 0
Modding
George Aleksandrovich edited this page Nov 9, 2018
·
5 revisions
Check out our sick modding API!
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.
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.