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/iron_dagger.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/iron_dagger.yaml')
| -rw-r--r-- | data/items/iron_dagger.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/items/iron_dagger.yaml b/data/items/iron_dagger.yaml new file mode 100644 index 0000000..d11b9ad --- /dev/null +++ b/data/items/iron_dagger.yaml @@ -0,0 +1,12 @@ +id: iron_dagger +name: iron dagger +color: "250" +description: "A small iron dagger." +value: 20 +stackable: false +equip_slot: main_hand +weapon_type: melee +stats: + attack_bonus: 5 + strength_bonus: 3 +speed: 3 |
