I'm looking at the `WEAPONS.lua` in an attempt to understand more about how to mod the game. I'm a bit puzzled by the following: setmetatable(t.heavy, { __tostring=function() return string.format("%d-%d",floor(1.5*low),ceil(1.5*high)) end, __call=function() return random_int(floor(1.5*low)...