28 lines
No EOL
821 B
JSON
28 lines
No EOL
821 B
JSON
{
|
|
"name": "lantern allergy",
|
|
"description": "Your fae nature means that you are allergic to some variants of iron. The heat of fire within lanterns make you feel weak.",
|
|
"hidden": true,
|
|
"condition": {
|
|
"type": "origins:block_in_radius",
|
|
"block_condition": {
|
|
"type": "origins:block",
|
|
"block": "minecraft:soul_lantern"
|
|
},
|
|
"radius": 1,
|
|
"shape": "cube",
|
|
"comparison": ">=",
|
|
"compare_to": 1
|
|
},
|
|
"type": "origins:action_over_time",
|
|
"interval": 3,
|
|
"entity_action": {
|
|
"type": "origins:apply_effect",
|
|
"effect": {
|
|
"effect": "minecraft:mining_fatigue",
|
|
"duration": 10,
|
|
"amplifier": 1,
|
|
"show_particles": false,
|
|
"show_icon": false
|
|
}
|
|
}
|
|
} |