2,875
edits
Tag: Undo |
No edit summary |
||
Line 443: | Line 443: | ||
local masteryReq = Icons._MasteryReq(recipeItem.name, levelUnlock.level) | local masteryReq = Icons._MasteryReq(recipeItem.name, levelUnlock.level) | ||
reqVal = rowReq + levelUnlock.level * 0.01 | reqVal = rowReq + levelUnlock.level * 0.01 | ||
rowReq = Icons. | rowReq = Icons._SkillReq(skillName, rowReq, false, (isAbyssal and "melvorItA:Abyssal" or nil)) .. '<br/>' .. masteryReq | ||
end | end | ||
end | end | ||
Line 581: | Line 581: | ||
if type(row.req) == 'number' then | if type(row.req) == 'number' then | ||
reqVal = row.req | reqVal = row.req | ||
reqText = Icons. | reqText = Icons._SkillReq(typeName, row.req, false, (row.isAbyssal and "melvorItA:Abyssal" or nil)) | ||
elseif type(row.req) == 'string' then | elseif type(row.req) == 'string' then | ||
reqText = row.req | reqText = row.req |
edits