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/net_fishing_spot.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'data/objects/net_fishing_spot.yaml') diff --git a/data/objects/net_fishing_spot.yaml b/data/objects/net_fishing_spot.yaml index e5d7d03..6f703f0 100644 --- a/data/objects/net_fishing_spot.yaml +++ b/data/objects/net_fishing_spot.yaml @@ -1,4 +1,4 @@ -color: "75" +color: "4B" description: Bubbles break the surface. Use a small or big fishing net here. gather: base_wait: 5 @@ -6,27 +6,27 @@ gather: drops: - item_id: raw_shrimps level: 1 - message: You catch some {75}raw shrimps{/}. + message: You catch some {4B}raw shrimps{/}. weight: 50 xp: 10 - item_id: raw_anchovies level: 1 - message: You catch some {75}raw anchovies{/}. + message: You catch some {4B}raw anchovies{/}. weight: 50 xp: 10 - item_id: raw_mackerel level: 16 - message: You catch a {69}raw mackerel{/}. + message: You catch a {45}raw mackerel{/}. weight: 50 xp: 20 - item_id: raw_cod level: 23 - message: You catch a {69}raw cod{/}. + message: You catch a {45}raw cod{/}. weight: 50 xp: 30 - item_id: raw_bass level: 46 - message: You catch a {69}raw bass{/}. + message: You catch a {45}raw bass{/}. weight: 50 xp: 50 fail_message: You catch nothing. -- cgit v1.2.3