From 71f0f381de64e045f91da19450adacf10fbc7902 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 8 Jul 2026 01:22:38 -0400 Subject: feat: multi-tool gather objects correctly handled. hide more irrelevant fishing fields. --- data/objects/net_fishing_spot.yaml | 5 +++++ 1 file changed, 5 insertions(+) (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 4c97ea8..49c8f51 100644 --- a/data/objects/net_fishing_spot.yaml +++ b/data/objects/net_fishing_spot.yaml @@ -6,26 +6,31 @@ gather: - item_id: raw_shrimps level: 1 success_message: You catch some {4B}raw shrimps{/}. + tool: small_net weight: 50 xp: 10 - item_id: raw_anchovies level: 1 success_message: You catch some {4B}raw anchovies{/}. + tool: small_net weight: 50 xp: 10 - item_id: raw_mackerel level: 16 success_message: You catch a {45}raw mackerel{/}. + tool: small_net weight: 50 xp: 20 - item_id: raw_cod level: 23 success_message: You catch a {45}raw cod{/}. + tool: big_net weight: 50 xp: 30 - item_id: raw_bass level: 46 success_message: You catch a {45}raw bass{/}. + tool: big_net weight: 50 xp: 50 fail_message: You catch nothing. -- cgit v1.2.3