Record campaign arc and data-driven sorties

This commit is contained in:
2026-06-22 23:29:12 +09:00
parent 68e1b10cb4
commit 97f8efc2e1
5 changed files with 75 additions and 43 deletions

View File

@@ -358,7 +358,7 @@ try {
return activeScenes.includes('StoryScene');
});
for (let i = 0; i < 8; i += 1) {
for (let i = 0; i < 14; i += 1) {
const isSecondBattleActive = await page.evaluate(() => {
const state = window.__HEROS_DEBUG__?.battle();
return state?.scene === 'BattleScene' && state?.battleId === 'second-battle-yellow-turban-pursuit';