blob: 69e1ccf6a7337ec71baeeb089f63f41a17e56f62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
id: mine_clay
type: gather
skill: mining
level: 1
xp: 5
base_wait: 4
tools: [pickaxe]
success:
base: 0.60
per_level: 0.01
cap: 0.95
gather_message: "You swing your pickaxe at the clay rock..."
fail_message: "You chip away but get nothing useful."
drops:
- item_id: clay
weight: 100
depletes: true
message: "You manage to mine some clay."
respawn_timer: 10
respawn_broadcast: "Some clay fills in a nearby rock."
|