Add Yangping Pass scout chapter
This commit is contained in:
@@ -67,6 +67,15 @@ export const itemCatalog: Record<string, ItemDefinition> = {
|
||||
attackBonus: 5,
|
||||
effects: ['연속 공격 판정 보정']
|
||||
},
|
||||
'iron-spear': {
|
||||
id: 'iron-spear',
|
||||
name: '철창',
|
||||
slot: 'weapon',
|
||||
rank: 'common',
|
||||
description: '숙련된 보병과 기병이 두루 쓰는 견고한 창.',
|
||||
attackBonus: 3,
|
||||
effects: ['전열 유지와 반격에 무난하다']
|
||||
},
|
||||
'sky-piercer-halberd': {
|
||||
id: 'sky-piercer-halberd',
|
||||
name: '방천화극',
|
||||
@@ -76,6 +85,15 @@ export const itemCatalog: Record<string, ItemDefinition> = {
|
||||
attackBonus: 6,
|
||||
effects: ['단독으로 돌파할 때 피해 보너스']
|
||||
},
|
||||
'western-cavalry-spear': {
|
||||
id: 'western-cavalry-spear',
|
||||
name: '서량장창',
|
||||
slot: 'weapon',
|
||||
rank: 'common',
|
||||
description: '서량 기병이 말 위에서 다루기 좋게 균형을 맞춘 장창.',
|
||||
attackBonus: 4,
|
||||
effects: ['기병 돌격과 추격전에 잘 맞는다']
|
||||
},
|
||||
'white-feather-fan': {
|
||||
id: 'white-feather-fan',
|
||||
name: '백우선',
|
||||
|
||||
Reference in New Issue
Block a user