模块:敌舰2:修订间差异
来自舰R百科
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第45行: | 第45行: | ||
return ret .. "|<span style='color:" .. colorName[ship.rarity] .. ";'>" .. ship.title .. "</span>]]" | return ret .. "|<span style='color:" .. colorName[ship.rarity] .. ";'>" .. ship.title .. "</span>]]" | ||
end | end | ||
p = { } | |||
p['阵容'] = function(frame) | p['阵容'] = function(frame) | ||
| 第60行: | 第62行: | ||
n = n + 1 | n = n + 1 | ||
local rec = 0 | local rec = 0 | ||
local | local air = 0 | ||
local lv = 0 | local lv = 0 | ||
local speed = { 0, 0, 0 } | local speed = { 0, 0, 0 } | ||