added abrasion
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user