diff options
Diffstat (limited to 'data/objects')
| -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. |
