Freeze (Power Type)

Freezes the entity that has the power, as if they're in a Powder Snow block.

Freezes the entity that has the power, as if they’re in a Powder Snow block.

Type ID: apoli:freeze

Fields

None.

Examples

{
    "type": "apoli:freeze"
}

This example will freeze the entity that has the power.

{
    "type": "apoli:freeze",
    "condition": {
        "type": "apoli:biome",
        "condition": {
            "type": "apoli:precipitation",
            "precipitation": "snow"
        }
    }
}

This example will freeze the entity that has the power if the entity is in a biome that snows.