aboutsummaryrefslogtreecommitdiff
path: root/data/objects/bait_fishing_spot.yaml
blob: 39aee097bf975ac34f0574870c329054c21c7965 (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
color: "4B"
description:
- text: Small fish ripple the surface. Use a fishing rod with bait here.
gather:
  bait: fishing_bait
  drops:
  - item_id: raw_sardine
    level: 5
    success_message: You catch a {4B}raw sardine{/}.
    weight: 60
    xp: 20
  - item_id: raw_herring
    level: 10
    success_message: You catch a {4B}raw herring{/}.
    weight: 40
    xp: 30
  - item_id: raw_pike
    level: 25
    success_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...
  skill: fishing
  success:
    base: 0.5
    cap: 0.9
    per_level: 0.005
  tools:
  - fishing_rod
name: bait fishing spot