mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-01-08 22:37:38 +01:00
added block_breather.yml
This commit is contained in:
parent
e84d9fa270
commit
984ab284eb
@ -0,0 +1,25 @@
|
||||
display-name: Block Breather
|
||||
description: "%placeholder%% chance 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:
|
||||
damageCause:
|
||||
- SUFFOCATION
|
||||
conditions: []
|
Loading…
Reference in New Issue
Block a user