aboutsummaryrefslogtreecommitdiff
path: root/data/items/bronze_pickaxe.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-10 01:48:28 -0400
committerhistoria <[not public]>2026-06-10 01:48:28 -0400
commita226d72e51eecb768b13600303f73483118d9104 (patch)
tree458d15ef049732c15dacc591a830d3beddbedfde /data/items/bronze_pickaxe.yaml
parent6a0f3d7a252de4b1741cfe5e1c561412c602becc (diff)
downloadthehouseoficarus-a226d72e51eecb768b13600303f73483118d9104.tar.gz
feat: implemented janky object interaction model
Diffstat (limited to 'data/items/bronze_pickaxe.yaml')
-rw-r--r--data/items/bronze_pickaxe.yaml19
1 files changed, 14 insertions, 5 deletions
diff --git a/data/items/bronze_pickaxe.yaml b/data/items/bronze_pickaxe.yaml
index a64395e..260652b 100644
--- a/data/items/bronze_pickaxe.yaml
+++ b/data/items/bronze_pickaxe.yaml
@@ -1,7 +1,16 @@
-id: "bronze_pickaxe"
-name: "bronze pickaxe"
-aliases: ["pickaxe", "pick", "bronze"]
-description: "A basic bronze pickaxe for mining."
-value: 8
+id: bronze_pickaxe
+name: bronze pickaxe
+aliases: ["pick", "pickaxe"]
+description: "A sturdy bronze pickaxe, good for mining."
+value: 10
stackable: false
+equip_slot: main_hand
+weapon_type: melee
+stats:
+ attack_bonus: 2
+ strength_bonus: 1
+ defense_bonus: 0
+speed: 5
toolbelt: true
+tool_type: pickaxe
+tool_speed: 2