diff options
Diffstat (limited to 'data/objects/runite_rock.yaml')
| -rw-r--r-- | data/objects/runite_rock.yaml | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/data/objects/runite_rock.yaml b/data/objects/runite_rock.yaml index 2475908..abfb06c 100644 --- a/data/objects/runite_rock.yaml +++ b/data/objects/runite_rock.yaml @@ -1,4 +1,23 @@ +color: "87" +gather: + base_wait: 10 + drops: + - depletes: true + item_id: runite_ore + message: You manage to mine some {87}runite ore{/}. + weight: 100 + fail_message: You chip away but get nothing useful. + gather_message: You swing your pickaxe at the runite rock... + level: 85 + respawn_broadcast: A pale blue glint of runite catches your eye from some {name}. + respawn_timer: 180 + skill: mining + success: + base: 0.08 + cap: 0.8 + per_level: 0.01 + tools: + - pickaxe + xp: 125 id: runite_rock name: runite rock -color: "87" -behavior: mine_runite |
