From fbe5090ac3325ff8ea6989cdf4515c7f077c975b Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 1 Jul 2026 03:21:52 -0400 Subject: feat: item messaging standardized, custom messages for production paths implemented --- data/objects/harpoon_fishing_spot.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'data/objects/harpoon_fishing_spot.yaml') 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. -- cgit v1.2.3