aboutsummaryrefslogtreecommitdiff
path: root/data/behaviors/mine_clay.yaml
blob: 73c7e1958c757b65581e6f4b971c31ab34db3ec7 (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 clay."
respawn_timer: 50
respawn_message: "The clay deposit is ready to dig again."
respawn_broadcast: "A deposit of clay softens."