diff options
| author | historia <[not public]> | 2026-07-08 01:22:38 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-08 01:22:38 -0400 |
| commit | 71f0f381de64e045f91da19450adacf10fbc7902 (patch) | |
| tree | c567d665eed2e5d61aeae21bd6a75f280118d277 /data/objects/net_fishing_spot.yaml | |
| parent | 3682acf24575731deef587a19c940814ad8a9a81 (diff) | |
| download | thehouseoficarus-71f0f381de64e045f91da19450adacf10fbc7902.tar.gz | |
feat: multi-tool gather objects correctly handled. hide more irrelevant fishing fields.
Diffstat (limited to 'data/objects/net_fishing_spot.yaml')
| -rw-r--r-- | data/objects/net_fishing_spot.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
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. |
