模块:台词:修订间差异

添加709字节 、​ 2020年6月22日 (星期一)
无编辑摘要
无编辑摘要
无编辑摘要
 
(未显示2个用户的5个中间版本)
第1行: 第1行:
local ships = mw.loadData("模块:特殊数据").ships
local ships = mw.loadData("模块:特殊数据/台词").dlgs


local function getDialogue(shipName, dialogue, force)
local function getDialogue(shipName, dialogue, force)
第11行: 第11行:


local p = { }
local p = { }
p['标题画面'] = function(frame) return getDialogue(frame.args[1], '标题画面', frame.args[2]) end
p['标题画面2'] = function(frame) return getDialogue(frame.args[1], '标题画面2', frame.args[2]) end
p['标题画面3'] = function(frame) return getDialogue(frame.args[1], '标题画面3', frame.args[2]) end
p['自荐'] = function(frame) return getDialogue(frame.args[1], '自荐', frame.args[2]) end
p['自荐'] = function(frame) return getDialogue(frame.args[1], '自荐', frame.args[2]) end
p['简介'] = function(frame) return getDialogue(frame.args[1], '简介', frame.args[2]) end
p['获得'] = function(frame) return getDialogue(frame.args[1], '获得', frame.args[2]) end
p['获得'] = function(frame) return getDialogue(frame.args[1], '获得', frame.args[2]) end
p['白天1'] = function(frame) return getDialogue(frame.args[1], '白天1', frame.args[2]) end
p['白天1'] = function(frame) return getDialogue(frame.args[1], '白天1', frame.args[2]) end
第25行: 第29行:
p['夜间特殊2'] = function(frame) return getDialogue(frame.args[1], '夜间特殊2', frame.args[2]) end
p['夜间特殊2'] = function(frame) return getDialogue(frame.args[1], '夜间特殊2', frame.args[2]) end
p['夜间特殊3'] = function(frame) return getDialogue(frame.args[1], '夜间特殊3', frame.args[2]) end
p['夜间特殊3'] = function(frame) return getDialogue(frame.args[1], '夜间特殊3', frame.args[2]) end
p['拜访好友'] = function(frame) return getDialogue(frame.args[1], '拜访好友', frame.args[2]) end
p['提督室'] = function(frame) return getDialogue(frame.args[1], '提督室', frame.args[2]) end
p['阵型'] = function(frame) return getDialogue(frame.args[1], '阵型', frame.args[2]) end
p['阵型'] = function(frame) return getDialogue(frame.args[1], '阵型', frame.args[2]) end
p['攻击'] = function(frame) return getDialogue(frame.args[1], '攻击', frame.args[2]) end
p['攻击'] = function(frame) return getDialogue(frame.args[1], '攻击', frame.args[2]) end
p['夜战'] = function(frame) return getDialogue(frame.args[1], '夜战', frame.args[2]) end
p['夜战'] = function(frame) return getDialogue(frame.args[1], '夜战', frame.args[2]) end
p['中破'] = function(frame) return getDialogue(frame.args[1], '中破', frame.args[2]) end
p['中破'] = function(frame) return getDialogue(frame.args[1], '中破', frame.args[2]) end
p['MVP'] = function(frame) return getDialogue(frame.args[1], 'MVP', frame.args[2]) end
p['誓约'] = function(frame) return getDialogue(frame.args[1], '誓约', frame.args[2]) end
p['誓约'] = function(frame) return getDialogue(frame.args[1], '誓约', frame.args[2]) end
return p
return p
17,793

个编辑