Module:HeroData: Difference between revisions

Jump to navigation Jump to search
LVL (talk | contribs)
Added stat detection for scaling/boons; suppressed scaling error messages; fixed icon alignment.
added dash speed to table
Line 604: Line 604:
             "SprintSpeed",
             "SprintSpeed",
             "StaminaCooldown",
             "StaminaCooldown",
             "Stamina"
             "Stamina",
            "GroundDashDuration"
},
},
    Spirit = {
    Spirit = {
Line 718: Line 719:
["BonusCritDamagePercent"] = "BonusCritDamagePercent_postfix",
["BonusCritDamagePercent"] = "BonusCritDamagePercent_postfix",
["BulletLifesteal"] = "BulletLifestealPercentHero_postfix",
["BulletLifesteal"] = "BulletLifestealPercentHero_postfix",
["GroundDashDuration"] = "DashTime_postfix"
}
}