mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-27 04:58:22 +08:00
Fix: Spawn data in C1 C2
This commit is contained in:
@@ -24,7 +24,8 @@ MAP.weight_data = """
|
||||
10 10 10 10 10 10 10 10
|
||||
"""
|
||||
MAP.spawn_data = [
|
||||
{'battle': 0, 'enemy': 2, 'siren': 2},
|
||||
# {'battle': 0, 'enemy': 2, 'siren': 2},
|
||||
{'battle': 0, 'enemy': 2, 'siren': 1},
|
||||
{'battle': 1, 'enemy': 1},
|
||||
{'battle': 2, 'enemy': 2},
|
||||
{'battle': 3, 'enemy': 1},
|
||||
|
||||
@@ -27,7 +27,8 @@ MAP.weight_data = """
|
||||
10 10 10 10 10 10 10
|
||||
"""
|
||||
MAP.spawn_data = [
|
||||
{'battle': 0, 'enemy': 2, 'siren': 2},
|
||||
# {'battle': 0, 'enemy': 2, 'siren': 2},
|
||||
{'battle': 0, 'enemy': 2, 'siren': 1},
|
||||
{'battle': 1, 'enemy': 1},
|
||||
{'battle': 2, 'enemy': 2},
|
||||
{'battle': 3, 'enemy': 1},
|
||||
|
||||
Reference in New Issue
Block a user