diff --git a/lib/src/core/model/equipment_item.dart b/lib/src/core/model/equipment_item.dart index a612ff7..7483160 100644 --- a/lib/src/core/model/equipment_item.dart +++ b/lib/src/core/model/equipment_item.dart @@ -66,7 +66,7 @@ class EquipmentItem { slot: EquipmentSlot.weapon, level: 1, weight: 5, - stats: ItemStats(atk: 1), + stats: ItemStats(atk: 1, attackSpeed: 1000), rarity: ItemRarity.common, ); }