From fee376102192dc6f24297a7b11324636ace3a07d Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Tue, 30 Jun 2026 19:27:37 -0400 Subject: feat: admin gui object CRUD is much nicer --- building_guide/objects.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'building_guide/objects.md') diff --git a/building_guide/objects.md b/building_guide/objects.md index d8761ae..a897255 100644 --- a/building_guide/objects.md +++ b/building_guide/objects.md @@ -83,9 +83,6 @@ name: copper rock color: "B2" # xterm-256 color index (00-FF) gather: skill: mining - level: 1 - xp: 17 - base_wait: 8 tools: - pickaxe success: @@ -96,6 +93,8 @@ gather: fail_message: "You chip away but get nothing useful." drops: - item_id: copper_ore + level: 1 # required skill level for this drop + xp: 17 # XP awarded when this drop lands weight: 90 depletes: true message: "You manage to mine some {B2}copper ore{/}." @@ -113,9 +112,6 @@ name: oak tree color: "71" gather: skill: woodcutting - level: 15 - xp: 37 - base_wait: 6 tools: - axe success: @@ -126,6 +122,8 @@ gather: fail_message: "You swing but get no logs." drops: - item_id: oak_logs + level: 15 + xp: 37 weight: 100 depletes: false message: "You get some {71}oak logs{/}." -- cgit v1.2.3