getWeaponAdjustment

public static double getWeaponAdjustment(double weaponLevel, int mobLevel)

Calculates the weapon adjustment multiplier from weapon level vs mob level.

Uses a two-part linear curve mirroring getGearReduction:

Final adjustment = 0.5 + bonus, range [0.5, 1.25].

Return

The weapon adjustment multiplier

Parameters

weaponLevel

The weapon's effective level

mobLevel

The elite mob's level (clamped to min 1)