feat: NPC 유닛의 공격력, 방어력 및 속성 조정

This commit is contained in:
2026-01-24 18:29:06 +00:00
parent bd8c00ca34
commit 5627c80f4a
@@ -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: {},