Tighten early battle QA polish
This commit is contained in:
@@ -389,7 +389,7 @@ export const firstBattleScenario: BattleScenarioDefinition = {
|
||||
bonds: firstBattleBonds,
|
||||
mapTextureKey: 'battle-map-first',
|
||||
leaderUnitId: 'rebel-leader',
|
||||
quickVictoryTurnLimit: 8,
|
||||
quickVictoryTurnLimit: 14,
|
||||
baseVictoryGold: 300,
|
||||
objectives: [
|
||||
{
|
||||
@@ -416,9 +416,9 @@ export const firstBattleScenario: BattleScenarioDefinition = {
|
||||
{
|
||||
id: 'quick',
|
||||
kind: 'quick-victory',
|
||||
label: '8턴 안에 승리',
|
||||
label: '14턴 이내 승리',
|
||||
rewardGold: 120,
|
||||
maxTurn: 8
|
||||
maxTurn: 14
|
||||
}
|
||||
],
|
||||
defeatConditions: [{ kind: 'unit-defeated', unitId: 'liu-bei' }],
|
||||
@@ -488,14 +488,14 @@ export const thirdBattleScenario: BattleScenarioDefinition = {
|
||||
openingObjectiveLines: [
|
||||
'황건 전령 마원이 광종 본대로 향하고 있습니다. 마원을 격파하면 적의 연락망이 끊어집니다.',
|
||||
'강가 길목과 요새 주변의 궁병을 방치하면 전선이 오래 묶입니다. 지형 보정을 살펴 진군하십시오.',
|
||||
'14턴 이내에 승리하면 광종 구원로 확보 명성이 오릅니다.'
|
||||
'18턴 이내에 승리하면 광종 구원로 확보 명성이 오릅니다.'
|
||||
],
|
||||
map: thirdBattleMap,
|
||||
units: thirdBattleUnits,
|
||||
bonds: thirdBattleBonds,
|
||||
mapTextureKey: 'battle-map-third',
|
||||
leaderUnitId: 'guangzong-leader-ma-yuan',
|
||||
quickVictoryTurnLimit: 14,
|
||||
quickVictoryTurnLimit: 18,
|
||||
baseVictoryGold: 520,
|
||||
objectives: [
|
||||
{
|
||||
@@ -522,9 +522,9 @@ export const thirdBattleScenario: BattleScenarioDefinition = {
|
||||
{
|
||||
id: 'quick',
|
||||
kind: 'quick-victory',
|
||||
label: '14턴 이내 승리',
|
||||
label: '18턴 이내 승리',
|
||||
rewardGold: 180,
|
||||
maxTurn: 14
|
||||
maxTurn: 18
|
||||
}
|
||||
],
|
||||
defeatConditions: [{ kind: 'unit-defeated', unitId: 'liu-bei' }],
|
||||
|
||||
Reference in New Issue
Block a user