• 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.

I cant find Pure Damage.

Status
Not open for further replies.
Level 11
Joined
Feb 22, 2006
Messages
752
What's "Pure Damage"?

The attack types are:

ATTACK_TYPE_CHAOS = chaos damage (i.e. 100% dmg to all, unless you change damage tables)
ATTACK_TYPE_HERO = hero damage
ATTACK_TYPE_MAGIC = magic damage (as in magic attacks, like a chimaera)
ATTACK_TYPE_MELEE = normal damage (like a footman or grunt)
ATTACK_TYPE_NORMAL = spell damage (as in damage done by spell abilities)
ATTACK_TYPE_PIERCE = piercing damage
ATTACK_TYPE_SIEGE = siege damage
 
Level 11
Joined
Feb 22, 2006
Messages
752
ATTACK_TYPE_NORMAL, DAMAGE_TYPE_NORMAL

that equals default wc3 spell damage. It will ignore all armor rating. It will not, however, ignore armor TYPE. To make it do 100% to all armor types, you would have to change the damage table, specifically for "Spell" damage in the Advanced -> Gameplay Constants window.

ATTACK_TYPE_NORMAL, DAMAGE_TYPE_UNIVERSAL

same as the first one except this one ignores magic immunity as well (think ultimate spells)
 
Level 6
Joined
May 13, 2005
Messages
164
So, this Chaos attack-type combined with Spirit Link damage-type will give you the exact amount of damage done no matter what armor type or armor amount?

And if I want damage that is reduced by spell resistance but not armor, i use Spells attack-type and Spirit Link damage-type?
 
Status
Not open for further replies.
Top