Action Types
Actions execute something once, like running a command or setting a data attachment value. For a list of Palladium's Action Types, see this wiki page.
Frost
| Field |
Default |
Description |
radius |
<required> |
The radius of the frost effect. Accepts a Value. |
affect_blocks |
true |
Whether to place down Ice Layers and turn water into ice, lava into magma, lit campfires to unlit, etc. |
affect_entities |
true |
Whether to make entities freeze (like powder snow) |
affect_self |
false |
If false, the source entity (if present) will be immune to the freeze effects. |
directions |
"up" |
The frost effect will be applied separately for each of these directions. The direction represents the normal vector of the surface that ice layers will be applied to, so an "up" direction will place ice layers on the tops of blocks. Can include duplicates for more layers per frost action. |
Examples:
{
"type": "vibranium:frost",
"radius": 10,
"directions": [
"up",
"up"
]
}