Skip to content

Instant Effect Immunity

Power Type.

Prevents instant status effects from being applied to the entity that has the power from direct sources.

Type ID: apugli:instant_effect_immunity

Fields

Field Type Default Description
effect Identifier optional If specified, only the instant status effect with this namespace and ID can not be applied to the entity that has the power.
effects Array of Identifiers optional If specified, only the instant status effects with the specified namespace and IDs can not be applied to the entity that has the power.
inverted Boolean false Determines whether to make the entity immune to the status effect(s) that aren't specified.

Example

{
    "type": "apugli:instant_effect_immunity",
    "effect": "minecraft:instant_damage",
    "inverted": true
}
This example makes the power holder immune to all instant status effects from direct sources that aren't instant damage.