fix(equipment): 기본 무기에 attackSpeed 추가
- bareHands 무기에 attackSpeed: 1000 기본값 설정
This commit is contained in:
@@ -66,7 +66,7 @@ class EquipmentItem {
|
|||||||
slot: EquipmentSlot.weapon,
|
slot: EquipmentSlot.weapon,
|
||||||
level: 1,
|
level: 1,
|
||||||
weight: 5,
|
weight: 5,
|
||||||
stats: ItemStats(atk: 1),
|
stats: ItemStats(atk: 1, attackSpeed: 1000),
|
||||||
rarity: ItemRarity.common,
|
rarity: ItemRarity.common,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user