aboutsummaryrefslogtreecommitdiff
path: root/data/objects
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-01 03:21:52 -0400
committerhistoria <[not public]>2026-07-01 03:21:52 -0400
commitfbe5090ac3325ff8ea6989cdf4515c7f077c975b (patch)
tree1811ad9c6a596e7177bb2c42944c389c0a120066 /data/objects
parent5f37dc9b6f6b79da04da70ae0c33ec8d02998587 (diff)
downloadthehouseoficarus-fbe5090ac3325ff8ea6989cdf4515c7f077c975b.tar.gz
feat: item messaging standardized, custom messages for production paths implemented
Diffstat (limited to 'data/objects')
-rw-r--r--data/objects/adamantite_rock.yaml2
-rw-r--r--data/objects/anglerfish_spot.yaml2
-rw-r--r--data/objects/bait_fishing_spot.yaml6
-rw-r--r--data/objects/cage_fishing_spot.yaml2
-rw-r--r--data/objects/clay_rock.yaml2
-rw-r--r--data/objects/coal_rock.yaml2
-rw-r--r--data/objects/copper_rock.yaml4
-rw-r--r--data/objects/fly_fishing_spot.yaml6
-rw-r--r--data/objects/gold_rock.yaml2
-rw-r--r--data/objects/harpoon_fishing_spot.yaml6
-rw-r--r--data/objects/iron_rock.yaml2
-rw-r--r--data/objects/magic_tree.yaml2
-rw-r--r--data/objects/mahogany_tree.yaml2
-rw-r--r--data/objects/maple_tree.yaml2
-rw-r--r--data/objects/mithril_rock.yaml2
-rw-r--r--data/objects/net_fishing_spot.yaml10
-rw-r--r--data/objects/oak_tree.yaml2
-rw-r--r--data/objects/redwood_tree.yaml2
-rw-r--r--data/objects/runite_rock.yaml2
-rw-r--r--data/objects/sacred_eel_spot.yaml2
-rw-r--r--data/objects/scrap_pile.yaml2
-rw-r--r--data/objects/sheep.yaml2
-rw-r--r--data/objects/silver_rock.yaml2
-rw-r--r--data/objects/swamp_fishing_spot.yaml4
-rw-r--r--data/objects/teak_tree.yaml2
-rw-r--r--data/objects/tin_rock.yaml2
-rw-r--r--data/objects/tree.yaml2
-rw-r--r--data/objects/willow_tree.yaml2
-rw-r--r--data/objects/yew_tree.yaml2
29 files changed, 41 insertions, 41 deletions
diff --git a/data/objects/adamantite_rock.yaml b/data/objects/adamantite_rock.yaml
index 6fa88b8..06ce7bd 100644
--- a/data/objects/adamantite_rock.yaml
+++ b/data/objects/adamantite_rock.yaml
@@ -4,7 +4,7 @@ gather:
- depletes: true
item_id: adamantite_ore
level: 70
- message: You manage to mine some {78}adamantite ore{/}.
+ success_message: You manage to mine some {78}adamantite ore{/}.
weight: 100
xp: 95
fail_message: You chip away but get nothing useful.
diff --git a/data/objects/anglerfish_spot.yaml b/data/objects/anglerfish_spot.yaml
index def90ea..0c670a2 100644
--- a/data/objects/anglerfish_spot.yaml
+++ b/data/objects/anglerfish_spot.yaml
@@ -5,7 +5,7 @@ gather:
drops:
- item_id: raw_anglerfish
level: 82
- message: You catch a {50}raw anglerfish{/}.
+ success_message: You catch a {50}raw anglerfish{/}.
weight: 100
xp: 120
fail_message: Nothing seems to bite.
diff --git a/data/objects/bait_fishing_spot.yaml b/data/objects/bait_fishing_spot.yaml
index f687016..b870a7f 100644
--- a/data/objects/bait_fishing_spot.yaml
+++ b/data/objects/bait_fishing_spot.yaml
@@ -5,17 +5,17 @@ gather:
drops:
- item_id: raw_sardine
level: 5
- message: You catch a {4B}raw sardine{/}.
+ success_message: You catch a {4B}raw sardine{/}.
weight: 60
xp: 20
- item_id: raw_herring
level: 10
- message: You catch a {4B}raw herring{/}.
+ success_message: You catch a {4B}raw herring{/}.
weight: 40
xp: 30
- item_id: raw_pike
level: 25
- message: You catch a {45}raw pike{/}.
+ success_message: You catch a {45}raw pike{/}.
weight: 30
xp: 60
fail_message: Nothing seems to bite.
diff --git a/data/objects/cage_fishing_spot.yaml b/data/objects/cage_fishing_spot.yaml
index 051f1aa..977d4fb 100644
--- a/data/objects/cage_fishing_spot.yaml
+++ b/data/objects/cage_fishing_spot.yaml
@@ -4,7 +4,7 @@ gather:
drops:
- item_id: raw_lobster
level: 40
- message: You catch a {21}raw lobster{/}.
+ success_message: You catch a {21}raw lobster{/}.
weight: 100
xp: 90
fail_message: The pot comes up empty.
diff --git a/data/objects/clay_rock.yaml b/data/objects/clay_rock.yaml
index 2bf4169..8f9275c 100644
--- a/data/objects/clay_rock.yaml
+++ b/data/objects/clay_rock.yaml
@@ -5,7 +5,7 @@ gather:
- depletes: true
item_id: clay
level: 1
- message: You manage to mine some clay.
+ success_message: You manage to mine some clay.
weight: 100
xp: 5
fail_message: You chip away but get nothing useful.
diff --git a/data/objects/coal_rock.yaml b/data/objects/coal_rock.yaml
index 40bf4d6..9d09672 100644
--- a/data/objects/coal_rock.yaml
+++ b/data/objects/coal_rock.yaml
@@ -4,7 +4,7 @@ gather:
- depletes: true
item_id: coal
level: 30
- message: You manage to mine some {F0}coal{/}.
+ success_message: You manage to mine some {F0}coal{/}.
weight: 100
xp: 50
fail_message: You chip away but get nothing useful.
diff --git a/data/objects/copper_rock.yaml b/data/objects/copper_rock.yaml
index 9694d1f..dc4e166 100644
--- a/data/objects/copper_rock.yaml
+++ b/data/objects/copper_rock.yaml
@@ -9,7 +9,7 @@ gather:
- depletes: true
item_id: copper_ore
level: 1
- message: You manage to mine some {B2}copper ore{/}.
+ success_message: You manage to mine some {B2}copper ore{/}.
quantity: 0
table: ""
weight: 90
@@ -17,7 +17,7 @@ gather:
- depletes: false
item_id: ""
level: 0
- message: You spot a glint of something valuable!
+ success_message: You spot a glint of something valuable!
quantity: 0
table: gem_table
weight: 10
diff --git a/data/objects/fly_fishing_spot.yaml b/data/objects/fly_fishing_spot.yaml
index e3bf342..8c32d38 100644
--- a/data/objects/fly_fishing_spot.yaml
+++ b/data/objects/fly_fishing_spot.yaml
@@ -5,17 +5,17 @@ gather:
drops:
- item_id: raw_trout
level: 20
- message: You catch a {45}raw trout{/}.
+ success_message: You catch a {45}raw trout{/}.
weight: 50
xp: 50
- item_id: raw_salmon
level: 30
- message: You catch a {45}raw salmon{/}.
+ success_message: You catch a {45}raw salmon{/}.
weight: 50
xp: 70
- item_id: raw_rainbow_fish
level: 38
- message: You catch a {B1}raw rainbow fish{/}.
+ success_message: You catch a {B1}raw rainbow fish{/}.
weight: 30
xp: 80
fail_message: Nothing seems to bite.
diff --git a/data/objects/gold_rock.yaml b/data/objects/gold_rock.yaml
index a6228a4..d1326c2 100644
--- a/data/objects/gold_rock.yaml
+++ b/data/objects/gold_rock.yaml
@@ -4,7 +4,7 @@ gather:
- depletes: true
item_id: gold_ore
level: 40
- message: You manage to mine some {DC}gold ore{/}.
+ success_message: You manage to mine some {DC}gold ore{/}.
weight: 100
xp: 65
fail_message: You chip away but get nothing useful.
diff --git a/data/objects/harpoon_fishing_spot.yaml b/data/objects/harpoon_fishing_spot.yaml
index ca377b2..2a78bc5 100644
--- a/data/objects/harpoon_fishing_spot.yaml
+++ b/data/objects/harpoon_fishing_spot.yaml
@@ -4,17 +4,17 @@ gather:
drops:
- item_id: raw_tuna
level: 35
- message: You harpoon a {21}raw tuna{/}.
+ success_message: You harpoon a {21}raw tuna{/}.
weight: 60
xp: 80
- item_id: raw_swordfish
level: 50
- message: You harpoon a {21}raw swordfish{/}.
+ success_message: You harpoon a {21}raw swordfish{/}.
weight: 50
xp: 100
- item_id: raw_shark
level: 76
- message: You harpoon a {1B}raw shark{/}.
+ success_message: You harpoon a {1B}raw shark{/}.
weight: 30
xp: 110
fail_message: You fail to spear anything.
diff --git a/data/objects/iron_rock.yaml b/data/objects/iron_rock.yaml
index 70eafe6..3e94dc8 100644
--- a/data/objects/iron_rock.yaml
+++ b/data/objects/iron_rock.yaml
@@ -4,7 +4,7 @@ gather:
- depletes: true
item_id: iron_ore
level: 15
- message: You manage to mine some {FA}iron ore{/}.
+ success_message: You manage to mine some {FA}iron ore{/}.
weight: 100
xp: 35
fail_message: You chip away but get nothing useful.
diff --git a/data/objects/magic_tree.yaml b/data/objects/magic_tree.yaml
index 9016853..39ee11d 100644
--- a/data/objects/magic_tree.yaml
+++ b/data/objects/magic_tree.yaml
@@ -5,7 +5,7 @@ gather:
- depletes: false
item_id: magic_logs
level: 75
- message: You get some {87}magic logs{/}.
+ success_message: You get some {87}magic logs{/}.
weight: 100
xp: 250
fail_message: You swing but get no logs.
diff --git a/data/objects/mahogany_tree.yaml b/data/objects/mahogany_tree.yaml
index bb5077b..25b344e 100644
--- a/data/objects/mahogany_tree.yaml
+++ b/data/objects/mahogany_tree.yaml
@@ -5,7 +5,7 @@ gather:
- depletes: false
item_id: mahogany_logs
level: 50
- message: You get some {83}mahogany logs{/}.
+ success_message: You get some {83}mahogany logs{/}.
weight: 100
xp: 125
fail_message: You swing but get no logs.
diff --git a/data/objects/maple_tree.yaml b/data/objects/maple_tree.yaml
index 3bf4005..fe80732 100644
--- a/data/objects/maple_tree.yaml
+++ b/data/objects/maple_tree.yaml
@@ -5,7 +5,7 @@ gather:
- depletes: false
item_id: maple_logs
level: 45
- message: You get some {AD}maple logs{/}.
+ success_message: You get some {AD}maple logs{/}.
weight: 100
xp: 100
fail_message: You swing but get no logs.
diff --git a/data/objects/mithril_rock.yaml b/data/objects/mithril_rock.yaml
index b561c97..e5da31e 100644
--- a/data/objects/mithril_rock.yaml
+++ b/data/objects/mithril_rock.yaml
@@ -4,7 +4,7 @@ gather:
- depletes: true
item_id: mithril_ore
level: 55
- message: You manage to mine some {4B}mithril ore{/}.
+ success_message: You manage to mine some {4B}mithril ore{/}.
weight: 100
xp: 80
fail_message: You chip away but get nothing useful.
diff --git a/data/objects/net_fishing_spot.yaml b/data/objects/net_fishing_spot.yaml
index 7acfcce..4c97ea8 100644
--- a/data/objects/net_fishing_spot.yaml
+++ b/data/objects/net_fishing_spot.yaml
@@ -5,27 +5,27 @@ gather:
drops:
- item_id: raw_shrimps
level: 1
- message: You catch some {4B}raw shrimps{/}.
+ success_message: You catch some {4B}raw shrimps{/}.
weight: 50
xp: 10
- item_id: raw_anchovies
level: 1
- message: You catch some {4B}raw anchovies{/}.
+ success_message: You catch some {4B}raw anchovies{/}.
weight: 50
xp: 10
- item_id: raw_mackerel
level: 16
- message: You catch a {45}raw mackerel{/}.
+ success_message: You catch a {45}raw mackerel{/}.
weight: 50
xp: 20
- item_id: raw_cod
level: 23
- message: You catch a {45}raw cod{/}.
+ success_message: You catch a {45}raw cod{/}.
weight: 50
xp: 30
- item_id: raw_bass
level: 46
- message: You catch a {45}raw bass{/}.
+ success_message: You catch a {45}raw bass{/}.
weight: 50
xp: 50
fail_message: You catch nothing.
diff --git a/data/objects/oak_tree.yaml b/data/objects/oak_tree.yaml
index 98c35b8..47a4354 100644
--- a/data/objects/oak_tree.yaml
+++ b/data/objects/oak_tree.yaml
@@ -5,7 +5,7 @@ gather:
- depletes: false
item_id: oak_logs
level: 15
- message: You get some {71}oak logs{/}.
+ success_message: You get some {71}oak logs{/}.
weight: 100
xp: 37
fail_message: You swing but get no logs.
diff --git a/data/objects/redwood_tree.yaml b/data/objects/redwood_tree.yaml
index 9eee250..f599d18 100644
--- a/data/objects/redwood_tree.yaml
+++ b/data/objects/redwood_tree.yaml
@@ -5,7 +5,7 @@ gather:
- depletes: false
item_id: redwood_logs
level: 90
- message: You get some {83}redwood logs{/}.
+ success_message: You get some {83}redwood logs{/}.
weight: 100
xp: 380
fail_message: You swing but get no logs.
diff --git a/data/objects/runite_rock.yaml b/data/objects/runite_rock.yaml
index 7bc3681..53f9cf2 100644
--- a/data/objects/runite_rock.yaml
+++ b/data/objects/runite_rock.yaml
@@ -4,7 +4,7 @@ gather:
- depletes: true
item_id: runite_ore
level: 85
- message: You manage to mine some {57}runite ore{/}.
+ success_message: You manage to mine some {57}runite ore{/}.
weight: 100
xp: 125
fail_message: You chip away but get nothing useful.
diff --git a/data/objects/sacred_eel_spot.yaml b/data/objects/sacred_eel_spot.yaml
index 3c05576..1a712cb 100644
--- a/data/objects/sacred_eel_spot.yaml
+++ b/data/objects/sacred_eel_spot.yaml
@@ -5,7 +5,7 @@ gather:
drops:
- item_id: sacred_eel
level: 87
- message: You catch a {B1}sacred eel{/}.
+ success_message: You catch a {B1}sacred eel{/}.
weight: 100
xp: 125
fail_message: Nothing seems to bite.
diff --git a/data/objects/scrap_pile.yaml b/data/objects/scrap_pile.yaml
index f85815b..f05a234 100644
--- a/data/objects/scrap_pile.yaml
+++ b/data/objects/scrap_pile.yaml
@@ -4,7 +4,7 @@ gather:
- depletes: false
item_id: scrap
level: 1
- message: You salvage some {F3}scrap{/}.
+ success_message: You salvage some {F3}scrap{/}.
weight: 100
xp: 5
gather_message: You swing your pickaxe at the scrap pile...
diff --git a/data/objects/sheep.yaml b/data/objects/sheep.yaml
index 234714b..e482198 100644
--- a/data/objects/sheep.yaml
+++ b/data/objects/sheep.yaml
@@ -5,7 +5,7 @@ gather:
- depletes: true
item_id: wool
level: 1
- message: You shear some wool from the sheep.
+ success_message: You shear some wool from the sheep.
weight: 100
xp: 0
fail_message: The sheep wriggles free!
diff --git a/data/objects/silver_rock.yaml b/data/objects/silver_rock.yaml
index c9b436f..b9f7777 100644
--- a/data/objects/silver_rock.yaml
+++ b/data/objects/silver_rock.yaml
@@ -4,7 +4,7 @@ gather:
- depletes: true
item_id: silver_ore
level: 20
- message: You manage to mine some {FD}silver ore{/}.
+ success_message: You manage to mine some {FD}silver ore{/}.
weight: 100
xp: 40
fail_message: You chip away but get nothing useful.
diff --git a/data/objects/swamp_fishing_spot.yaml b/data/objects/swamp_fishing_spot.yaml
index 8bca2bd..5c2cafc 100644
--- a/data/objects/swamp_fishing_spot.yaml
+++ b/data/objects/swamp_fishing_spot.yaml
@@ -5,12 +5,12 @@ gather:
drops:
- item_id: raw_slimy_eel
level: 28
- message: You catch a {6C}raw slimy eel{/}.
+ success_message: You catch a {6C}raw slimy eel{/}.
weight: 60
xp: 80
- item_id: raw_cave_eel
level: 38
- message: You catch a {50}raw cave eel{/}.
+ success_message: You catch a {50}raw cave eel{/}.
weight: 40
xp: 80
fail_message: Nothing seems to bite.
diff --git a/data/objects/teak_tree.yaml b/data/objects/teak_tree.yaml
index 5e47900..0419838 100644
--- a/data/objects/teak_tree.yaml
+++ b/data/objects/teak_tree.yaml
@@ -5,7 +5,7 @@ gather:
- depletes: false
item_id: teak_logs
level: 35
- message: You get some {B3}teak logs{/}.
+ success_message: You get some {B3}teak logs{/}.
weight: 100
xp: 85
fail_message: You swing but get no logs.
diff --git a/data/objects/tin_rock.yaml b/data/objects/tin_rock.yaml
index 20b2f21..9ec1011 100644
--- a/data/objects/tin_rock.yaml
+++ b/data/objects/tin_rock.yaml
@@ -4,7 +4,7 @@ gather:
- depletes: true
item_id: tin_ore
level: 1
- message: You manage to mine some {FD}tin ore{/}.
+ success_message: You manage to mine some {FD}tin ore{/}.
weight: 100
xp: 17
fail_message: You chip away but get nothing useful.
diff --git a/data/objects/tree.yaml b/data/objects/tree.yaml
index 4bd4ab0..83aba3a 100644
--- a/data/objects/tree.yaml
+++ b/data/objects/tree.yaml
@@ -5,7 +5,7 @@ gather:
- depletes: true
item_id: logs
level: 1
- message: You get some {6B}logs{/}.
+ success_message: You get some {6B}logs{/}.
weight: 100
xp: 25
exhausted_message: The tree comes crashing down!
diff --git a/data/objects/willow_tree.yaml b/data/objects/willow_tree.yaml
index 1b7645e..a0e697a 100644
--- a/data/objects/willow_tree.yaml
+++ b/data/objects/willow_tree.yaml
@@ -5,7 +5,7 @@ gather:
- depletes: false
item_id: willow_logs
level: 30
- message: You get some {72}willow logs{/}.
+ success_message: You get some {72}willow logs{/}.
weight: 100
xp: 67
fail_message: You swing but get no logs.
diff --git a/data/objects/yew_tree.yaml b/data/objects/yew_tree.yaml
index a9313ea..61aa71e 100644
--- a/data/objects/yew_tree.yaml
+++ b/data/objects/yew_tree.yaml
@@ -5,7 +5,7 @@ gather:
- depletes: false
item_id: yew_logs
level: 60
- message: You get some {6C}yew logs{/}.
+ success_message: You get some {6C}yew logs{/}.
weight: 100
xp: 175
fail_message: You swing but get no logs.