模块:装备获得:修订间差异

删除132字节 、​ 2017年5月8日 (星期一)
优化
(修正笔误)
(优化)
第15行: 第15行:
if eq[k] == equiptName then
if eq[k] == equiptName then
if 1000 < ships[shipName].index and ships[shipName].index < 2000 then
if 1000 < ships[shipName].index and ships[shipName].index < 2000 then
if string.sub(shipName, 1, -6) == byIndex[i - 1000] then
local shipBaseName = byIndex[i - 1000]
ret = ret .. '[[' .. string.sub(shipName, 1, -6) .. '|' .. shipName .. ']]、'
ret = ret .. '[[' .. shipBaseName .. '|' .. shipName .. ']]、'
else
ret = ret .. '[[' .. byIndex[i - 1000] .. '|' .. shipName .. ']]、'
end
else
else
ret = ret .. '[[' .. shipName .. ']]、'
ret = ret .. '[[' .. shipName .. ']]、'
119

个编辑