模块:装备获得:修订间差异
来自舰R百科
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第11行: | 第11行: | ||
local shipName = byIndex[i] | local shipName = byIndex[i] | ||
if shipName ~= nil then | if shipName ~= nil then | ||
local eq = {ships[shipName].eq1, ships[shipName].eq2, ships[shipName].eq3, ships[shipName].eq4} | local eq = {ships[shipName].eq1, ships[shipName].eq2, ships[shipName].eq3, ships[shipName].eq4} | ||
for k = 1, 4 do | for k = 1, 4 do | ||
if eq[k] == equiptName then | if eq[k] == equiptName then | ||
if 1000 < | if 1000 < ships[shipName].index and ships[shipName].index < 2000 then | ||
ret = ret .. '[[' .. string.sub(shipName, 1, -6) .. '|' .. shipName .. ']]、' | ret = ret .. '[[' .. string.sub(shipName, 1, -6) .. '|' .. shipName .. ']]、' | ||
else | else | ||