Changes
Make this less specific so that it would work with ANY aspect, with the 6 primals shorthanded
local size = params.args.stacksize -- defaults to 1 via the template
if aspect == "Aer" or aspect == "A" then
elseif aspect == "Terra" or aspect == "T" then
else
return toGrid(aspect, size)
end
end