aboutsummaryrefslogtreecommitdiff
path: root/data/objects
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-05 16:42:01 -0400
committerhistoria <[not public]>2026-07-05 16:42:01 -0400
commit9b54188970c51070d86f4c87e909ea7836c86f07 (patch)
tree9dea17fee340bb92dee8bb4632001dbf219d2462 /data/objects
parent21c1997a3fd0f5ec5dcff1add45e4dfaf7a338ca (diff)
downloadthehouseoficarus-9b54188970c51070d86f4c87e909ea7836c86f07.tar.gz
fix: restructure steal yaml, update admin web gui
Diffstat (limited to 'data/objects')
-rw-r--r--data/objects/adamantite_rock.yaml48
-rw-r--r--data/objects/market_stall.yaml11
2 files changed, 36 insertions, 23 deletions
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