diff options
Diffstat (limited to 'data/objects/copper_rock.yaml')
| -rw-r--r-- | data/objects/copper_rock.yaml | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/data/objects/copper_rock.yaml b/data/objects/copper_rock.yaml index 0162181..aa2a5cc 100644 --- a/data/objects/copper_rock.yaml +++ b/data/objects/copper_rock.yaml @@ -1,4 +1,28 @@ +color: "178" +gather: + base_wait: 10 + depleted_message: You don't see any ore in this rock. + drops: + - depletes: true + item_id: copper_ore + message: You manage to mine some {178}copper ore{/}. + weight: 90 + - depletes: false + message: You spot a glint of something valuable! + table: gem_table + weight: 10 + fail_message: You chip away but get nothing useful. + gather_message: You swing your pickaxe at the rock... + level: 1 + respawn_broadcast: A glint of copper catches your eye from some {name}. + respawn_timer: 50 + skill: mining + success: + base: 0.5 + cap: 0.95 + per_level: 0.01 + tools: + - pickaxe + xp: 17 id: copper_rock name: copper rock -color: "178" -behavior: mine_copper |
