This repository has been archived on 2024-07-25. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Thresholds/src/main/resources/data/shapedaionresources/powers/soul_lantern_allergy.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
}
}
}