fix: align audiovisual and narrative feedback

This commit is contained in:
2026-07-23 23:20:50 +09:00
parent 8cf0886d7d
commit e06b15ce7a
27 changed files with 1368 additions and 142 deletions

View File

@@ -36,7 +36,12 @@ try {
]);
const errors = [];
const expectedRequiredVictoryObjectives = new Map([
['seventeenth-battle-wolong-visit-road', new Set(['scholar-rendezvous', 'longzhong-cottage'])]
['seventeenth-battle-wolong-visit-road', new Set(['scholar-rendezvous', 'longzhong-cottage'])],
['twenty-second-battle-red-cliffs-fire', new Set(['fire-ship-landing', 'wind-signal', 'chain-fleet'])],
['thirty-third-battle-chengdu-surrender', new Set(['outer-village', 'chengdu-storehouse'])],
['forty-sixth-battle-yiling-fire', new Set(['fire-camps', 'retreat-road'])],
['fifty-fourth-battle-meng-huo-final-capture', new Set(['council-road', 'village-witnesses'])],
['sixty-sixth-battle-wuzhang-final', new Set(['preserve-wuzhang-camps', 'protect-returning-villages'])]
]);
scenarioEntries.forEach(([scenarioId, scenario]) => {