打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

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

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

来自舰R百科
Donnyjie留言 | 贡献
无编辑摘要
标签已被回退
Donnyjie留言 | 贡献
无编辑摘要
 
(未显示同一用户的1个中间版本)
第28行: 第28行:
speedType['驱逐'] = 2
speedType['驱逐'] = 2
speedType['补给'] = 2
speedType['补给'] = 2
speedType['潜母'] = 3
speedType['导潜'] = 3
speedType['潜艇'] = 3
speedType['潜艇'] = 3
speedType['炮潜'] = 3
speedType['炮潜'] = 3
第56行: 第56行:
     local node = frame.args[1]
     local node = frame.args[1]
     local label = frame.args[2]
     local label = frame.args[2]
     if label == nil or label == '' then label = node:sub(5,5) end
     if label == nil or label == '' then label = node:sub(-1,-1) end
     local shipNum = frame.args[3]
     local shipNum = frame.args[3]
     if shipNum == nil then shipNum = 6 end
     if shipNum == nil then shipNum = 6 end
第104行: 第104行:
             s = tonumber(string.format("%.1f", s))
             s = tonumber(string.format("%.1f", s))
             rec = '(' .. lv .. ')'
             rec = '(' .. lv .. ')'
             bg2 = 'style="background-color:#fcf3cf;color:#000000"|'
             bg2 = 'style="background-color:#fcf3cf;"|'
         end
         end
         local air2 = air*1.5
         local air2 = air*1.5