There's two versions.Ed the Bat wrote:I see. So ApplyDamageFactors is not the answer, then. Thanks.
ApplyDamageFactor
ApplyDamageFactors
Because someone's going to have a hard time finding that 's', I just know it.

Code: Select all
native int ApplyDamageFactor(Name damagetype, int damage);
native static int ApplyDamageFactors(class<Inventory> itemcls, Name damagetype, int damage, int defdamage);