模块:掉落:修订间差异
来自舰R百科
更多操作
无编辑摘要 |
无编辑摘要 |
||
| (未显示同一用户的3个中间版本) | |||
| 第52行: | 第52行: | ||
{ index='9-3', name='南狭长海域#9-3 南入海口海域'}, | { index='9-3', name='南狭长海域#9-3 南入海口海域'}, | ||
{ index='9-4', name='南狭长海域#9-4 河口外海'}, | { index='9-4', name='南狭长海域#9-4 河口外海'}, | ||
{ index='9-5', name='南狭长海域#9-5 南大洋群岛'}, | |||
{ index='10-1', name='极地水域#10-1 极地海峡'}, | |||
{ index='决战E1、E2', name='舰队决战——沉默战士'}, | { index='决战E1、E2', name='舰队决战——沉默战士'}, | ||
{ index='决战E3、E4', name='舰队决战——沉默战士'}, | { index='决战E3、E4', name='舰队决战——沉默战士'}, | ||
| 第69行: | 第71行: | ||
end | end | ||
if (map['index'] == '1-4' and line == 4) then ret = string.sub(ret,1,-256) .. '[[母港周边哨戒|第1章]],' end | if (map['index'] == '1-4' and line == 4) then ret = string.sub(ret,1,-256) .. '[[母港周边哨戒|第1章]],' end | ||
if (map['index'] == '2-6' and line == 6) then ret = string.sub(ret,1,- | if (map['index'] == '2-6' and line == 6) then ret = string.sub(ret,1,-325) .. '[[扶桑海域攻略|第2章]],' end | ||
if (map['index'] == '3-4' and line == 4) then ret = string.sub(ret,1,-205) .. '[[星洲海峡突破|第3章]],' end | if (map['index'] == '3-4' and line == 4) then ret = string.sub(ret,1,-205) .. '[[星洲海峡突破|第3章]],' end | ||
if (map['index'] == '4-4' and line == 4) then ret = string.sub(ret,1,-221) .. '[[西行航线开辟|第4章]],' end | if (map['index'] == '4-4' and line == 4) then ret = string.sub(ret,1,-221) .. '[[西行航线开辟|第4章]],' end | ||
| 第76行: | 第78行: | ||
if (map['index'] == '7-5' and line == 5) then ret = string.sub(ret,1,-264) .. '[[比斯开湾战役|第7章]],' end | if (map['index'] == '7-5' and line == 5) then ret = string.sub(ret,1,-264) .. '[[比斯开湾战役|第7章]],' end | ||
if (map['index'] == '8-5' and line == 5) then ret = string.sub(ret,1,-273) .. '[[新大陆海域鏖战|第8章]],' end | if (map['index'] == '8-5' and line == 5) then ret = string.sub(ret,1,-273) .. '[[新大陆海域鏖战|第8章]],' end | ||
if (map['index'] == '9- | if (map['index'] == '9-5' and line == 5) then ret = string.sub(ret,1,-225) .. '[[南狭长海域|第9章]],' end | ||
if (map['index'] == '10-1' and line == 1) then ret = string.sub(ret,1,-43) .. '[[极地水域|第10章]],' end | |||
end | end | ||
ret = string.sub(ret, 1, -4) | ret = string.sub(ret, 1, -4) | ||