Module:HeroData: Difference between revisions

added spirit power
corrected postfix on spin acc, updated crit damage
Line 394: Line 394:
local image_file --mw returned image file
local image_file --mw returned image file
local extra_blank_cell --add a blank cell after certain stats
local extra_blank_cell --add a blank cell after certain stats
local stats_to_add_blank_after = {CritDamageReceivedScale = true}
local stats_to_add_blank_after = {CritDamageBonusPercent = true}
if (hero_data == nil) then return "Hero Not Found" end
if (hero_data == nil) then return "Hero Not Found" end
local category_data = attribute_module.get_category_data()
local category_data = attribute_module.get_category_data()
Line 566: Line 566:
             "BulletResist",
             "BulletResist",
             "TechResist",
             "TechResist",
             "CritDamageReceivedScale",
             "CritDamageBonusPercent",
             "MaxMoveSpeed",
             "MaxMoveSpeed",
             "SprintSpeed",
             "SprintSpeed",
Line 681: Line 681:
["SustainedDPS"] = "DPS_postfix",
["SustainedDPS"] = "DPS_postfix",
["RoundsPerSecondAtMaxSpin"] = "",
["RoundsPerSecondAtMaxSpin"] = "",
["SpinAcceleration"] = "BonusFireRate_postfix",
["SpinDeceleration"] = "BonusFireRate_postfix",
}
}