1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-30 09:43:51 +08:00

Add: spawn_data_loop

- Dev: Add extraction for spawn_data in chapter_template_loop.lua
This commit is contained in:
LmeSzinc
2021-01-01 22:18:06 +08:00
parent fb70aa720d
commit 48eb29509a
15 changed files with 175 additions and 34 deletions

View File

@@ -34,6 +34,14 @@ MAP.spawn_data = [
{'battle': 4, 'enemy': 1},
{'battle': 5, 'enemy': 1, 'boss': 1},
]
MAP.spawn_data_loop = [
{'battle': 0, 'enemy': 2, 'siren': 1},
{'battle': 1, 'enemy': 1},
{'battle': 2, 'enemy': 2},
{'battle': 3, 'enemy': 1},
{'battle': 4, 'enemy': 2},
{'battle': 5, 'enemy': 1, 'boss': 1},
]
A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, \
A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, \
A3, B3, C3, D3, E3, F3, G3, H3, I3, J3, K3, \