Clarify early fort objective targets
This commit is contained in:
@@ -809,7 +809,9 @@ export const fourthBattleScenario: BattleScenarioDefinition = {
|
|||||||
kind: 'secure-terrain',
|
kind: 'secure-terrain',
|
||||||
label: '광종 본영 확보',
|
label: '광종 본영 확보',
|
||||||
rewardGold: 260,
|
rewardGold: 260,
|
||||||
terrain: 'fort'
|
terrain: 'fort',
|
||||||
|
targetTile: { x: 12, y: 1, radius: 2 },
|
||||||
|
threatRadius: 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'quick',
|
id: 'quick',
|
||||||
@@ -890,7 +892,9 @@ export const fifthBattleScenario: BattleScenarioDefinition = {
|
|||||||
kind: 'secure-terrain',
|
kind: 'secure-terrain',
|
||||||
label: '사수관 전초 요새 확보',
|
label: '사수관 전초 요새 확보',
|
||||||
rewardGold: 280,
|
rewardGold: 280,
|
||||||
terrain: 'fort'
|
terrain: 'fort',
|
||||||
|
targetTile: { x: 12, y: 1, radius: 2 },
|
||||||
|
threatRadius: 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'quick',
|
id: 'quick',
|
||||||
|
|||||||
Reference in New Issue
Block a user