diff options
Diffstat (limited to 'data/behaviors/mine_runite.yaml')
| -rw-r--r-- | data/behaviors/mine_runite.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/data/behaviors/mine_runite.yaml b/data/behaviors/mine_runite.yaml new file mode 100644 index 0000000..4fbd547 --- /dev/null +++ b/data/behaviors/mine_runite.yaml @@ -0,0 +1,21 @@ +id: mine_runite +type: gather +skill: mining +level: 85 +xp: 125 +base_wait: 10 +tools: [pickaxe] +success: + base: 0.08 + per_level: 0.01 + cap: 0.80 +gather_message: "You swing your pickaxe at the runite rock..." +fail_message: "You chip away but get nothing useful." +drops: + - item_id: runite_ore + weight: 100 + depletes: true + message: "You manage to mine some runite ore." +deplete_delay: 180 +respawn_message: "You see more ore in the rock." +respawn_broadcast: "A pale blue glint of runite catches your eye from some {name}." |
