模块:敌舰:修订间差异
舰R百科,玩家自由编辑的战舰少女R百科
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第52行: | 第52行: | ||
local ship = ships[frame.args[2]] | local ship = ships[frame.args[2]] | ||
if ship == nil then return '' end | if ship == nil then return '' end | ||
local equiptName = ship['eq' .. frame.args[1]] | |||
return getEquiptAttrs(equipts[equiptName]) | |||
end | end | ||