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

Warcraft 3 Armor

NOTE: I wrote this in C#.

This tool calculates armor based off of three values: percentage, armor, and modifier.

The equation for finding percentage is

percentage = (armor * modifier) / ( 1 + armor * modifier )

Armor and Modifier

armor = percentage / (modifier - percentage * modifier)
modifier = percentage / (armor - percentage * armor)

Swap changes which field you want to find. The field you are currently finding out is gray.

Contact - [email protected]

Keywords:
Warcraft, 3, III, Armor, Calculator
Contents

Warcraft 3 Armor (Binary)

Reviews
15:58, 22nd Dec 2009 TriggerHappy: I suppose this could be useful, but seriously you can just find this is out with a calculator.

Moderator

M

Moderator

15:58, 22nd Dec 2009
TriggerHappy:

I suppose this could be useful, but seriously you can just find this is out with a calculator.
 
Top