模块:装备图鉴:修订间差异
舰R百科,玩家自由编辑的战舰少女R百科
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第20行: | 第20行: | ||
for j,v in pairs(equipts) do | for j,v in pairs(equipts) do | ||
if v.type == type and tonumber(v.index) ~= 0 then | if v.type == type and tonumber(v.index) ~= 0 then | ||
tempret[v.rarity] = ret[v.rarity] .. '\n|-\n' .. expand(tonumber(v.index)) | tempret[tonumber(v.rarity)] = ret[tonumber(v.rarity)] .. '\n|-\n' .. expand(tonumber(v.index)) | ||
end | end | ||
end | end | ||