diff options
| author | historia <[not public]> | 2026-06-17 21:13:07 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-17 21:13:07 -0400 |
| commit | ec2e94e3463654a6288464a4c070b48ef9bf7368 (patch) | |
| tree | 3c5df0f9a6a5968fa4c725a7d331825883ae798c /data/items/bronze_sword.yaml | |
| parent | eef5ddaa94f8cff6010d092c30fed53d2be01524 (diff) | |
| download | thehouseoficarus-ec2e94e3463654a6288464a4c070b48ef9bf7368.tar.gz | |
feat: smithing added, item/object interaction reworked. recipes and menus refactored.
Diffstat (limited to 'data/items/bronze_sword.yaml')
| -rw-r--r-- | data/items/bronze_sword.yaml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/data/items/bronze_sword.yaml b/data/items/bronze_sword.yaml index 0ae7a07..01a96ae 100644 --- a/data/items/bronze_sword.yaml +++ b/data/items/bronze_sword.yaml @@ -1,13 +1,12 @@ id: bronze_sword name: bronze sword color: "178" -description: "A basic bronze short sword." +description: "A basic bronze sword." value: 12 stackable: false -equip_slot: "main_hand" -weapon_type: "melee" +equip_slot: main_hand +weapon_type: melee stats: attack_bonus: 4 strength_bonus: 3 - defense_bonus: 0 speed: 4 |
