Module:HeroData: Difference between revisions

edited to include labs heroes
testing scalar invoke value
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