Module:ItemData/nav: Difference between revisions

Jump to navigation Jump to search
Sur (talk | contribs)
m use item data instead of hero data (whoops)
Sur (talk | contribs)
m concat card to ret earlier
Line 27: Line 27:
if slot == slot_ and cost>=min_souls and cost<max_souls then
if slot == slot_ and cost>=min_souls and cost<max_souls then
card = '{{ItemIcon|' .. lang_module.get_string(item_key) .. '}}'
card = '{{ItemIcon|' .. lang_module.get_string(item_key) .. '}}'
ret = ret .. card .. ' &bull; '
end
end
ret = ret .. card .. ' &bull; '
end
end
end
end