1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-28 12:38:09 +08:00

Add: Handle normal enemy transformed to Vestal randomly

This commit is contained in:
LmeSzinc
2022-07-28 23:08:39 +08:00
parent d7780bf378
commit 5424c93af3
7 changed files with 3 additions and 0 deletions

View File

@@ -88,6 +88,7 @@ class Config:
'CV': 1.111,
'BB': 1.111,
}
MAP_ENEMY_TEMPLATE = ['Light', 'Main', 'Carrier', 'Treasure', 'Vestal_ghost']
class Campaign(CampaignBase):

View File

@@ -88,6 +88,7 @@ class Config:
'CV': 1.111,
'BB': 1.111,
}
MAP_ENEMY_TEMPLATE = ['Light', 'Main', 'Carrier', 'Treasure', 'Vestal_ghost']
class Campaign(CampaignBase):