aboutsummaryrefslogtreecommitdiff
path: root/data/behaviors/mine_clay.yaml
blob: b4058b1e3fca819c703f6499efb2ed5294c817eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
id: mine_clay
type: gather
skill: mining
level: 1
xp: 5
base_wait: 10
tools: [pickaxe]
success:
  base: 0.55
  per_level: 0.01
  cap: 0.95
gather_message: "You dig at the soft clay..."
fail_message: "You fail to get any clay."
drops:
  - item_id: clay
    weight: 100
    depletes: true
    message: "You manage to get some {173}clay{/}."
respawn_timer: 50
respawn_message: "The clay deposit is ready to dig again."
respawn_broadcast: "A deposit of clay softens."