Freeze

Power Type

Freezes the player, as if they're in a Powdered Snow block.

Type ID: apoli:freeze

Fields

None.

Examples

{
    "type": "apoli:freeze"
}

Freezes the player.

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

Freezes the player if the player in question is in a biome that snows.