mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-01-09 22:47:38 +01:00
Fixed goliath
This commit is contained in:
parent
43dd65b128
commit
db8210ee1f
@ -18,7 +18,7 @@ enchantable: true
|
|||||||
effects:
|
effects:
|
||||||
- id: damage_multiplier
|
- id: damage_multiplier
|
||||||
args:
|
args:
|
||||||
multiplier: "1 + min((%victim_health% / %player_health%) * (0.5 + %level% * 0.1), 0.2 + %level% * 0.15)"
|
multiplier: "1 + min((%victim_health% / %player_health%) * (0.5 + %level% * 0.1), 1.6 + %level% * 0.4)"
|
||||||
triggers:
|
triggers:
|
||||||
- melee_attack
|
- melee_attack
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user