aboutsummaryrefslogtreecommitdiff
path: root/data/items/tools
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-27 16:50:41 -0400
committerhistoria <[not public]>2026-06-27 16:50:41 -0400
commit988b006a5bb9edb6465653566e7bdf8175347b8c (patch)
tree3a1fceff2ee80c11b5dafcc49c13ababe021e880 /data/items/tools
parent1cab9ca20e24742f770a676f84e4ed9f1636f297 (diff)
downloadthehouseoficarus-988b006a5bb9edb6465653566e7bdf8175347b8c.tar.gz
feat: one-way map links, blocked paths on map, map grid startup validation, user colors for maps
Diffstat (limited to 'data/items/tools')
-rw-r--r--data/items/tools/adamant_axe.yaml2
-rw-r--r--data/items/tools/adamant_pickaxe.yaml2
-rw-r--r--data/items/tools/amulet_mould.yaml2
-rw-r--r--data/items/tools/big_fishing_net.yaml2
-rw-r--r--data/items/tools/black_pickaxe.yaml2
-rw-r--r--data/items/tools/bracelet_mould.yaml2
-rw-r--r--data/items/tools/bronze_axe.yaml2
-rw-r--r--data/items/tools/bronze_pickaxe.yaml2
-rw-r--r--data/items/tools/chisel.yaml2
-rw-r--r--data/items/tools/dragon_pickaxe.yaml2
-rw-r--r--data/items/tools/empty_bucket.yaml2
-rw-r--r--data/items/tools/empty_jug.yaml2
-rw-r--r--data/items/tools/empty_pot.yaml2
-rw-r--r--data/items/tools/firesteel.yaml2
-rw-r--r--data/items/tools/fishing_bait.yaml2
-rw-r--r--data/items/tools/fishing_rod.yaml2
-rw-r--r--data/items/tools/fly_fishing_rod.yaml2
-rw-r--r--data/items/tools/hammer.yaml2
-rw-r--r--data/items/tools/harpoon.yaml2
-rw-r--r--data/items/tools/iron_axe.yaml2
-rw-r--r--data/items/tools/iron_pickaxe.yaml2
-rw-r--r--data/items/tools/knife.yaml2
-rw-r--r--data/items/tools/lighter.yaml2
-rw-r--r--data/items/tools/lobster_pot.yaml2
-rw-r--r--data/items/tools/matches.yaml2
-rw-r--r--data/items/tools/mithril_axe.yaml2
-rw-r--r--data/items/tools/mithril_pickaxe.yaml2
-rw-r--r--data/items/tools/necklace_mould.yaml2
-rw-r--r--data/items/tools/needle.yaml2
-rw-r--r--data/items/tools/plant_pot.yaml2
-rw-r--r--data/items/tools/rake.yaml2
-rw-r--r--data/items/tools/ring_mould.yaml2
-rw-r--r--data/items/tools/rune_axe.yaml2
-rw-r--r--data/items/tools/rune_pickaxe.yaml2
-rw-r--r--data/items/tools/saw.yaml2
-rw-r--r--data/items/tools/shears.yaml2
-rw-r--r--data/items/tools/small_fishing_net.yaml2
-rw-r--r--data/items/tools/spade.yaml2
-rw-r--r--data/items/tools/steel_axe.yaml2
-rw-r--r--data/items/tools/steel_pickaxe.yaml2
-rw-r--r--data/items/tools/unfired_pie_dish.yaml2
-rw-r--r--data/items/tools/unfired_plant_pot.yaml2
-rw-r--r--data/items/tools/unfired_pot.yaml2
-rw-r--r--data/items/tools/watering_can.yaml2
44 files changed, 44 insertions, 44 deletions
diff --git a/data/items/tools/adamant_axe.yaml b/data/items/tools/adamant_axe.yaml
index adbb129..865bec0 100644
--- a/data/items/tools/adamant_axe.yaml
+++ b/data/items/tools/adamant_axe.yaml
@@ -1,5 +1,5 @@
name: adamant axe
-color: "120"
+color: "78"
description: "A sturdy adamant axe, good for woodcutting."
value: 500
stackable: false
diff --git a/data/items/tools/adamant_pickaxe.yaml b/data/items/tools/adamant_pickaxe.yaml
index befef60..d2ea9bb 100644
--- a/data/items/tools/adamant_pickaxe.yaml
+++ b/data/items/tools/adamant_pickaxe.yaml
@@ -1,5 +1,5 @@
name: adamant pickaxe
-color: "120"
+color: "78"
description: "A sturdy adamant pickaxe, good for mining."
value: 500
stackable: false
diff --git a/data/items/tools/amulet_mould.yaml b/data/items/tools/amulet_mould.yaml
index 9e3a1f9..5f86811 100644
--- a/data/items/tools/amulet_mould.yaml
+++ b/data/items/tools/amulet_mould.yaml
@@ -1,4 +1,4 @@
name: amulet mould
-color: "250"
+color: "FA"
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
index 7f04229..4398587 100644
--- a/data/items/tools/big_fishing_net.yaml
+++ b/data/items/tools/big_fishing_net.yaml
@@ -1,5 +1,5 @@
name: big fishing net
-color: "230"
+color: "E6"
description: "A larger fishing net for catching bigger fish."
value: 20
stackable: false
diff --git a/data/items/tools/black_pickaxe.yaml b/data/items/tools/black_pickaxe.yaml
index eb81e59..22d5363 100644
--- a/data/items/tools/black_pickaxe.yaml
+++ b/data/items/tools/black_pickaxe.yaml
@@ -1,5 +1,5 @@
name: black pickaxe
-color: "240"
+color: "F0"
description: "A black pickaxe, good for mining."
value: 150
stackable: false
diff --git a/data/items/tools/bracelet_mould.yaml b/data/items/tools/bracelet_mould.yaml
index ff4d109..058dade 100644
--- a/data/items/tools/bracelet_mould.yaml
+++ b/data/items/tools/bracelet_mould.yaml
@@ -1,4 +1,4 @@
name: bracelet mould
-color: "250"
+color: "FA"
description: "A mould for casting bracelets."
value: 5
diff --git a/data/items/tools/bronze_axe.yaml b/data/items/tools/bronze_axe.yaml
index 8e85378..863c34a 100644
--- a/data/items/tools/bronze_axe.yaml
+++ b/data/items/tools/bronze_axe.yaml
@@ -1,5 +1,5 @@
name: bronze axe
-color: "178"
+color: "B2"
description: "A sturdy bronze axe, good for woodcutting."
value: 10
stackable: false
diff --git a/data/items/tools/bronze_pickaxe.yaml b/data/items/tools/bronze_pickaxe.yaml
index 0d020ff..e280020 100644
--- a/data/items/tools/bronze_pickaxe.yaml
+++ b/data/items/tools/bronze_pickaxe.yaml
@@ -1,5 +1,5 @@
name: bronze pickaxe
-color: "178"
+color: "B2"
description: "A sturdy bronze pickaxe, good for mining."
value: 10
stackable: false
diff --git a/data/items/tools/chisel.yaml b/data/items/tools/chisel.yaml
index 3beabac..c4d67b7 100644
--- a/data/items/tools/chisel.yaml
+++ b/data/items/tools/chisel.yaml
@@ -1,5 +1,5 @@
name: chisel
-color: "250"
+color: "FA"
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
index 5a2164f..0dd3cd4 100644
--- a/data/items/tools/dragon_pickaxe.yaml
+++ b/data/items/tools/dragon_pickaxe.yaml
@@ -1,5 +1,5 @@
name: dragon pickaxe
-color: "196"
+color: "C4"
description: "A powerful dragon pickaxe."
value: 50000
stackable: false
diff --git a/data/items/tools/empty_bucket.yaml b/data/items/tools/empty_bucket.yaml
index df5a691..84d4396 100644
--- a/data/items/tools/empty_bucket.yaml
+++ b/data/items/tools/empty_bucket.yaml
@@ -1,5 +1,5 @@
name: empty bucket
-color: "137"
+color: "89"
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
index 2a6bc4e..1e0966d 100644
--- a/data/items/tools/empty_jug.yaml
+++ b/data/items/tools/empty_jug.yaml
@@ -1,5 +1,5 @@
name: empty jug
-color: "137"
+color: "89"
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
index efe7a9e..93c9a04 100644
--- a/data/items/tools/empty_pot.yaml
+++ b/data/items/tools/empty_pot.yaml
@@ -1,4 +1,4 @@
-color: "130"
+color: "82"
craft:
consume:
- items:
diff --git a/data/items/tools/firesteel.yaml b/data/items/tools/firesteel.yaml
index fdb4105..bccd390 100644
--- a/data/items/tools/firesteel.yaml
+++ b/data/items/tools/firesteel.yaml
@@ -1,5 +1,5 @@
name: firesteel
-color: "250"
+color: "FA"
description: "A rugged firesteel that never wears out."
value: 20
stackable: false
diff --git a/data/items/tools/fishing_bait.yaml b/data/items/tools/fishing_bait.yaml
index f7195e1..2adb842 100644
--- a/data/items/tools/fishing_bait.yaml
+++ b/data/items/tools/fishing_bait.yaml
@@ -1,5 +1,5 @@
name: fishing bait
-color: "222"
+color: "DE"
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
index d732b59..e7e3023 100644
--- a/data/items/tools/fishing_rod.yaml
+++ b/data/items/tools/fishing_rod.yaml
@@ -1,5 +1,5 @@
name: fishing rod
-color: "107"
+color: "6B"
description: "A simple fishing rod. Use with fishing bait."
value: 5
stackable: false
diff --git a/data/items/tools/fly_fishing_rod.yaml b/data/items/tools/fly_fishing_rod.yaml
index 202513d..a65b90c 100644
--- a/data/items/tools/fly_fishing_rod.yaml
+++ b/data/items/tools/fly_fishing_rod.yaml
@@ -1,5 +1,5 @@
name: fly fishing rod
-color: "107"
+color: "6B"
description: "A flexible rod for fly fishing with artificial flies."
value: 20
stackable: false
diff --git a/data/items/tools/hammer.yaml b/data/items/tools/hammer.yaml
index 0db22bb..a017160 100644
--- a/data/items/tools/hammer.yaml
+++ b/data/items/tools/hammer.yaml
@@ -1,5 +1,5 @@
name: hammer
-color: "250"
+color: "FA"
description: "A sturdy hammer for smithing metal on an anvil."
value: 10
stackable: false
diff --git a/data/items/tools/harpoon.yaml b/data/items/tools/harpoon.yaml
index 6679592..639f978 100644
--- a/data/items/tools/harpoon.yaml
+++ b/data/items/tools/harpoon.yaml
@@ -1,5 +1,5 @@
name: harpoon
-color: "250"
+color: "FA"
description: "A barbed harpoon for spearing large fish."
value: 30
stackable: false
diff --git a/data/items/tools/iron_axe.yaml b/data/items/tools/iron_axe.yaml
index b00474f..bac2530 100644
--- a/data/items/tools/iron_axe.yaml
+++ b/data/items/tools/iron_axe.yaml
@@ -1,5 +1,5 @@
name: iron axe
-color: "250"
+color: "FA"
description: "A sturdy iron axe, good for woodcutting."
value: 25
stackable: false
diff --git a/data/items/tools/iron_pickaxe.yaml b/data/items/tools/iron_pickaxe.yaml
index f2869dc..bdb4531 100644
--- a/data/items/tools/iron_pickaxe.yaml
+++ b/data/items/tools/iron_pickaxe.yaml
@@ -1,5 +1,5 @@
name: iron pickaxe
-color: "250"
+color: "FA"
description: "A sturdy iron pickaxe, good for mining."
value: 25
stackable: false
diff --git a/data/items/tools/knife.yaml b/data/items/tools/knife.yaml
index 0f8e7dc..ce27095 100644
--- a/data/items/tools/knife.yaml
+++ b/data/items/tools/knife.yaml
@@ -1,5 +1,5 @@
name: knife
-color: "250"
+color: "FA"
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
index 7dbc7b5..ff38aa4 100644
--- a/data/items/tools/lighter.yaml
+++ b/data/items/tools/lighter.yaml
@@ -1,5 +1,5 @@
name: lighter
-color: "81"
+color: "51"
description: "A reliable butane lighter."
value: 15
stackable: false
diff --git a/data/items/tools/lobster_pot.yaml b/data/items/tools/lobster_pot.yaml
index 3c31891..6e4a1d4 100644
--- a/data/items/tools/lobster_pot.yaml
+++ b/data/items/tools/lobster_pot.yaml
@@ -1,5 +1,5 @@
name: lobster pot
-color: "250"
+color: "FA"
description: "A wire cage for trapping lobsters."
value: 20
stackable: false
diff --git a/data/items/tools/matches.yaml b/data/items/tools/matches.yaml
index a7c507e..c7cf9dd 100644
--- a/data/items/tools/matches.yaml
+++ b/data/items/tools/matches.yaml
@@ -1,5 +1,5 @@
name: matches
-color: "196"
+color: "C4"
description: "A small box of matches for starting fires."
value: 5
stackable: true
diff --git a/data/items/tools/mithril_axe.yaml b/data/items/tools/mithril_axe.yaml
index bd0616d..f0976a9 100644
--- a/data/items/tools/mithril_axe.yaml
+++ b/data/items/tools/mithril_axe.yaml
@@ -1,5 +1,5 @@
name: mithril axe
-color: "75"
+color: "4B"
description: "A sturdy mithril axe, good for woodcutting."
value: 200
stackable: false
diff --git a/data/items/tools/mithril_pickaxe.yaml b/data/items/tools/mithril_pickaxe.yaml
index 239ffad..e525c21 100644
--- a/data/items/tools/mithril_pickaxe.yaml
+++ b/data/items/tools/mithril_pickaxe.yaml
@@ -1,5 +1,5 @@
name: mithril pickaxe
-color: "75"
+color: "4B"
description: "A sturdy mithril pickaxe, good for mining."
value: 200
stackable: false
diff --git a/data/items/tools/necklace_mould.yaml b/data/items/tools/necklace_mould.yaml
index 05abf9a..012d1d8 100644
--- a/data/items/tools/necklace_mould.yaml
+++ b/data/items/tools/necklace_mould.yaml
@@ -1,4 +1,4 @@
name: necklace mould
-color: "250"
+color: "FA"
description: "A mould for casting necklaces."
value: 5
diff --git a/data/items/tools/needle.yaml b/data/items/tools/needle.yaml
index aa88d31..a5adf2a 100644
--- a/data/items/tools/needle.yaml
+++ b/data/items/tools/needle.yaml
@@ -1,5 +1,5 @@
name: needle
-color: "250"
+color: "FA"
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
index 7925d4f..ede859c 100644
--- a/data/items/tools/plant_pot.yaml
+++ b/data/items/tools/plant_pot.yaml
@@ -1,4 +1,4 @@
-color: "130"
+color: "82"
craft:
consume:
- items:
diff --git a/data/items/tools/rake.yaml b/data/items/tools/rake.yaml
index 90fe183..3848104 100644
--- a/data/items/tools/rake.yaml
+++ b/data/items/tools/rake.yaml
@@ -1,5 +1,5 @@
name: rake
-color: "94"
+color: "5E"
description: "A sturdy rake for clearing weeds and dead plants from farming patches."
value: 8
stackable: false
diff --git a/data/items/tools/ring_mould.yaml b/data/items/tools/ring_mould.yaml
index 41c3a5e..016b4dd 100644
--- a/data/items/tools/ring_mould.yaml
+++ b/data/items/tools/ring_mould.yaml
@@ -1,4 +1,4 @@
name: ring mould
-color: "250"
+color: "FA"
description: "A mould for casting rings."
value: 5
diff --git a/data/items/tools/rune_axe.yaml b/data/items/tools/rune_axe.yaml
index daadcb2..e239a0a 100644
--- a/data/items/tools/rune_axe.yaml
+++ b/data/items/tools/rune_axe.yaml
@@ -1,5 +1,5 @@
name: rune axe
-color: "87"
+color: "57"
description: "A sturdy rune axe, good for woodcutting."
value: 5000
stackable: false
diff --git a/data/items/tools/rune_pickaxe.yaml b/data/items/tools/rune_pickaxe.yaml
index 2eafd4d..b4e9ac1 100644
--- a/data/items/tools/rune_pickaxe.yaml
+++ b/data/items/tools/rune_pickaxe.yaml
@@ -1,5 +1,5 @@
name: rune pickaxe
-color: "87"
+color: "57"
description: "A sturdy rune pickaxe, good for mining."
value: 5000
stackable: false
diff --git a/data/items/tools/saw.yaml b/data/items/tools/saw.yaml
index a0f71d2..d671923 100644
--- a/data/items/tools/saw.yaml
+++ b/data/items/tools/saw.yaml
@@ -1,6 +1,6 @@
name: saw
tool_type: saw
-color: "152"
+color: "98"
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
index 28bf885..0fbbafb 100644
--- a/data/items/tools/shears.yaml
+++ b/data/items/tools/shears.yaml
@@ -1,5 +1,5 @@
name: shears
-color: "250"
+color: "FA"
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
index 3aabddb..2d3c6bd 100644
--- a/data/items/tools/small_fishing_net.yaml
+++ b/data/items/tools/small_fishing_net.yaml
@@ -1,5 +1,5 @@
name: small fishing net
-color: "230"
+color: "E6"
description: "A small hand-held fishing net."
value: 5
stackable: false
diff --git a/data/items/tools/spade.yaml b/data/items/tools/spade.yaml
index 8f35940..aab5ee8 100644
--- a/data/items/tools/spade.yaml
+++ b/data/items/tools/spade.yaml
@@ -1,5 +1,5 @@
name: spade
-color: "241"
+color: "F1"
description: "A metal spade used for planting seeds and harvesting crops."
value: 8
stackable: false
diff --git a/data/items/tools/steel_axe.yaml b/data/items/tools/steel_axe.yaml
index 287cf49..929bc9e 100644
--- a/data/items/tools/steel_axe.yaml
+++ b/data/items/tools/steel_axe.yaml
@@ -1,5 +1,5 @@
name: steel axe
-color: "253"
+color: "FD"
description: "A sturdy steel axe, good for woodcutting."
value: 75
stackable: false
diff --git a/data/items/tools/steel_pickaxe.yaml b/data/items/tools/steel_pickaxe.yaml
index b256b50..2acd5e5 100644
--- a/data/items/tools/steel_pickaxe.yaml
+++ b/data/items/tools/steel_pickaxe.yaml
@@ -1,5 +1,5 @@
name: steel pickaxe
-color: "253"
+color: "FD"
description: "A sturdy steel pickaxe, good for mining."
value: 75
stackable: false
diff --git a/data/items/tools/unfired_pie_dish.yaml b/data/items/tools/unfired_pie_dish.yaml
index f7d56a7..eb5d2b6 100644
--- a/data/items/tools/unfired_pie_dish.yaml
+++ b/data/items/tools/unfired_pie_dish.yaml
@@ -1,4 +1,4 @@
-color: "173"
+color: "AD"
craft:
consume:
- items:
diff --git a/data/items/tools/unfired_plant_pot.yaml b/data/items/tools/unfired_plant_pot.yaml
index 5eeb3d2..3c6c28f 100644
--- a/data/items/tools/unfired_plant_pot.yaml
+++ b/data/items/tools/unfired_plant_pot.yaml
@@ -1,4 +1,4 @@
-color: "173"
+color: "AD"
craft:
consume:
- items:
diff --git a/data/items/tools/unfired_pot.yaml b/data/items/tools/unfired_pot.yaml
index 7170179..26e8771 100644
--- a/data/items/tools/unfired_pot.yaml
+++ b/data/items/tools/unfired_pot.yaml
@@ -1,4 +1,4 @@
-color: "173"
+color: "AD"
craft:
consume:
- items:
diff --git a/data/items/tools/watering_can.yaml b/data/items/tools/watering_can.yaml
index 8b0aa53..eab9b0d 100644
--- a/data/items/tools/watering_can.yaml
+++ b/data/items/tools/watering_can.yaml
@@ -1,5 +1,5 @@
name: watering can
-color: "39"
+color: "27"
description: "A watering can for hydrating farming patches. Watering eliminates disease risk."
value: 12
stackable: false