mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-31 10:00:35 +08:00
Add: Event entrance of Empyreal Tragicomedy
- Dev: Add translation of siren names in Empyreal Tragicomedy
This commit is contained in:
@@ -47,3 +47,4 @@ To add a new event, add a new row in here, and run `python -m dev_tools.event_ex
|
|||||||
| 20201126 | event 20201126 cn | Vacation Lane | 假日航线 | Vacation Lane | バケーションレーン | - |
|
| 20201126 | event 20201126 cn | Vacation Lane | 假日航线 | Vacation Lane | バケーションレーン | - |
|
||||||
| 20201210 | event 20200806 cn | The Enigma and the Shark | - | The Enigma and the Shark Rerun | - | - |
|
| 20201210 | event 20200806 cn | The Enigma and the Shark | - | The Enigma and the Shark Rerun | - | - |
|
||||||
| 20201229 | event 20201229 cn | Inverted Orthant | 负象限作战 | Inverted Orthant | 虚畳なりし限象 | - |
|
| 20201229 | event 20201229 cn | Inverted Orthant | 负象限作战 | Inverted Orthant | 虚畳なりし限象 | - |
|
||||||
|
| 20210121 | event 20210121 cn | Empyreal Tragicomedy | 复刻神圣的悲喜剧 | Empyreal Tragicomedy Rerun | 悲歎せし焔海の詩(復刻) | - |
|
||||||
@@ -79,6 +79,11 @@ DIC_SIREN_NAME_CHI_TO_ENG = {
|
|||||||
'xianghe': 'Shokaku',
|
'xianghe': 'Shokaku',
|
||||||
'ruihe': 'Zuikaku',
|
'ruihe': 'Zuikaku',
|
||||||
'shitelasai': 'PeterStrasser',
|
'shitelasai': 'PeterStrasser',
|
||||||
|
|
||||||
|
# Empyreal Tragicomedy
|
||||||
|
'teluntuo': 'Trento',
|
||||||
|
'lituoliao': 'Littorio',
|
||||||
|
'jianyu': 'swordfish', # Not siren but movable enemy
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ dic_event = {
|
|||||||
'复刻峡湾间的星辰': 'event_20200903_en',
|
'复刻峡湾间的星辰': 'event_20200903_en',
|
||||||
'假日航线': 'event_20201126_cn',
|
'假日航线': 'event_20201126_cn',
|
||||||
'负象限作战': 'event_20201229_cn',
|
'负象限作战': 'event_20201229_cn',
|
||||||
|
'复刻神圣的悲喜剧': 'event_20210121_cn',
|
||||||
},
|
},
|
||||||
'en': {
|
'en': {
|
||||||
'Northern_Overture': 'event_20200227_cn',
|
'Northern_Overture': 'event_20200227_cn',
|
||||||
@@ -44,6 +45,7 @@ dic_event = {
|
|||||||
'Vacation_Lane': 'event_20201126_cn',
|
'Vacation_Lane': 'event_20201126_cn',
|
||||||
'The_Enigma_and_the_Shark_Rerun': 'event_20200806_cn',
|
'The_Enigma_and_the_Shark_Rerun': 'event_20200806_cn',
|
||||||
'Inverted_Orthant': 'event_20201229_cn',
|
'Inverted_Orthant': 'event_20201229_cn',
|
||||||
|
'Empyreal_Tragicomedy_Rerun': 'event_20210121_cn',
|
||||||
},
|
},
|
||||||
'jp': {
|
'jp': {
|
||||||
'凍絶の北海': 'event_20200227_cn',
|
'凍絶の北海': 'event_20200227_cn',
|
||||||
@@ -63,6 +65,7 @@ dic_event = {
|
|||||||
'輝ける峡湾の星(復刻)': 'event_20200903_en',
|
'輝ける峡湾の星(復刻)': 'event_20200903_en',
|
||||||
'バケーションレーン': 'event_20201126_cn',
|
'バケーションレーン': 'event_20201126_cn',
|
||||||
'虚畳なりし限象': 'event_20201229_cn',
|
'虚畳なりし限象': 'event_20201229_cn',
|
||||||
|
'悲歎せし焔海の詩(復刻)': 'event_20210121_cn',
|
||||||
},
|
},
|
||||||
'tw': {
|
'tw': {
|
||||||
'特別演習埃塞克斯級': 'raid_20200624',
|
'特別演習埃塞克斯級': 'raid_20200624',
|
||||||
|
|||||||
Reference in New Issue
Block a user