diff options
Diffstat (limited to 'data/behaviors/mine_clay.yaml')
| -rw-r--r-- | data/behaviors/mine_clay.yaml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/data/behaviors/mine_clay.yaml b/data/behaviors/mine_clay.yaml index ff477ca..69e1ccf 100644 --- a/data/behaviors/mine_clay.yaml +++ b/data/behaviors/mine_clay.yaml @@ -3,18 +3,18 @@ type: gather skill: mining level: 1 xp: 5 -base_wait: 10 +base_wait: 4 tools: [pickaxe] success: - base: 0.55 + base: 0.60 per_level: 0.01 cap: 0.95 -gather_message: "You dig at the soft clay..." -fail_message: "You fail to get any clay." +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 get some {173}clay{/}." -respawn_timer: 50 -respawn_broadcast: "A deposit of clay softens." + message: "You manage to mine some clay." +respawn_timer: 10 +respawn_broadcast: "Some clay fills in a nearby rock." |
