1
0
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:
LmeSzinc
2020-12-31 17:15:30 +08:00
parent feabfe31be
commit bd0c3c9e61
11 changed files with 18 additions and 4 deletions

View File

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