QA and tune refuge campaign battles

This commit is contained in:
2026-06-27 12:21:14 +09:00
parent 2ebd5fc6c3
commit 7dd437c45d
5 changed files with 258 additions and 162 deletions

View File

@@ -1164,7 +1164,7 @@ export const fifteenthBattleScenario: BattleScenarioDefinition = {
}
],
defeatConditions: [{ kind: 'unit-defeated', unitId: 'liu-bei' }],
itemRewards: ['콩 6', '상처약 3', '탁주 2', '원소 접선 문서 +1'],
itemRewards: ['콩 6', '상처약 4', '탁주 2', '원소 접선 문서 +1'],
victoryPages: fifteenthBattleVictoryPages,
nextCampScene: 'CampScene'
};
@@ -1217,7 +1217,7 @@ export const sixteenthBattleScenario: BattleScenarioDefinition = {
}
],
defeatConditions: [{ kind: 'unit-defeated', unitId: 'liu-bei' }],
itemRewards: ['콩 6', '상처약 4', '탁주 2', '형주 접선 문서 +1'],
itemRewards: ['콩 6', '상처약 5', '탁주 2', '형주 접선 문서 +1'],
victoryPages: sixteenthBattleVictoryPages,
nextCampScene: 'CampScene'
};
@@ -1270,7 +1270,7 @@ export const seventeenthBattleScenario: BattleScenarioDefinition = {
}
],
defeatConditions: [{ kind: 'unit-defeated', unitId: 'liu-bei' }],
itemRewards: ['콩 6', '상처약 4', '탁주 2', '와룡의 서찰 +1'],
itemRewards: ['콩 6', '상처약 5', '탁주 2', '와룡의 서찰 +1'],
victoryPages: seventeenthBattleVictoryPages,
nextCampScene: 'CampScene'
};
@@ -1406,7 +1406,7 @@ export const twentiethBattleScenario: BattleScenarioDefinition = {
bonds: twentiethBattleBonds,
mapTextureKey: 'battle-map-twentieth',
leaderUnitId: 'envoy-road-leader-wen-pin',
quickVictoryTurnLimit: 29,
quickVictoryTurnLimit: 31,
baseVictoryGold: 2380,
objectives: [
{
@@ -1440,9 +1440,9 @@ export const twentiethBattleScenario: BattleScenarioDefinition = {
{
id: 'quick',
kind: 'quick-victory',
label: '29턴 이내 승리',
label: '31턴 이내 승리',
rewardGold: 640,
maxTurn: 29
maxTurn: 31
}
],
defeatConditions: [
@@ -1450,7 +1450,7 @@ export const twentiethBattleScenario: BattleScenarioDefinition = {
{ kind: 'unit-defeated', unitId: 'zhuge-liang' },
{ kind: 'unit-defeated', unitId: 'sun-qian' }
],
itemRewards: ['콩 8', '상처약 5', '탁주 3', '강동 사절 문서 +1', '화공 논의 +1'],
itemRewards: ['콩 8', '상처약 6', '탁주 3', '강동 사절 문서 +1', '화공 논의 +1'],
victoryPages: twentiethBattleVictoryPages,
nextCampScene: 'CampScene'
};