Module:HeroData: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Gammaton32 (talk | contribs) added spirit power |
Gammaton32 (talk | contribs) 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 = { | 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", | ||
" | "CritDamageBonusPercent", | ||
"MaxMoveSpeed", | "MaxMoveSpeed", | ||
"SprintSpeed", | "SprintSpeed", | ||
| Line 681: | Line 681: | ||
["SustainedDPS"] = "DPS_postfix", | ["SustainedDPS"] = "DPS_postfix", | ||
["RoundsPerSecondAtMaxSpin"] = "", | ["RoundsPerSecondAtMaxSpin"] = "", | ||
} | } | ||