aboutsummaryrefslogtreecommitdiff
path: root/data/objects/bait_fishing_spot.yaml
blob: a6a27cdba06f276869f96a708d370975efda4167 (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: "75"
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 {75}raw sardine{/}.
          weight: 60
          xp: 20
        - item_id: raw_herring
          level: 10
          message: You catch a {75}raw herring{/}.
          weight: 40
          xp: 30
        - item_id: raw_pike
          level: 25
          message: You catch a {69}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