mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Upd: Enemy data in Counterattack Within the Fjord
This commit is contained in:
parent
46e53ae8da
commit
7250fa51ed
@ -26,7 +26,7 @@ MAP.weight_data = """
|
||||
50 50 50 50 50 50 50 50 50 50 50
|
||||
"""
|
||||
MAP.spawn_data = [
|
||||
{'battle': 0, 'enemy': 2, 'siren': 1},
|
||||
{'battle': 0, 'enemy': 3, 'siren': 1},
|
||||
{'battle': 1, 'enemy': 1},
|
||||
{'battle': 2, 'enemy': 1},
|
||||
{'battle': 3, 'enemy': 1},
|
||||
@ -55,6 +55,10 @@ class Config:
|
||||
|
||||
MAP_SWIPE_MULTIPLY = 1.640
|
||||
MAP_SWIPE_MULTIPLY_MINITOUCH = 1.586
|
||||
MAP_ENEMY_GENRE_DETECTION_SCALING = {
|
||||
'Z18': 1.111,
|
||||
'Z2': 1.111,
|
||||
}
|
||||
|
||||
|
||||
class Campaign(CampaignBase):
|
||||
|
||||
@ -27,7 +27,7 @@ MAP.weight_data = """
|
||||
50 50 50 50 50 50 50 50 50 50 50
|
||||
"""
|
||||
MAP.spawn_data = [
|
||||
{'battle': 0, 'enemy': 2, 'siren': 2},
|
||||
{'battle': 0, 'enemy': 3, 'siren': 2},
|
||||
{'battle': 1, 'enemy': 2},
|
||||
{'battle': 2, 'enemy': 1},
|
||||
{'battle': 3, 'enemy': 1},
|
||||
|
||||
@ -27,7 +27,7 @@ MAP.weight_data = """
|
||||
50 50 50 50 50 50 50 50 50 50 50
|
||||
"""
|
||||
MAP.spawn_data = [
|
||||
{'battle': 0, 'enemy': 2, 'siren': 2},
|
||||
{'battle': 0, 'enemy': 3, 'siren': 2},
|
||||
{'battle': 1, 'enemy': 2, 'siren': 1},
|
||||
{'battle': 2, 'enemy': 1},
|
||||
{'battle': 3, 'enemy': 1},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user