Module:HeroDataArrays: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Gammaton32 (talk | contribs) added heroDpsTable values (test) |
Gammaton32 (talk | contribs) remove ReloadSingle from Dps table, correction |
||
| Line 91: | Line 91: | ||
z = "{| class=\"wikitable sortable mw-collapsible\" style=\"text-align:center\" \n".. | z = "{| class=\"wikitable sortable mw-collapsible\" style=\"text-align:center\" \n".. | ||
"|+ Hero Base Damage \n".. | "|+ Hero Base Damage \n".. | ||
"! Hero !! Reload | "! Hero !! Reload Delay (s) !! Reload Time (s) !! Ammo !! Bullets per sec !! Bullet Damage !! Bullets Per Shot \n" | ||
for i,a in pairs(heroDpsData) do | for i,a in pairs(heroDpsData) do | ||
| Line 98: | Line 98: | ||
"| style=\"text-align:left;\" | ".. | "| style=\"text-align:left;\" | ".. | ||
frame:expandTemplate{title="PageRef", args={a["Name"]}}.. | frame:expandTemplate{title="PageRef", args={a["Name"]}}.. | ||
" || | " || "..a["ReloadDelay"].." || +"..a["ReloadTime"].." || +"..a["ClipSize"].. | ||
"|| +"..a["RoundsPerSecond"].." || +"..a["BulletDamage"].." || +"..a["BulletsPerShot"].." \n" | " || +"..a["RoundsPerSecond"].." || +"..a["BulletDamage"].." || +"..a["BulletsPerShot"].." \n" | ||
end | end | ||
z = z.."|}" | z = z.."|}" | ||