From 9b54188970c51070d86f4c87e909ea7836c86f07 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sun, 5 Jul 2026 16:42:01 -0400 Subject: fix: restructure steal yaml, update admin web gui --- data/objects/adamantite_rock.yaml | 48 ++++++++++++++++++++++++--------------- data/objects/market_stall.yaml | 11 +++++---- 2 files changed, 36 insertions(+), 23 deletions(-) (limited to 'data/objects') diff --git a/data/objects/adamantite_rock.yaml b/data/objects/adamantite_rock.yaml index 06ce7bd..4145efe 100644 --- a/data/objects/adamantite_rock.yaml +++ b/data/objects/adamantite_rock.yaml @@ -1,21 +1,33 @@ color: "78" +description: "" gather: - drops: - - depletes: true - item_id: adamantite_ore - level: 70 - success_message: You manage to mine some {78}adamantite ore{/}. - weight: 100 - xp: 95 - fail_message: You chip away but get nothing useful. - gather_message: You swing your pickaxe at the adamantite rock... - respawn_broadcast: A green glint of adamantite catches your eye from some {name}. - respawn_timer: 140 - skill: mining - success: - base: 0.15 - cap: 0.85 - per_level: 0.01 - tools: - - pickaxe + bait: "" + depleted_message: "" + drops: + - depletes: true + item_id: adamantite_ore + level: 70 + message: "" + quantity: 0 + table: "" + weight: 100 + xp: 95 + exhausted_message: "" + fail_message: You chip away but get nothing useful. + gather_message: You swing your pickaxe at the adamantite rock... + respawn_broadcast: A green glint of adamantite catches your eye from some {name}. + skill: mining + success: + base: 0.15 + cap: 0.85 + per_level: 0.01 + tools: + - pickaxe +hidden: false +id: adamantite_rock name: adamantite rock +steal: + level: 1 + speed: 1 + table: gem_table + xp: 1 diff --git a/data/objects/market_stall.yaml b/data/objects/market_stall.yaml index 7ab4570..6fb30d1 100644 --- a/data/objects/market_stall.yaml +++ b/data/objects/market_stall.yaml @@ -3,8 +3,9 @@ description: "A wooden stall piled with food and sundries. The vendor doesn't se color: "B3" inroom_description: "A bustling {B3}market stall{/} is set up here." hidden: false -steal_table: market_stall_steal -steal_level: 5 -steal_xp: 12 -steal_speed: 5 -guard_mob: guard \ No newline at end of file +steal: + table: market_stall_steal + level: 5 + xp: 12 + speed: 5 + guard_mob: guard \ No newline at end of file -- cgit v1.2.3