27 lines
436 B
YAML
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: [ ]
|