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

27 lines
436 B
YAML

display-name: "Block Breather"
description: "&a%placeholder%% &rchance to ignore suffocation damage"
placeholder: "%level% * 15"
type: normal
targets:
- helmet
conflicts: [ ]
rarity: common
max-level: 3
tradeable: true
discoverable: true
enchantable: true
effects:
- id: cancel_event
args:
chance: "%level% * 15"
triggers:
- take_damage
filters:
damage_cause:
- suffocation
conditions: [ ]