模块:数据:修订间差异
舰R百科,玩家自由编辑的战舰少女R百科
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第75行: | 第75行: | ||
local shipName = frame.args[1] | local shipName = frame.args[1] | ||
return replaceCountryName(ships[shipName]['简介']) | return replaceCountryName(ships[shipName]['简介']) | ||
end | |||
p['改造'] = function(frame) | |||
local shipName = frame.args[1] | |||
local mod = ships[shipName].mod | |||
if mod == nil then mod = '' end | |||
return mod | |||
end | end | ||