Files
test-server-config-minecicd/plugins/EcoEnchants/enchants/harmlessness_curse.yml
2024-10-05 22:23:51 -04:00

25 lines
398 B
YAML

display-name: "Curse of Harmlessness"
description: "Gives a &a%placeholder%% &rchance for attacks to do nothing"
placeholder: "15 * %level%"
type: curse
targets:
- sword
- axe
conflicts: []
rarity: legendary
max-level: 1
tradeable: true
discoverable: true
enchantable: false
effects:
- id: cancel_event
args:
chance: "15 * %level%"
triggers:
- melee_attack
conditions: []