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

Drunken Brawler Question

Status
Not open for further replies.
Level 4
Joined
Jul 20, 2012
Messages
83
So, as the title may say...
I'm working on a few abilities based on Drunken Brawler...
Some are changed to have a certain chance to do Critical Strike and also provide a few % to Dodge, while one should have Dodge chance and a chance to do bonus damage, not Critical Strike multiplier...
It might sound odd but as the Bash ability has data fields for a Chance to Bash and Bonus Damage, Drunken Brawler has also the field called Bonus Damage with 0 value because of using the Critical Strike...
Can I make an ability to be based on Drunken Brawler with Dodge and a chance to do Bonus Damage not Critical Strike (if I set the multiplier to 0)?
 
Level 28
Joined
Sep 26, 2009
Messages
2,520
Drunken Brawler has:
Chance to dodge (by default 7/14/21%)
Chance to crit. hit (by default 10% for all levels)
Damage Bonus (by default 0)
Damage Multiplier (by default 2/3/4)

What you want is damage mutliplier as it multiplies the amount of damage done when critical hit occurs.
Bonus damage is an additional damage when you crit.

Basically, the equation when critical strike happens is:
( [Basic damage] * [Critical Strike Multiplier] ) + [Bonus Damage] = Final damage
So if your hero has level 3 Drunken Brawler and basic attack would do 48 damage, but that hit happens to be critical hit, it will be (48 * 4) + 0 => 192 damage.
If you had Bonus damage for level 3 set to 10, the final damage would be (48 * 4) + 10 => 202 damage.
 
Status
Not open for further replies.
Top