Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
If I have a structure that has 5 armor point value (Fortified type), and a unit that has 20 attack damage point (Hero type), the armor reduction of Hero against Fortified is 0.5.
So the in-game damage result is 7.692.
What is the formula to get the result damage?
This function should return the damage bonus of an attack type against an armor from Gameplay Constants.
function hAI_GetUnitArmorReduction takes unit u, attacktype aType returns real
local boolean dmgEventEnabled = IsTriggerEnabled(udg_hAI_DE_DamageEventTrigger)
local real...
Hello
I am trying to set the Damage reduction to a custom value, like the title says.
What number i need to use to set this value to "1% damage reduction for every 1 point of amor"
Such means that having 34 armor on the stats ends to having a 34% damage reduction
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.