From 988b006a5bb9edb6465653566e7bdf8175347b8c Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sat, 27 Jun 2026 16:50:41 -0400 Subject: feat: one-way map links, blocked paths on map, map grid startup validation, user colors for maps --- data/objects/harpoon_fishing_spot.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 625235a..d1d88c5 100644 --- a/data/objects/harpoon_fishing_spot.yaml +++ b/data/objects/harpoon_fishing_spot.yaml @@ -1,21 +1,21 @@ -color: "75" +color: "4B" description: Large shadows move beneath the waves. Use a harpoon here. gather: base_wait: 6 drops: - item_id: raw_tuna level: 35 - message: You harpoon a {33}raw tuna{/}. + message: You harpoon a {21}raw tuna{/}. weight: 60 xp: 80 - item_id: raw_swordfish level: 50 - message: You harpoon a {33}raw swordfish{/}. + message: You harpoon a {21}raw swordfish{/}. weight: 50 xp: 100 - item_id: raw_shark level: 76 - message: You harpoon a {27}raw shark{/}. + message: You harpoon a {1B}raw shark{/}. weight: 30 xp: 110 fail_message: You fail to spear anything. -- cgit v1.2.3