blob: 8d94a48322ba03c1582c639323bf7886ef73e330 (
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
|
id: fish_harpoon
type: gather
skill: fishing
level: 1
base_wait: 6
tools: [harpoon]
success:
base: 0.40
per_level: 0.005
cap: 0.80
gather_message: "You ready your harpoon..."
fail_message: "You fail to spear anything."
drops:
- item_id: raw_tuna
level: 35
xp: 80
weight: 60
message: "You harpoon a raw tuna."
- item_id: raw_swordfish
level: 50
xp: 100
weight: 50
message: "You harpoon a raw swordfish."
- item_id: raw_shark
level: 76
xp: 110
weight: 30
message: "You harpoon a raw shark."
|