QA and tune refuge campaign battles
This commit is contained in:
@@ -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'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user