diff options
Diffstat (limited to 'data/objects/mithril_rock.yaml')
| -rw-r--r-- | data/objects/mithril_rock.yaml | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/data/objects/mithril_rock.yaml b/data/objects/mithril_rock.yaml index d4f4858..ffd2a74 100644 --- a/data/objects/mithril_rock.yaml +++ b/data/objects/mithril_rock.yaml @@ -1,4 +1,23 @@ +color: "75" +gather: + base_wait: 10 + drops: + - depletes: true + item_id: mithril_ore + message: You manage to mine some {75}mithril ore{/}. + weight: 100 + fail_message: You chip away but get nothing useful. + gather_message: You swing your pickaxe at the mithril rock... + level: 55 + respawn_broadcast: A blue glint of mithril catches your eye from some {name}. + respawn_timer: 110 + skill: mining + success: + base: 0.2 + cap: 0.9 + per_level: 0.01 + tools: + - pickaxe + xp: 80 id: mithril_rock name: mithril rock -color: "75" -behavior: mine_mithril |
