Module:HeroDataArrays: Difference between revisionsGive feedback
Gammaton32 (talk | contribs) No edit summary |
Gammaton32 (talk | contribs) No edit summary |
||
| Line 993: | Line 993: | ||
table.insert(rows, { | table.insert(rows, { | ||
name = name, | name = name, | ||
bulletRadius = | bulletRadius = (data["Weapon>BulletRadius"] * 100) or 0, | ||
altBulletRadius = ((data["Weapon>AltFire>BulletRadius"] * 100 | altBulletRadius = tonumber((data["Weapon>AltFire>BulletRadius"] or 0) * 100), | ||
}) | }) | ||
end | end | ||