1
0
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:
LmeSzinc
2020-08-25 23:41:16 +08:00
parent 70fca227a9
commit a92d6f4fd0
2 changed files with 4 additions and 2 deletions

View File

@@ -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},

View File

@@ -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},