Info

Statistics

  • Download count252 total downloads
  • Latest download count 171 downloads of latest version
  • Average download count2 downloads per day average

Owners

A list of all Actions, Conditions and Expressions supported in this addon.

General

  • Actions

    {my} heal {0} HP

    Heal HP

    {my} set max HP to {0}

    Set max HP

    {my} take {0} Damage

    Lose a set amount of HP.

    Set {my} {0}

    Enable / disable the behavior.

    {my} set current HP to {0} (call trigger: {1})

    Set HP to a specific value

  • Conditions

    {my} On heal

    Triggers when HP is increased by the heal action.

    {my} On damage

    Triggers when HP is decreased with the damage action.

    {my} On faint

    Triggers when HP reaches 0.

    On any {my} change

    Triggeres when Hp or max HP is changed in any way.

    is {my} enabled

    Test if the behavior is enabled.

    {my} {0} {1}

    Compare current HP.

  • Expressions

    Max

    Max HP.

    Current

    The current amount of HP.

    DamageReceived

    The amount of damage taken in a On damage trigger.

    HealingAmount

    The amount of healing that was applied, including overflow.

    DamageAmount

    The amount of damage in a On damage trigger, including overflow.

    HealingReceived

    The amount healed in a On heal trigger.

    NormalizedCurrent

    Current HP normalized to 0-1 relative to max HP.