Fixed goliath

This commit is contained in:
Auxilor
2022-09-06 14:01:24 +01:00
parent db8210ee1f
commit ca510b9612

View File

@@ -18,7 +18,7 @@ enchantable: true
effects:
- id: damage_multiplier
args:
multiplier: "1 + min((%victim_health% / %player_health%) * (0.5 + %level% * 0.1), 1.6 + %level% * 0.4)"
multiplier: "1 + min(max((%victim_health% / %player_health%), 1) * (0.5 + %level% * 0.1), 1.6 + %level% * 0.4)"
triggers:
- melee_attack