Module:Skills: Difference between revisions

No change in size ,  11 February 2021
Changed to only one decimal place for value/bar
(Added value per bar to the Smithing tables)
(Changed to only one decimal place for value/bar)
Line 277: Line 277:
       else
       else
         local barVal = totalValue / barQty
         local barVal = totalValue / barQty
         result = result..'||data-sort-value="'..barVal..'"|'..Icons.GP(Shared.round(barVal, 2, 2))
         result = result..'||data-sort-value="'..barVal..'"|'..Icons.GP(Shared.round(barVal, 1, 1))
       end
       end
     end
     end