diff --git a/scripts/qa-representative-battles.mjs b/scripts/qa-representative-battles.mjs index 63e6c84..912d970 100644 --- a/scripts/qa-representative-battles.mjs +++ b/scripts/qa-representative-battles.mjs @@ -116,7 +116,7 @@ const earlyCampaignBattles = [ no: 7, id: 'seventh-battle-xuzhou-rescue', selected: coreBrothers, - targets: ['xuzhou-guard-a', 'xuzhou-guard-b', 'xuzhou-archer-c', 'xuzhou-leader-xiahou-dun'], + targets: ['xuzhou-archer-b', 'xuzhou-guard-a', 'xuzhou-guard-b', 'xuzhou-archer-c', 'xuzhou-leader-xiahou-dun'], protected: ['liu-bei'] }, { diff --git a/src/game/data/scenario.ts b/src/game/data/scenario.ts index 4b15164..5ccd0dc 100644 --- a/src/game/data/scenario.ts +++ b/src/game/data/scenario.ts @@ -6759,11 +6759,11 @@ export const seventhBattleUnits: UnitData[] = [ classKey: 'archer', level: 8, exp: 46, - hp: 32, - maxHp: 32, - attack: 14, + hp: 29, + maxHp: 29, + attack: 12, move: 3, - stats: { might: 70, intelligence: 60, leadership: 59, agility: 69, luck: 53 }, + stats: { might: 68, intelligence: 60, leadership: 58, agility: 68, luck: 53 }, equipment: { weapon: { itemId: 'short-bow', level: 2, exp: 22 }, armor: { itemId: 'cloth-armor', level: 2, exp: 10 }, @@ -6864,11 +6864,11 @@ export const seventhBattleUnits: UnitData[] = [ classKey: 'archer', level: 8, exp: 50, - hp: 33, - maxHp: 33, - attack: 14, + hp: 30, + maxHp: 30, + attack: 12, move: 3, - stats: { might: 71, intelligence: 61, leadership: 60, agility: 70, luck: 54 }, + stats: { might: 69, intelligence: 61, leadership: 59, agility: 69, luck: 54 }, equipment: { weapon: { itemId: 'short-bow', level: 2, exp: 26 }, armor: { itemId: 'cloth-armor', level: 2, exp: 10 },