Added slipstream and fortitude

This commit is contained in:
Auxilor 2022-09-26 16:52:40 +01:00
parent c5b51e8c70
commit 2fda386748
2 changed files with 46 additions and 0 deletions

View File

@ -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: [ ]

View File

@ -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: [ ]