Modify Healing (Power Type)

Modifies the amount of health you get from all sources of healing (e.g natural regen, instant health effect, regeneration effect)

Modifies the amount of health you get from all sources of healing (e.g natural regen, instant health effect, regeneration effect)

Type ID: apoli:modify_healing

Fields

FieldTypeDefaultDescription
modifierAttribute ModifieroptionalIf specified, this modifier will be applied to your healing bonus.
modifiersArray of Attribute ModifiersoptionalIf specified, these modifiers will be applied to your healing bonus.

Examples

{
    "type": "apoli:modify_healing",
    "modifier": {
        "operation": "multiply_total",
        "value": 1
    }
}

This example will double the effectiveness of all healing used on you.

{
    "type": "apoli:modify_healing",
    "modifier": {
        "operation": "multiply_total",
        "value": -0.5
    }
}

This example will half the effectiveness of all healing used on you.