
Valheim
You are viewing a potentially older version of this package. View Latest Version

DualWielder is a dual wield system that allows players to equip and use two different one-handed weapons simultaneously (e.g., Sword + Axe).
configurable).configurable).DualWielder), which increases damage when dual wielding.Off), then:
right + left x 0.75right + left x 0.75Formula:
Modifier = damage scaling factor (0.0 – 1.0).SkillFactor = Dual Wield skill percentage (0.0 – 1.0).On0.5 (50%)Calculation:
Right + Left(Right + Left) * 0.5(Right + Left) * 0.5 * (1 + 0.5 * (1 - 0.5))
(Right + Left) * 0.5 * (1 + 0.25)(Right + Left) * 0.5 * 1.25(Right + Left) * 0.625Result: At skill 50, you deal 62.5% of the combined damage.
On0.5 (50%)Calculation:
Right + Left(Right + Left) * 0.5(Right + Left) * 0.5 * (1 + 1.0 * (1 - 0.5))
(Right + Left) * 0.5 * (1 + 0.5)(Right + Left) * 0.5 * 1.5(Right + Left) * 0.75Result: At skill 100 with DamageModifier 0.5, you deal 75% of the combined weapon damage.