Module:HeroDataArrays: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Gammaton32 (talk | contribs) bullet radius |
Gammaton32 (talk | contribs) changed radius to centimeters |
||
| Line 993: | Line 993: | ||
table.insert(rows, { | table.insert(rows, { | ||
name = name, | name = name, | ||
bulletRadius = (data["Weapon>BulletRadius"] or 0), | bulletRadius = ((data["Weapon>BulletRadius"] * 100) or 0), | ||
}) | }) | ||
end | end | ||
| Line 1,002: | Line 1,002: | ||
title = "Base Bullet Radius Stats", | title = "Base Bullet Radius Stats", | ||
columns = { | columns = { | ||
{ label = "Bullet Radius", field = "bulletRadius" }, | { label = "Bullet Radius (cm)", field = "bulletRadius" }, | ||
} | } | ||
} | } | ||