Expand early QA through Xuzhou arc
This commit is contained in:
@@ -33,8 +33,8 @@
|
|||||||
"verify:public-deploy": "node scripts/verify-public-deploy.mjs",
|
"verify:public-deploy": "node scripts/verify-public-deploy.mjs",
|
||||||
"qa:representative": "node scripts/qa-representative-battles.mjs",
|
"qa:representative": "node scripts/qa-representative-battles.mjs",
|
||||||
"qa:smoke": "node scripts/qa-representative-battles.mjs --set=smoke",
|
"qa:smoke": "node scripts/qa-representative-battles.mjs --set=smoke",
|
||||||
"qa:early": "node scripts/qa-representative-battles.mjs --set=early --battles=1,2,3,4,5,6,7",
|
"qa:early": "node scripts/qa-representative-battles.mjs --set=early --battles=1,2,3,4,5,6,7,8,9,10",
|
||||||
"qa:early:repeat": "node scripts/qa-repeat.mjs --set=early --battles=1,2,3,4,5,6,7",
|
"qa:early:repeat": "node scripts/qa-repeat.mjs --set=early --battles=1,2,3,4,5,6,7,8,9,10",
|
||||||
"deploy:nas": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/deploy-nas.ps1 -Build",
|
"deploy:nas": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/deploy-nas.ps1 -Build",
|
||||||
"deploy:nas:dist": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/deploy-nas.ps1",
|
"deploy:nas:dist": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/deploy-nas.ps1",
|
||||||
"ship:release": "node scripts/ship-release.mjs"
|
"ship:release": "node scripts/ship-release.mjs"
|
||||||
|
|||||||
@@ -1200,8 +1200,8 @@ export const eighthBattleScenario: BattleScenarioDefinition = {
|
|||||||
'25턴 이내 승리하면 서주 보급망과 새 합류 무장의 명성이 크게 오릅니다.'
|
'25턴 이내 승리하면 서주 보급망과 새 합류 무장의 명성이 크게 오릅니다.'
|
||||||
],
|
],
|
||||||
tacticalGuide: {
|
tacticalGuide: {
|
||||||
summary: '중앙 창고 마을을 먼저 안정시키고, 관우가 길목을 버티는 동안 간옹과 미축이 후방에서 회복과 책략 보조를 이어갑니다.',
|
summary: '동쪽 보급촌 길목을 먼저 안정시키고, 관우가 길목을 버티는 동안 간옹과 미축이 후방에서 회복과 책략 보조를 이어갑니다.',
|
||||||
route: '아군 진영 → 중앙 창고 마을 → 동쪽 길목 → 고순 본대',
|
route: '아군 진영 → 동쪽 보급촌 길목 → 고순 본대',
|
||||||
focus: '창고 습격병을 먼저 정리해 미축의 보급 위치를 확보하고, 간옹은 화계와 격려로 기병의 접근을 늦추십시오.',
|
focus: '창고 습격병을 먼저 정리해 미축의 보급 위치를 확보하고, 간옹은 화계와 격려로 기병의 접근을 늦추십시오.',
|
||||||
roles: ['관우: 보급로 전열', '장비: 남쪽 길 압박', '간옹: 책략/격려 보조', '미축: 창고 보급/회복', '유비: 후방 지휘'],
|
roles: ['관우: 보급로 전열', '장비: 남쪽 길 압박', '간옹: 책략/격려 보조', '미축: 창고 보급/회복', '유비: 후방 지휘'],
|
||||||
events: {
|
events: {
|
||||||
@@ -1269,10 +1269,10 @@ export const eighthBattleScenario: BattleScenarioDefinition = {
|
|||||||
{
|
{
|
||||||
id: 'village',
|
id: 'village',
|
||||||
kind: 'secure-terrain',
|
kind: 'secure-terrain',
|
||||||
label: '소패 보급촌 확보',
|
label: '동쪽 보급촌 확보',
|
||||||
rewardGold: 360,
|
rewardGold: 360,
|
||||||
terrain: 'village',
|
terrain: 'village',
|
||||||
targetTile: { x: 12, y: 10, radius: 6 },
|
targetTile: { x: 18, y: 8, radius: 6 },
|
||||||
threatRadius: 0
|
threatRadius: 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1381,11 +1381,11 @@ export const ninthBattleScenario: BattleScenarioDefinition = {
|
|||||||
{
|
{
|
||||||
id: 'fort',
|
id: 'fort',
|
||||||
kind: 'secure-terrain',
|
kind: 'secure-terrain',
|
||||||
label: '서주 성문 확보',
|
label: '성문 교두보 확보',
|
||||||
rewardGold: 400,
|
rewardGold: 400,
|
||||||
terrain: 'fort',
|
terrain: 'fort',
|
||||||
targetTile: { x: 20, y: 10, radius: 5 },
|
targetTile: { x: 20, y: 14, radius: 8 },
|
||||||
threatRadius: 2
|
threatRadius: 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'quick',
|
id: 'quick',
|
||||||
|
|||||||
Reference in New Issue
Block a user