Module:HeroData: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Gammaton32 (talk | contribs) corrected postfix on spin acc, updated crit damage |
Gammaton32 (talk | contribs) corrected crit damage received, added crit damage reduction |
||
| 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 = {CritDamageReceivedPercent = 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 557: | Line 557: | ||
"FalloffEndRange", | "FalloffEndRange", | ||
"BonusAttackRange", | "BonusAttackRange", | ||
"CritDamageBonusPercent", | |||
"RoundsPerSecondAtMaxSpin", | "RoundsPerSecondAtMaxSpin", | ||
"SpinAcceleration", | "SpinAcceleration", | ||
| Line 566: | Line 567: | ||
"BulletResist", | "BulletResist", | ||
"TechResist", | "TechResist", | ||
" | "CritDamageReceivedPercent", | ||
"MaxMoveSpeed", | "MaxMoveSpeed", | ||
"SprintSpeed", | "SprintSpeed", | ||
| Line 681: | Line 682: | ||
["SustainedDPS"] = "DPS_postfix", | ["SustainedDPS"] = "DPS_postfix", | ||
["RoundsPerSecondAtMaxSpin"] = "", | ["RoundsPerSecondAtMaxSpin"] = "", | ||
["CritDamageBonusScale"] = "StatDesc_CritDamageBonusScale_postfix", | |||
["BonusCritDamagePercent"] = "BonusCritDamagePercent_postfix", | |||
} | } | ||