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

模块:特殊数据/舰娘:修订间差异

来自舰R百科
跳转到导航 跳转到搜索
无编辑摘要
无编辑摘要
第23行: 第23行:
data.ships['爱丽'].country = '希腊'
data.ships['爱丽'].country = '希腊'
data.ships['联合力量'].country = '奥匈帝国'
data.ships['联合力量'].country = '奥匈帝国'
data.ships['U-14'].country = '奥匈帝国'
data.ships['加纳里亚斯'].country = '西班牙'
data.ships['加纳里亚斯'].country = '西班牙'
data.ships['门德斯·努涅斯'].country = '西班牙'
data.ships['门德斯·努涅斯'].country = '西班牙'

2020年10月31日 (六) 12:52的版本

可在模块:特殊数据/舰娘/doc创建此模块的帮助文档

local data = require("模块:数据库/舰娘")

data.ships['戈本'].country = '土耳其'
data.ships['德·鲁伊特'].country ='荷兰'
data.ships['七省联盟'].country = '荷兰'
data.ships['吸血鬼'].country = '澳大利亚'
data.ships['堪培拉'].country = '澳大利亚'
data.ships['海达人'].country = '加拿大'
data.ships['苏赫巴托尔'].country = '蒙古'
data.ships['奥丁'].country = '冰岛'
data.ships['奥希金斯'].country = '智利'
data.ships['诺夫哥罗德'].country = '沙俄'
data.ships['哥特兰'].country = '瑞典'
data.ships['古斯塔夫五世'].country = '瑞典'
data.ships['哥特雄狮'].country = '瑞典'
data.ships['长春'].country = '中国 '
data.ships['吞武里'].country = '泰国'
data.ships['哥特雄狮'].country = '瑞典'
data.ships['维那莫依嫩'].country = '芬兰'
data.ships['龙骑兵'].country = '波兰'
data.ships['闪电'].country = '波兰'
data.ships['乔治·埃夫洛夫'].country = '希腊'
data.ships['爱丽'].country = '希腊'
data.ships['联合力量'].country = '奥匈帝国'
data.ships['U-14'].country = '奥匈帝国'
data.ships['加纳里亚斯'].country = '西班牙'
data.ships['门德斯·努涅斯'].country = '西班牙'
data.ships['斯普利特'].country = '南斯拉夫'
data.ships['江原'].country = '韩国'
data.ships['忠武'].country = '韩国'
data.ships['蔚山'].country = '韩国'

data.ships['列克星敦(CV-2)·改']['萌王'] = 1
data.ships['萨拉托加·改']['萌王'] = 2

data.byIndex = { }
for name, ship in pairs(data.ships) do
    data.byIndex[ship.index] = name
end

return data