Freeze

Power Type

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

Type ID: origins:freeze

Fields

None.

Examples

{
    "type": "origins:freeze"
}

This example will freeze the entity that has the power.

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

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