mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-22 15:05:18 +01:00
Added slipstream and fortitude
This commit is contained in:
parent
c5b51e8c70
commit
2fda386748
@ -0,0 +1,25 @@
|
|||||||
|
display-name: "Fortitude"
|
||||||
|
description: "Gives a &a%placeholder%%&r bonus to damage dealt"
|
||||||
|
placeholder: "%level% * 2"
|
||||||
|
type: normal
|
||||||
|
|
||||||
|
targets:
|
||||||
|
- armor
|
||||||
|
conflicts: [ ]
|
||||||
|
rarity: legendary
|
||||||
|
max-level: 2
|
||||||
|
|
||||||
|
tradeable: true
|
||||||
|
discoverable: true
|
||||||
|
enchantable: true
|
||||||
|
|
||||||
|
effects:
|
||||||
|
- id: damage_multiplier
|
||||||
|
args:
|
||||||
|
multiplier: "1 + %level% * 0.02"
|
||||||
|
triggers:
|
||||||
|
- melee_attack
|
||||||
|
- bow_attack
|
||||||
|
- trident_attack
|
||||||
|
|
||||||
|
conditions: [ ]
|
@ -0,0 +1,21 @@
|
|||||||
|
display-name: "Slipstream"
|
||||||
|
description: "Gives a &a%placeholder%%&r boost to movement speed while holding"
|
||||||
|
placeholder: "%level% * 8"
|
||||||
|
type: normal
|
||||||
|
|
||||||
|
targets:
|
||||||
|
- trident
|
||||||
|
conflicts: [ ]
|
||||||
|
rarity: epic
|
||||||
|
max-level: 3
|
||||||
|
|
||||||
|
tradeable: true
|
||||||
|
discoverable: true
|
||||||
|
enchantable: true
|
||||||
|
|
||||||
|
effects:
|
||||||
|
- id: movement_speed_multiplier
|
||||||
|
args:
|
||||||
|
multiplier: "1 + %level% * 0.08"
|
||||||
|
|
||||||
|
conditions: [ ]
|
Loading…
Reference in New Issue
Block a user