舰R百科是靠无数志愿编辑者持续地建设更新完善的。编辑非常简单,无需代码知识,请勇于更新页面!
编辑入门 | 资助百科 | 留言讨论页 | 微博@舰R百科 | 百科编辑讨论Q群:366818861

模块:敌舰2:修订间差异

跳转到导航 跳转到搜索
添加506字节 、​ 2024年9月6日 (星期五)
无编辑摘要
无编辑摘要
无编辑摘要
第75行: 第75行:
             m = m + 1
             m = m + 1
             local ship = eShips[shipId]
             local ship = eShips[shipId]
             ret = ret .. '||' .. formatEnemyShip(ship)
            local bg = ''
            if ship.type == '潜艇' or ship.type == '炮潜' then bg = 'style="background-color:#fcf3cf;"|' end
            if ship.type == '导战' or ship.type == '导巡' or ship.type == '导驱' then bg = 'style="background-color:#fadbd8;"|' end
            if ship.type == '大巡' or ship.type == '防巡' or ship.type == '防驱' then bg = 'style="background-color:#fae5d3 "|' end
             ret = ret .. '||' .. bg .. formatEnemyShip(ship)
             rec = rec + ship.rec
             rec = rec + ship.rec
             air = air + ship.air
             air = air + ship.air
第92行: 第96行:
         if speedCnt[2] ~= 0 then s2 = speed[2] / speedCnt[2] end
         if speedCnt[2] ~= 0 then s2 = speed[2] / speedCnt[2] end
         local s = math.min(s1, s2)
         local s = math.min(s1, s2)
        local bg2 = ''
         if speedCnt[1] == 0 and speedCnt[2] == 0 then
         if speedCnt[1] == 0 and speedCnt[2] == 0 then
             s = speed[3] / speedCnt[3]
             s = speed[3] / speedCnt[3]
             rec = '(' .. lv .. ')'
             rec = '(' .. lv .. ')'
            bg2 = 'style="background-color:#fcf3cf;"|'
         end
         end
         local air2 = air*1.5
         local air2 = air*1.5
         local air3 = air*3
         local air3 = air*3
         ret = ret .. '||' .. rec .. '||' .. formatFloat(air) .. '||' .. formatFloat(air2) .. '||'.. formatFloat(air3) .. '||' .. math.floor(s) .. '\n'
         ret = ret .. '||' .. bg2 .. rec .. '||' .. formatFloat(air) .. '||' .. formatFloat(air2) .. '||'.. formatFloat(air3) .. '||' .. math.floor(s) .. '\n'
     end
     end
     return '|rowspan=' .. n .. '|' .. label .. '|' .. ret
     return '|rowspan=' .. n .. '|' .. label .. '|' .. ret
19,428

个编辑

导航菜单