Skip to content

Sprinting

Power Type.

Freezes the entity as if they were in powder snow.

Type ID: apugli:freeze

Fields

Field Type Default Description
modifier Attribute Modifier optional If set, this modifier will apply to the time it takes to fully freeze an entity.
modifiers Array of Attribute Modifiers optional If set, these modifiers will apply to the time it takes to fully freeze an entity.
should_damage Boolean DEPRECATED Whether this power type's freeze should damage the power holder.
should_damage_condition Entity Condition optional If set, the entity will only receive damage if this is true. If not set, this entity will always take damage.

Example

{
    "type": "apugli:freeze",
    "should_damage": false
}
This example will freeze an entity but will not damage them.