Module:Items/SourceTables/Sandbox: Difference between revisions

m
Fix alt magic link
mNo edit summary
m (Fix alt magic link)
Line 1,022: Line 1,022:
table.insert(dropRows, {
table.insert(dropRows, {
source = Icons.Icon({spell.name, type=Magic._getSpellIconType(spell)}),  
source = Icons.Icon({spell.name, type=Magic._getSpellIconType(spell)}),  
level = Icons._SkillReq("SkillData.Magic.name", spell.level),
level = '[[File:Magic_(skill).svg|25px|link=Alternative_Magic]] Level ' .. spell.level,
minqty = thisGem.minQuantity,  
minqty = thisGem.minQuantity,  
qty = thisGem.maxQuantity,
qty = thisGem.maxQuantity,
1,010

edits