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/hammer.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/hammer.yaml')
| -rw-r--r-- | data/items/hammer.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/items/hammer.yaml b/data/items/hammer.yaml new file mode 100644 index 0000000..74302a4 --- /dev/null +++ b/data/items/hammer.yaml @@ -0,0 +1,7 @@ +id: hammer +name: hammer +color: "250" +description: "A sturdy hammer for smithing metal on an anvil." +value: 10 +stackable: false +tool_type: hammer |
