模块:装备图鉴:修订间差异
来自舰R百科
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第19行: | 第19行: | ||
local ret = '{| class="wikitable fix-table-header sortable" style="text-align:center; "\n|-\n!立绘!!名称!!火力!!装甲!!命中!!回避!!对空!!对潜!!鱼雷!!轰炸!!索敌!!幸运!!射程!!对空补正!!特效' | local ret = '{| class="wikitable fix-table-header sortable" style="text-align:center; "\n|-\n!立绘!!名称!!火力!!装甲!!命中!!回避!!对空!!对潜!!鱼雷!!轰炸!!索敌!!幸运!!射程!!对空补正!!特效' | ||
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 and tonumber(v.rarity) ~= 0 then | ||
tempret[tonumber(v.rarity)] = tempret[tonumber(v.rarity)] .. '\n|-\n' .. expand(tonumber(v.index)) | tempret[tonumber(v.rarity)] = tempret[tonumber(v.rarity)] .. '\n|-\n' .. expand(tonumber(v.index)) | ||
end | end | ||