mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-08 08:06:20 +08:00
Opt: Inverted Orthant chapter C
- Opt: Reduce the size of template shoukaku and zuikaku - Fix: spawn_data in chapter C - Opt: Perspective parameters in chapter C
This commit is contained in:
@@ -25,7 +25,7 @@ MAP.weight_data = """
|
||||
50 10 90 90 10 50 50 50 50 50
|
||||
"""
|
||||
MAP.spawn_data = [
|
||||
{'battle': 0, 'enemy': 1, 'siren': 2},
|
||||
{'battle': 0, 'enemy': 3, 'siren': 2},
|
||||
{'battle': 1, 'enemy': 1},
|
||||
{'battle': 2, 'enemy': 1},
|
||||
{'battle': 3, 'enemy': 1},
|
||||
|
||||
Reference in New Issue
Block a user