• 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!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Is this pure damage?

Status
Not open for further replies.
Level 18
Joined
Jun 2, 2009
Messages
1,233
I have checked the hiveworkshop and i have realized there are too many discussions about pure damage.

JASS:
call UnitDamageTarget(.caster,.target,GetImpactDamage(GetUnitAbilityLevel(.caster,SID)),false,false,ATTACK_TYPE_NORMAL,DAMAGE_TYPE_UNKNOWN,WEAPON_TYPE_WHOKNOWS)

Is this a pure damage?
 
I have checked the hiveworkshop and i have realized there are too many discussions about pure damage.

JASS:
call UnitDamageTarget(.caster,.target,GetImpactDamage(GetUnitAbilityLevel(.caster,SID)),false,false,ATTACK_TYPE_NORMAL,DAMAGE_TYPE_UNKNOWN,WEAPON_TYPE_WHOKNOWS)

Is this a pure damage?
Yes. You can just use null, null, null as the last 3 parameters and get the same results.
 
Status
Not open for further replies.
Top