Module:HeroData: Difference between revisions

Sur (talk | contribs)
m moving get_hero_release_status
Tag: Manual revert
Sur (talk | contribs)
m Hero Comparison now has SpinUp (Revving) stats for McGinnis and eventually Vandal
Line 459: Line 459:
             "FalloffStartRange",
             "FalloffStartRange",
             "FalloffEndRange",
             "FalloffEndRange",
             "BonusAttackRange"
             "BonusAttackRange",
            "RoundsPerSecondAtMaxSpin",
            "SpinAcceleration",
            "SpinDeceleration"
},
},
Vitality = {
Vitality = {
Line 575: Line 578:
["ReloadSingle"] = "",
["ReloadSingle"] = "",
["BonusAttackRange"] = "StatDesc_WeaponRangeFalloffMax_postfix",
["BonusAttackRange"] = "StatDesc_WeaponRangeFalloffMax_postfix",
["SustainedDPS"] = "DPS_postfix"
["SustainedDPS"] = "DPS_postfix",
["RoundsPerSecondAtMaxSpin"] = "",
["SpinAcceleration"] = "BonusFireRate_postfix",
["SpinDeceleration"] = "BonusFireRate_postfix"
}
}