blob: 1e965bb8f6a1d14d5a751e7b12d12f3401b65ebf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
color: "4B"
description: Small fish ripple the surface. Use a fishing rod with bait here.
gather:
bait: fishing_bait
base_wait: 5
drops:
- item_id: raw_sardine
level: 5
message: You catch a {4B}raw sardine{/}.
weight: 60
xp: 20
- item_id: raw_herring
level: 10
message: You catch a {4B}raw herring{/}.
weight: 40
xp: 30
- item_id: raw_pike
level: 25
message: You catch a {45}raw pike{/}.
weight: 30
xp: 60
fail_message: Nothing seems to bite.
gather_message: You cast your line into the water...
level: 1
skill: fishing
success:
base: 0.5
cap: 0.9
per_level: 0.005
tools:
- fishing_rod
name: bait fishing spot
|