aboutsummaryrefslogtreecommitdiff
path: root/data/items/tools
diff options
context:
space:
mode:
Diffstat (limited to 'data/items/tools')
-rw-r--r--data/items/tools/adamant_axe.yaml19
-rw-r--r--data/items/tools/adamant_pickaxe.yaml19
-rw-r--r--data/items/tools/amulet_mould.yaml5
-rw-r--r--data/items/tools/big_fishing_net.yaml15
-rw-r--r--data/items/tools/black_pickaxe.yaml19
-rw-r--r--data/items/tools/bracelet_mould.yaml5
-rw-r--r--data/items/tools/bronze_axe.yaml17
-rw-r--r--data/items/tools/bronze_pickaxe.yaml17
-rw-r--r--data/items/tools/chisel.yaml6
-rw-r--r--data/items/tools/dragon_pickaxe.yaml19
-rw-r--r--data/items/tools/empty_bucket.yaml6
-rw-r--r--data/items/tools/empty_jug.yaml6
-rw-r--r--data/items/tools/empty_pot.yaml6
-rw-r--r--data/items/tools/firesteel.yaml8
-rw-r--r--data/items/tools/fishing_bait.yaml6
-rw-r--r--data/items/tools/fishing_rod.yaml15
-rw-r--r--data/items/tools/fly_fishing_rod.yaml15
-rw-r--r--data/items/tools/hammer.yaml7
-rw-r--r--data/items/tools/harpoon.yaml15
-rw-r--r--data/items/tools/iron_axe.yaml17
-rw-r--r--data/items/tools/iron_pickaxe.yaml17
-rw-r--r--data/items/tools/knife.yaml6
-rw-r--r--data/items/tools/lighter.yaml11
-rw-r--r--data/items/tools/lobster_pot.yaml15
-rw-r--r--data/items/tools/matches.yaml9
-rw-r--r--data/items/tools/mithril_axe.yaml19
-rw-r--r--data/items/tools/mithril_pickaxe.yaml19
-rw-r--r--data/items/tools/necklace_mould.yaml5
-rw-r--r--data/items/tools/needle.yaml6
-rw-r--r--data/items/tools/plant_pot.yaml5
-rw-r--r--data/items/tools/rake.yaml7
-rw-r--r--data/items/tools/ring_mould.yaml5
-rw-r--r--data/items/tools/rune_axe.yaml19
-rw-r--r--data/items/tools/rune_pickaxe.yaml19
-rw-r--r--data/items/tools/saw.yaml7
-rw-r--r--data/items/tools/shears.yaml6
-rw-r--r--data/items/tools/small_fishing_net.yaml15
-rw-r--r--data/items/tools/spade.yaml7
-rw-r--r--data/items/tools/steel_axe.yaml19
-rw-r--r--data/items/tools/steel_pickaxe.yaml19
-rw-r--r--data/items/tools/unfired_pie_dish.yaml5
-rw-r--r--data/items/tools/unfired_plant_pot.yaml5
-rw-r--r--data/items/tools/unfired_pot.yaml5
-rw-r--r--data/items/tools/watering_can.yaml7
44 files changed, 499 insertions, 0 deletions
diff --git a/data/items/tools/adamant_axe.yaml b/data/items/tools/adamant_axe.yaml
new file mode 100644
index 0000000..81232fe
--- /dev/null
+++ b/data/items/tools/adamant_axe.yaml
@@ -0,0 +1,19 @@
+id: adamant_axe
+name: adamant axe
+color: "120"
+description: "A sturdy adamant axe, good for woodcutting."
+value: 500
+stackable: false
+equip_slot: main_hand
+weapon_type: melee
+attack_type: slash
+stats:
+ stab_attack: -2
+ slash_attack: 29
+ crush_attack: 22
+ strength_bonus: 24
+speed: 5
+tool_type: axe
+tool_speed: 2
+requirements:
+ attack: 30
diff --git a/data/items/tools/adamant_pickaxe.yaml b/data/items/tools/adamant_pickaxe.yaml
new file mode 100644
index 0000000..4296b0d
--- /dev/null
+++ b/data/items/tools/adamant_pickaxe.yaml
@@ -0,0 +1,19 @@
+id: adamant_pickaxe
+name: adamant pickaxe
+color: "120"
+description: "A sturdy adamant pickaxe, good for mining."
+value: 500
+stackable: false
+equip_slot: main_hand
+weapon_type: melee
+attack_type: stab
+stats:
+ stab_attack: 23
+ slash_attack: -2
+ crush_attack: 10
+ strength_bonus: 16
+speed: 5
+tool_type: pickaxe
+tool_speed: 0.75
+requirements:
+ attack: 30
diff --git a/data/items/tools/amulet_mould.yaml b/data/items/tools/amulet_mould.yaml
new file mode 100644
index 0000000..a8153cb
--- /dev/null
+++ b/data/items/tools/amulet_mould.yaml
@@ -0,0 +1,5 @@
+id: amulet_mould
+name: amulet mould
+color: "250"
+description: "A mould for casting amulets."
+value: 5
diff --git a/data/items/tools/big_fishing_net.yaml b/data/items/tools/big_fishing_net.yaml
new file mode 100644
index 0000000..a8b5352
--- /dev/null
+++ b/data/items/tools/big_fishing_net.yaml
@@ -0,0 +1,15 @@
+id: big_fishing_net
+name: big fishing net
+color: "230"
+description: "A larger fishing net for catching bigger fish."
+value: 20
+stackable: false
+equip_slot: main_hand
+weapon_type: melee
+stats:
+ attack_bonus: 0
+ strength_bonus: 0
+ defense_bonus: 0
+speed: 5
+tool_type: big_net
+tool_speed: 1
diff --git a/data/items/tools/black_pickaxe.yaml b/data/items/tools/black_pickaxe.yaml
new file mode 100644
index 0000000..c3df955
--- /dev/null
+++ b/data/items/tools/black_pickaxe.yaml
@@ -0,0 +1,19 @@
+id: black_pickaxe
+name: black pickaxe
+color: "240"
+description: "A black pickaxe, good for mining."
+value: 150
+stackable: false
+equip_slot: main_hand
+weapon_type: melee
+attack_type: stab
+stats:
+ stab_attack: 14
+ slash_attack: -2
+ crush_attack: 6
+ strength_bonus: 9
+speed: 5
+tool_type: pickaxe
+tool_speed: 1
+requirements:
+ attack: 10
diff --git a/data/items/tools/bracelet_mould.yaml b/data/items/tools/bracelet_mould.yaml
new file mode 100644
index 0000000..78bc099
--- /dev/null
+++ b/data/items/tools/bracelet_mould.yaml
@@ -0,0 +1,5 @@
+id: bracelet_mould
+name: bracelet mould
+color: "250"
+description: "A mould for casting bracelets."
+value: 5
diff --git a/data/items/tools/bronze_axe.yaml b/data/items/tools/bronze_axe.yaml
new file mode 100644
index 0000000..84b2762
--- /dev/null
+++ b/data/items/tools/bronze_axe.yaml
@@ -0,0 +1,17 @@
+id: bronze_axe
+name: bronze axe
+color: "178"
+description: "A sturdy bronze axe, good for woodcutting."
+value: 10
+stackable: false
+equip_slot: main_hand
+weapon_type: melee
+attack_type: slash
+stats:
+ stab_attack: -2
+ slash_attack: 7
+ crush_attack: 5
+ strength_bonus: 5
+speed: 5
+tool_type: axe
+tool_speed: 4
diff --git a/data/items/tools/bronze_pickaxe.yaml b/data/items/tools/bronze_pickaxe.yaml
new file mode 100644
index 0000000..b581fc0
--- /dev/null
+++ b/data/items/tools/bronze_pickaxe.yaml
@@ -0,0 +1,17 @@
+id: bronze_pickaxe
+name: bronze pickaxe
+color: "178"
+description: "A sturdy bronze pickaxe, good for mining."
+value: 10
+stackable: false
+equip_slot: main_hand
+weapon_type: melee
+attack_type: stab
+stats:
+ stab_attack: 4
+ slash_attack: -2
+ crush_attack: 2
+ strength_bonus: 3
+speed: 5
+tool_type: pickaxe
+tool_speed: 2
diff --git a/data/items/tools/chisel.yaml b/data/items/tools/chisel.yaml
new file mode 100644
index 0000000..a99c828
--- /dev/null
+++ b/data/items/tools/chisel.yaml
@@ -0,0 +1,6 @@
+id: chisel
+name: chisel
+color: "250"
+description: "A chisel used for cutting gems."
+value: 5
+tool_type: chisel
diff --git a/data/items/tools/dragon_pickaxe.yaml b/data/items/tools/dragon_pickaxe.yaml
new file mode 100644
index 0000000..6f187b8
--- /dev/null
+++ b/data/items/tools/dragon_pickaxe.yaml
@@ -0,0 +1,19 @@
+id: dragon_pickaxe
+name: dragon pickaxe
+color: "196"
+description: "A powerful dragon pickaxe."
+value: 50000
+stackable: false
+equip_slot: main_hand
+weapon_type: melee
+attack_type: stab
+stats:
+ stab_attack: 34
+ slash_attack: -2
+ crush_attack: 16
+ strength_bonus: 26
+speed: 5
+tool_type: pickaxe
+tool_speed: 0.25
+requirements:
+ attack: 60
diff --git a/data/items/tools/empty_bucket.yaml b/data/items/tools/empty_bucket.yaml
new file mode 100644
index 0000000..6debb02
--- /dev/null
+++ b/data/items/tools/empty_bucket.yaml
@@ -0,0 +1,6 @@
+id: empty_bucket
+name: empty bucket
+color: "137"
+description: "An empty wooden bucket."
+value: 1
+stackable: false
diff --git a/data/items/tools/empty_jug.yaml b/data/items/tools/empty_jug.yaml
new file mode 100644
index 0000000..c6774a5
--- /dev/null
+++ b/data/items/tools/empty_jug.yaml
@@ -0,0 +1,6 @@
+id: empty_jug
+name: empty jug
+color: "137"
+description: "An empty ceramic jug."
+value: 1
+stackable: false
diff --git a/data/items/tools/empty_pot.yaml b/data/items/tools/empty_pot.yaml
new file mode 100644
index 0000000..a57b441
--- /dev/null
+++ b/data/items/tools/empty_pot.yaml
@@ -0,0 +1,6 @@
+id: empty_pot
+name: empty pot
+color: "130"
+description: "An empty clay pot."
+value: 1
+stackable: false
diff --git a/data/items/tools/firesteel.yaml b/data/items/tools/firesteel.yaml
new file mode 100644
index 0000000..b3f9302
--- /dev/null
+++ b/data/items/tools/firesteel.yaml
@@ -0,0 +1,8 @@
+id: firesteel
+name: firesteel
+color: "250"
+description: "A rugged firesteel that never wears out."
+value: 20
+stackable: false
+tool_type: fire
+tool_speed: 4
diff --git a/data/items/tools/fishing_bait.yaml b/data/items/tools/fishing_bait.yaml
new file mode 100644
index 0000000..2336a7d
--- /dev/null
+++ b/data/items/tools/fishing_bait.yaml
@@ -0,0 +1,6 @@
+id: fishing_bait
+name: fishing bait
+color: "222"
+description: "A handful of wriggling bait. Used with a fishing rod."
+value: 1
+stackable: true
diff --git a/data/items/tools/fishing_rod.yaml b/data/items/tools/fishing_rod.yaml
new file mode 100644
index 0000000..a48c0a1
--- /dev/null
+++ b/data/items/tools/fishing_rod.yaml
@@ -0,0 +1,15 @@
+id: fishing_rod
+name: fishing rod
+color: "107"
+description: "A simple fishing rod. Use with fishing bait."
+value: 5
+stackable: false
+equip_slot: main_hand
+weapon_type: melee
+stats:
+ attack_bonus: 0
+ strength_bonus: 0
+ defense_bonus: 0
+speed: 5
+tool_type: fishing_rod
+tool_speed: 0
diff --git a/data/items/tools/fly_fishing_rod.yaml b/data/items/tools/fly_fishing_rod.yaml
new file mode 100644
index 0000000..c0f3f78
--- /dev/null
+++ b/data/items/tools/fly_fishing_rod.yaml
@@ -0,0 +1,15 @@
+id: fly_fishing_rod
+name: fly fishing rod
+color: "107"
+description: "A flexible rod for fly fishing with artificial flies."
+value: 20
+stackable: false
+equip_slot: main_hand
+weapon_type: melee
+stats:
+ attack_bonus: 0
+ strength_bonus: 0
+ defense_bonus: 0
+speed: 5
+tool_type: fly_rod
+tool_speed: 1
diff --git a/data/items/tools/hammer.yaml b/data/items/tools/hammer.yaml
new file mode 100644
index 0000000..74302a4
--- /dev/null
+++ b/data/items/tools/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
diff --git a/data/items/tools/harpoon.yaml b/data/items/tools/harpoon.yaml
new file mode 100644
index 0000000..1412d5c
--- /dev/null
+++ b/data/items/tools/harpoon.yaml
@@ -0,0 +1,15 @@
+id: harpoon
+name: harpoon
+color: "250"
+description: "A barbed harpoon for spearing large fish."
+value: 30
+stackable: false
+equip_slot: main_hand
+weapon_type: melee
+stats:
+ attack_bonus: 0
+ strength_bonus: 0
+ defense_bonus: 0
+speed: 5
+tool_type: harpoon
+tool_speed: 0
diff --git a/data/items/tools/iron_axe.yaml b/data/items/tools/iron_axe.yaml
new file mode 100644
index 0000000..3f989ca
--- /dev/null
+++ b/data/items/tools/iron_axe.yaml
@@ -0,0 +1,17 @@
+id: iron_axe
+name: iron axe
+color: "250"
+description: "A sturdy iron axe, good for woodcutting."
+value: 25
+stackable: false
+equip_slot: main_hand
+weapon_type: melee
+attack_type: slash
+stats:
+ stab_attack: -2
+ slash_attack: 10
+ crush_attack: 7
+ strength_bonus: 8
+speed: 5
+tool_type: axe
+tool_speed: 3.5
diff --git a/data/items/tools/iron_pickaxe.yaml b/data/items/tools/iron_pickaxe.yaml
new file mode 100644
index 0000000..d120fde
--- /dev/null
+++ b/data/items/tools/iron_pickaxe.yaml
@@ -0,0 +1,17 @@
+id: iron_pickaxe
+name: iron pickaxe
+color: "250"
+description: "A sturdy iron pickaxe, good for mining."
+value: 25
+stackable: false
+equip_slot: main_hand
+weapon_type: melee
+attack_type: stab
+stats:
+ stab_attack: 7
+ slash_attack: -2
+ crush_attack: 3
+ strength_bonus: 5
+speed: 5
+tool_type: pickaxe
+tool_speed: 1.5
diff --git a/data/items/tools/knife.yaml b/data/items/tools/knife.yaml
new file mode 100644
index 0000000..fddf120
--- /dev/null
+++ b/data/items/tools/knife.yaml
@@ -0,0 +1,6 @@
+id: knife
+name: knife
+color: "250"
+description: "A small knife used for cutting wood and fletching."
+value: 5
+tool_type: knife
diff --git a/data/items/tools/lighter.yaml b/data/items/tools/lighter.yaml
new file mode 100644
index 0000000..567f42e
--- /dev/null
+++ b/data/items/tools/lighter.yaml
@@ -0,0 +1,11 @@
+id: lighter
+name: lighter
+color: "81"
+description: "A reliable butane lighter."
+value: 15
+stackable: false
+equip_slot: main_hand
+tool_type: fire
+tool_speed: 4
+quality: 100
+max_quality: 100
diff --git a/data/items/tools/lobster_pot.yaml b/data/items/tools/lobster_pot.yaml
new file mode 100644
index 0000000..79771c1
--- /dev/null
+++ b/data/items/tools/lobster_pot.yaml
@@ -0,0 +1,15 @@
+id: lobster_pot
+name: lobster pot
+color: "250"
+description: "A wire cage for trapping lobsters."
+value: 20
+stackable: false
+equip_slot: main_hand
+weapon_type: melee
+stats:
+ attack_bonus: 0
+ strength_bonus: 0
+ defense_bonus: 0
+speed: 5
+tool_type: lobster_pot
+tool_speed: 0
diff --git a/data/items/tools/matches.yaml b/data/items/tools/matches.yaml
new file mode 100644
index 0000000..d816cbc
--- /dev/null
+++ b/data/items/tools/matches.yaml
@@ -0,0 +1,9 @@
+id: matches
+name: matches
+color: "196"
+description: "A small box of matches for starting fires."
+value: 5
+stackable: true
+equip_slot: main_hand
+tool_type: fire
+tool_speed: 4
diff --git a/data/items/tools/mithril_axe.yaml b/data/items/tools/mithril_axe.yaml
new file mode 100644
index 0000000..ca18195
--- /dev/null
+++ b/data/items/tools/mithril_axe.yaml
@@ -0,0 +1,19 @@
+id: mithril_axe
+name: mithril axe
+color: "75"
+description: "A sturdy mithril axe, good for woodcutting."
+value: 200
+stackable: false
+equip_slot: main_hand
+weapon_type: melee
+attack_type: slash
+stats:
+ stab_attack: -2
+ slash_attack: 21
+ crush_attack: 16
+ strength_bonus: 17
+speed: 5
+tool_type: axe
+tool_speed: 2.5
+requirements:
+ attack: 20
diff --git a/data/items/tools/mithril_pickaxe.yaml b/data/items/tools/mithril_pickaxe.yaml
new file mode 100644
index 0000000..5da6937
--- /dev/null
+++ b/data/items/tools/mithril_pickaxe.yaml
@@ -0,0 +1,19 @@
+id: mithril_pickaxe
+name: mithril pickaxe
+color: "75"
+description: "A sturdy mithril pickaxe, good for mining."
+value: 200
+stackable: false
+equip_slot: main_hand
+weapon_type: melee
+attack_type: stab
+stats:
+ stab_attack: 17
+ slash_attack: -2
+ crush_attack: 8
+ strength_bonus: 12
+speed: 5
+tool_type: pickaxe
+tool_speed: 1
+requirements:
+ attack: 20
diff --git a/data/items/tools/necklace_mould.yaml b/data/items/tools/necklace_mould.yaml
new file mode 100644
index 0000000..bc4df45
--- /dev/null
+++ b/data/items/tools/necklace_mould.yaml
@@ -0,0 +1,5 @@
+id: necklace_mould
+name: necklace mould
+color: "250"
+description: "A mould for casting necklaces."
+value: 5
diff --git a/data/items/tools/needle.yaml b/data/items/tools/needle.yaml
new file mode 100644
index 0000000..5f53bf3
--- /dev/null
+++ b/data/items/tools/needle.yaml
@@ -0,0 +1,6 @@
+id: needle
+name: needle
+color: "250"
+description: "A needle for crafting leather goods."
+value: 5
+tool_type: needle
diff --git a/data/items/tools/plant_pot.yaml b/data/items/tools/plant_pot.yaml
new file mode 100644
index 0000000..2f81e08
--- /dev/null
+++ b/data/items/tools/plant_pot.yaml
@@ -0,0 +1,5 @@
+id: plant_pot
+name: plant pot
+color: "130"
+description: "A clay plant pot for growing plants."
+value: 5
diff --git a/data/items/tools/rake.yaml b/data/items/tools/rake.yaml
new file mode 100644
index 0000000..5949626
--- /dev/null
+++ b/data/items/tools/rake.yaml
@@ -0,0 +1,7 @@
+id: rake
+name: rake
+color: "94"
+description: "A sturdy rake for clearing weeds and dead plants from farming patches."
+value: 8
+stackable: false
+tool_type: rake
diff --git a/data/items/tools/ring_mould.yaml b/data/items/tools/ring_mould.yaml
new file mode 100644
index 0000000..d7846c8
--- /dev/null
+++ b/data/items/tools/ring_mould.yaml
@@ -0,0 +1,5 @@
+id: ring_mould
+name: ring mould
+color: "250"
+description: "A mould for casting rings."
+value: 5
diff --git a/data/items/tools/rune_axe.yaml b/data/items/tools/rune_axe.yaml
new file mode 100644
index 0000000..a694bdf
--- /dev/null
+++ b/data/items/tools/rune_axe.yaml
@@ -0,0 +1,19 @@
+id: rune_axe
+name: rune axe
+color: "87"
+description: "A sturdy rune axe, good for woodcutting."
+value: 5000
+stackable: false
+equip_slot: main_hand
+weapon_type: melee
+attack_type: slash
+stats:
+ stab_attack: -2
+ slash_attack: 38
+ crush_attack: 29
+ strength_bonus: 32
+speed: 5
+tool_type: axe
+tool_speed: 1.5
+requirements:
+ attack: 40
diff --git a/data/items/tools/rune_pickaxe.yaml b/data/items/tools/rune_pickaxe.yaml
new file mode 100644
index 0000000..265231d
--- /dev/null
+++ b/data/items/tools/rune_pickaxe.yaml
@@ -0,0 +1,19 @@
+id: rune_pickaxe
+name: rune pickaxe
+color: "87"
+description: "A sturdy rune pickaxe, good for mining."
+value: 5000
+stackable: false
+equip_slot: main_hand
+weapon_type: melee
+attack_type: stab
+stats:
+ stab_attack: 30
+ slash_attack: -2
+ crush_attack: 14
+ strength_bonus: 22
+speed: 5
+tool_type: pickaxe
+tool_speed: 0.5
+requirements:
+ attack: 40
diff --git a/data/items/tools/saw.yaml b/data/items/tools/saw.yaml
new file mode 100644
index 0000000..4a7ad6a
--- /dev/null
+++ b/data/items/tools/saw.yaml
@@ -0,0 +1,7 @@
+id: saw
+name: saw
+tool_type: saw
+color: "152"
+description: "A sharp-toothed saw for cutting planks from logs at a workbench."
+value: 30
+stackable: false
diff --git a/data/items/tools/shears.yaml b/data/items/tools/shears.yaml
new file mode 100644
index 0000000..4166be3
--- /dev/null
+++ b/data/items/tools/shears.yaml
@@ -0,0 +1,6 @@
+id: shears
+name: shears
+color: "250"
+description: "A pair of shears for shearing sheep."
+value: 5
+tool_type: shears
diff --git a/data/items/tools/small_fishing_net.yaml b/data/items/tools/small_fishing_net.yaml
new file mode 100644
index 0000000..9e91f8f
--- /dev/null
+++ b/data/items/tools/small_fishing_net.yaml
@@ -0,0 +1,15 @@
+id: small_fishing_net
+name: small fishing net
+color: "230"
+description: "A small hand-held fishing net."
+value: 5
+stackable: false
+equip_slot: main_hand
+weapon_type: melee
+stats:
+ attack_bonus: 0
+ strength_bonus: 0
+ defense_bonus: 0
+speed: 5
+tool_type: small_net
+tool_speed: 0
diff --git a/data/items/tools/spade.yaml b/data/items/tools/spade.yaml
new file mode 100644
index 0000000..7d0b465
--- /dev/null
+++ b/data/items/tools/spade.yaml
@@ -0,0 +1,7 @@
+id: spade
+name: spade
+color: "241"
+description: "A metal spade used for planting seeds and harvesting crops."
+value: 8
+stackable: false
+tool_type: spade
diff --git a/data/items/tools/steel_axe.yaml b/data/items/tools/steel_axe.yaml
new file mode 100644
index 0000000..6f2ac99
--- /dev/null
+++ b/data/items/tools/steel_axe.yaml
@@ -0,0 +1,19 @@
+id: steel_axe
+name: steel axe
+color: "253"
+description: "A sturdy steel axe, good for woodcutting."
+value: 75
+stackable: false
+equip_slot: main_hand
+weapon_type: melee
+attack_type: slash
+stats:
+ stab_attack: -2
+ slash_attack: 15
+ crush_attack: 11
+ strength_bonus: 12
+speed: 5
+tool_type: axe
+tool_speed: 3
+requirements:
+ attack: 5
diff --git a/data/items/tools/steel_pickaxe.yaml b/data/items/tools/steel_pickaxe.yaml
new file mode 100644
index 0000000..cc048a1
--- /dev/null
+++ b/data/items/tools/steel_pickaxe.yaml
@@ -0,0 +1,19 @@
+id: steel_pickaxe
+name: steel pickaxe
+color: "253"
+description: "A sturdy steel pickaxe, good for mining."
+value: 75
+stackable: false
+equip_slot: main_hand
+weapon_type: melee
+attack_type: stab
+stats:
+ stab_attack: 10
+ slash_attack: -2
+ crush_attack: 4
+ strength_bonus: 7
+speed: 5
+tool_type: pickaxe
+tool_speed: 1.25
+requirements:
+ attack: 5
diff --git a/data/items/tools/unfired_pie_dish.yaml b/data/items/tools/unfired_pie_dish.yaml
new file mode 100644
index 0000000..fddc4d1
--- /dev/null
+++ b/data/items/tools/unfired_pie_dish.yaml
@@ -0,0 +1,5 @@
+id: unfired_pie_dish
+name: unfired pie dish
+color: "173"
+description: "An unfired clay pie dish. It needs to be fired in a pottery oven."
+value: 1
diff --git a/data/items/tools/unfired_plant_pot.yaml b/data/items/tools/unfired_plant_pot.yaml
new file mode 100644
index 0000000..c088242
--- /dev/null
+++ b/data/items/tools/unfired_plant_pot.yaml
@@ -0,0 +1,5 @@
+id: unfired_plant_pot
+name: unfired plant pot
+color: "173"
+description: "An unfired clay plant pot. It needs to be fired in a pottery oven."
+value: 1
diff --git a/data/items/tools/unfired_pot.yaml b/data/items/tools/unfired_pot.yaml
new file mode 100644
index 0000000..265a19f
--- /dev/null
+++ b/data/items/tools/unfired_pot.yaml
@@ -0,0 +1,5 @@
+id: unfired_pot
+name: unfired pot
+color: "173"
+description: "An unfired clay pot. It needs to be fired in a pottery oven."
+value: 1
diff --git a/data/items/tools/watering_can.yaml b/data/items/tools/watering_can.yaml
new file mode 100644
index 0000000..4a75de9
--- /dev/null
+++ b/data/items/tools/watering_can.yaml
@@ -0,0 +1,7 @@
+id: watering_can
+name: watering can
+color: "39"
+description: "A watering can for hydrating farming patches. Watering eliminates disease risk."
+value: 12
+stackable: false
+tool_type: watering_can