diff options
| author | historia <[not public]> | 2026-07-05 16:42:01 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-05 16:42:01 -0400 |
| commit | 9b54188970c51070d86f4c87e909ea7836c86f07 (patch) | |
| tree | 9dea17fee340bb92dee8bb4632001dbf219d2462 /data | |
| parent | 21c1997a3fd0f5ec5dcff1add45e4dfaf7a338ca (diff) | |
| download | thehouseoficarus-9b54188970c51070d86f4c87e909ea7836c86f07.tar.gz | |
fix: restructure steal yaml, update admin web gui
Diffstat (limited to 'data')
| -rw-r--r-- | data/.admin_history.json | 1 | ||||
| -rw-r--r-- | data/objects/adamantite_rock.yaml | 48 | ||||
| -rw-r--r-- | data/objects/market_stall.yaml | 11 |
3 files changed, 37 insertions, 23 deletions
diff --git a/data/.admin_history.json b/data/.admin_history.json new file mode 100644 index 0000000..d4e355e --- /dev/null +++ b/data/.admin_history.json @@ -0,0 +1 @@ +{"history":[{"time":"2026-07-05T15:49:30-04:00","description":"Update object adamantite_rock","file_path":"data/objects/adamantite_rock.yaml","old_content":"color: \"78\"\ndescription: \"\"\ngather:\n bait: \"\"\n depleted_message: \"\"\n drops:\n - depletes: true\n item_id: adamantite_ore\n level: 70\n message: \"\"\n quantity: 0\n table: \"\"\n weight: 100\n xp: 95\n exhausted_message: \"\"\n fail_message: You chip away but get nothing useful.\n gather_message: You swing your pickaxe at the adamantite rock...\n respawn_broadcast: A green glint of adamantite catches your eye from some {name}.\n skill: mining\n success:\n base: 0.15\n cap: 0.85\n per_level: 0.01\n tools:\n - pickaxe\nhidden: false\nid: adamantite_rock\nname: adamantite rock\n","new_content":"color: \"78\"\ndescription: \"\"\ngather:\n bait: \"\"\n depleted_message: \"\"\n drops:\n - depletes: true\n item_id: adamantite_ore\n level: 70\n message: \"\"\n quantity: 0\n table: \"\"\n weight: 100\n xp: 95\n exhausted_message: \"\"\n fail_message: You chip away but get nothing useful.\n gather_message: You swing your pickaxe at the adamantite rock...\n respawn_broadcast: A green glint of adamantite catches your eye from some {name}.\n skill: mining\n success:\n base: 0.15\n cap: 0.85\n per_level: 0.01\n tools:\n - pickaxe\nhidden: false\nid: adamantite_rock\nname: adamantite rock\nsteal_level: 1\nsteal_speed: 1\nsteal_table: gem_table\nsteal_xp: 1\n","is_delete":false,"is_create":false}],"redo":null}
\ No newline at end of file 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 |
