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: {},