Module:HeroData: Difference between revisionsGive feedback
Gammaton32 (talk | contribs) testing scalar invoke value |
Gammaton32 (talk | contribs) Undo revision 22003 by Gammaton32 (talk) Tag: Undo |
||
| Line 155: | Line 155: | ||
-- Return blank if it doesnt scale | -- Return blank if it doesnt scale | ||
if (scaling_value == 0) then return "" end | if (scaling_value == 0) then return "" end | ||
-- Round it | |||
scaling_value = util_module.round_to_sig_fig(scaling_value, 3) | |||
--The hero has a scaling value with this stat | --The hero has a scaling value with this stat | ||