so ive made a ghost that does 300 base damage.
-if the target is armored it will only do 150 damage
-if the target is biological it will do 600 damage.
my question: what if the target is an ultralisk (Biological AND armored) what damage will be done? and how is it worked out
so ive made a ghost that does 300 base damage. -if the target is armored it will only do 150 damage -if the target is biological it will do 600 damage.
my question: what if the target is an ultralisk (Biological AND armored) what damage will be done? and how is it worked out
It is averaging the factors, if you are using percentages.
so ive made a ghost that does 300 base damage. -if the target is armored it will only do 150 damage -if the target is biological it will do 600 damage.
my question: what if the target is an ultralisk (Biological AND armored) what damage will be done? and how is it worked out
What it actually should be is -150 damage vs armor and +300 damage vs bio. So it will do +150 damage which is 450.
@fdas2499: Go i used the percentages instead so base damage is 300 -*2 for bio -*0.5 for arm
thats not the problem i just wanted to know how much damage would be done if both bio and arm were on a unit
300.
300 * 2* 0.5 = 300
It is averaging the factors, if you are using percentages.
Test data and resulting formula.
So, in your case:
(50% + 200%) / 2 = 125%
300 * 125% = 375