• 💀 Happy Halloween! 💀 It's time to vote for the best terrain! Check out the entries to Hive's HD Terrain Contest #2 - Vampire Folklore.❗️Poll closes on November 14, 2023. 🔗Click here to cast your vote!
  • 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 HD Level Design Contest #1 is OPEN! Contestants must create a maze with at least one entry point, and at least one exit point. The map should be made in HD mode, and should not be openable in SD. Only custom models from Hive's HD model and texture sections are allowed. The only exceptions are DNC models and omnilights. This is mainly a visual and design oriented contest, not technical. The UI and video walkthrough rules are there to give everyone an equal shot at victory by standardizing how viewers see the terrain. 🔗Click here to enter!

reduction

  1. Ofel

    Armor damage reduction per value

    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?
  2. Ofel

    [Solved] Inaccurate damage reduction value?

    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...
  3. TheAyalalalalon

    Customize Gameplay constants - Armor damage reduction

    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
Top