From 5627c80f4a0e17e757660e1d6a98e52f32e8f4a1 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 24 Jan 2026 18:29:06 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20NPC=20=EC=9C=A0=EB=8B=9B=EC=9D=98=20?= =?UTF-8?q?=EA=B3=B5=EA=B2=A9=EB=A0=A5,=20=EB=B0=A9=EC=96=B4=EB=A0=A5=20?= =?UTF-8?q?=EB=B0=8F=20=EC=86=8D=EC=84=B1=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../test/npcNationUprisingUnification.test.ts | 29 +++++++++++++++---- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/app/game-engine/test/npcNationUprisingUnification.test.ts b/app/game-engine/test/npcNationUprisingUnification.test.ts index 46f6df0..83f0d5e 100644 --- a/app/game-engine/test/npcNationUprisingUnification.test.ts +++ b/app/game-engine/test/npcNationUprisingUnification.test.ts @@ -140,13 +140,32 @@ describe('NPC 건국/통일 장기 시뮬레이션', () => { id: 1100, armType: 1, name: '보병', - attack: 10, - defence: 10, - speed: 10, - avoid: 0, + attack: 100, + defence: 150, + speed: 7, + avoid: 10, magicCoef: 0, cost: 10, - rice: 1, + rice: 10, + requirements: [], + attackCoef: {}, + defenceCoef: {}, + info: [], + initSkillTrigger: null, + phaseSkillTrigger: null, + iActionList: null, + }, + { + id: 1400, + armType: 4, + name: '귀병', + attack: 80, + defence: 80, + speed: 7, + avoid: 5, + magicCoef: 0.5, + cost: 9, + rice: 9, requirements: [], attackCoef: {}, defenceCoef: {},