mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-01-24 00:41:23 +01:00
added abrasion
This commit is contained in:
parent
494b53eebd
commit
6c73ceed2e
23
eco-core/core-plugin/src/main/resources/enchants/aquatic.yml
Normal file
23
eco-core/core-plugin/src/main/resources/enchants/aquatic.yml
Normal file
@ -0,0 +1,23 @@
|
||||
display-name: Aquatic
|
||||
description: Trident deals %placeholder%% additional damage when shot from water
|
||||
placeholder: '5*%level%'
|
||||
type: Normal
|
||||
|
||||
targets:
|
||||
- trident
|
||||
conflicts: []
|
||||
rarity: rare
|
||||
max-level: 8
|
||||
|
||||
tradeable: true
|
||||
discoverable: true
|
||||
enchantable: true
|
||||
|
||||
effects:
|
||||
- id: damage_multiplier
|
||||
args:
|
||||
multiplier: 1 + 0.05 * %level%
|
||||
triggers:
|
||||
- trident_attack
|
||||
conditions:
|
||||
- id: in_water
|
Loading…
Reference in New Issue
Block a user