Added finishing, nerfed streamlining

This commit is contained in:
Auxilor 2022-09-14 18:15:42 +01:00
parent 12e1b4bb42
commit fc1b9a1bb2
2 changed files with 27 additions and 3 deletions

View File

@ -0,0 +1,24 @@
display-name: "Finishing"
description: "Increases damage dealt by &a%placeholder%%&r for each percent of health missing on your opponent"
placeholder: "0.2 * %level%"
type: normal
targets:
- sword
- axe
conflicts: [ ]
rarity: uncommon
max-level: 5
tradeable: true
discoverable: true
enchantable: true
effects:
- id: damage_multiplier
args:
multiplier: "1 + ((1 - %victim_health% / %victim_max_health%) * 100 * 0.002 * %level%)"
triggers:
- melee_attack
conditions: [ ]

View File

@ -1,7 +1,7 @@
display-name: "Streamlining"
description: "Gives a &a%placeholder%%&r boost to movement speed"
placeholder: "%level% * 20"
type: special
placeholder: "%level% * 5"
type: normal
targets:
- boots
@ -16,6 +16,6 @@ enchantable: true
effects:
- id: movement_speed_multiplier
args:
multiplier: "1 + %level% * 0.2"
multiplier: "1 + %level% * 0.05"
conditions: [ ]