Skip to content

Requirement System

Cooldown

This requirement adds a cooldown to the ability. When a cast is requested (#1), the ability will fail if it is currently on cooldown. In case of success, the ability will enter its cooldown period at the activation time (#4).

Ability inspector

  • Cooldown: cooldown duration in seconds.

Stats Synergy

Owning the Stats module ? More power to you ! You can set the cooldown to use a formula and with a little set up, you can have abilities that have smaller cooldown as they level up !

In Range

This requirement will cancel the ability if the target is out of range at activation time (#4).

Custom

This requirement allows you to use any Game Creator conditions with the requirement system.

Ability inspector

  • Description: string field used to customize the title in the inspector. Useful to keep organized.
  • Method: defines the type of requirement.
    • Use : conditions to start the ability
    • Activation : conditions to apply the effects.
Back to top