AdvancedDamageScaling
Canonical level-aware damage curve for [Alpha] Advanced Combat System attacks that supply their own server-authoritative damage. Ability tuning and magic-weapon tuning are expressed as multiples of one matched-level EliteMobs basic hit, never as multiples of vanilla attack attributes.
Functions
Link copied to clipboard
public static double classAbility(EliteEntity target, int effectiveClassLevel, double abilityMultiplier)
Link copied to clipboard
Returns the matched combat baseline for a class ability before both authored ability tuning and class-rank scaling are applied.
Link copied to clipboard
public static double magicWeapon(EliteEntity target, int skillLevel, double itemLevel, double attackMultiplier, Material carrierMaterial)