mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-17 04:41:21 +01:00
added abrasion
This commit is contained in:
parent
8aa0d1f9fa
commit
494b53eebd
@ -0,0 +1,24 @@
|
||||
display-name: Abrasion
|
||||
description: Damages your opponents armor by %placeholder%.
|
||||
placeholder: '%level%'
|
||||
type: Normal
|
||||
|
||||
targets:
|
||||
- sword
|
||||
- axe
|
||||
|
||||
conflicts: []
|
||||
rarity: legendary
|
||||
max-level: 2
|
||||
|
||||
tradeable: true
|
||||
discoverable: true
|
||||
enchantable: true
|
||||
|
||||
effects:
|
||||
- id: damage_armor
|
||||
args:
|
||||
damage: "%level%"
|
||||
triggers:
|
||||
- melee_attack
|
||||
conditions: []
|
Loading…
Reference in New Issue
Block a user