From 0ea4eec5dd2122c6704216971eb1249276297867 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 19 Jun 2026 18:20:26 -0400 Subject: shop fixes, 'toggle' completely removed, movement speed increased --- data/objects/coal_rock.yaml | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'data/objects/coal_rock.yaml') diff --git a/data/objects/coal_rock.yaml b/data/objects/coal_rock.yaml index 5bccc0e..f033965 100644 --- a/data/objects/coal_rock.yaml +++ b/data/objects/coal_rock.yaml @@ -1,4 +1,23 @@ +color: "240" +gather: + base_wait: 10 + drops: + - depletes: true + item_id: coal + message: You manage to mine some {240}coal{/}. + weight: 100 + fail_message: You chip away but get nothing useful. + gather_message: You swing your pickaxe at the coal rock... + level: 30 + respawn_broadcast: A dark vein of coal is visible in some {name}. + respawn_timer: 80 + skill: mining + success: + base: 0.3 + cap: 0.95 + per_level: 0.01 + tools: + - pickaxe + xp: 50 id: coal_rock name: coal rock -color: "240" -behavior: mine_coal -- cgit v1.2.3