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 --- data/objects/tree.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'data/objects/tree.yaml') diff --git a/data/objects/tree.yaml b/data/objects/tree.yaml index 199b548..4bd4ab0 100644 --- a/data/objects/tree.yaml +++ b/data/objects/tree.yaml @@ -1,16 +1,16 @@ color: "6B" gather: - base_wait: 4 depleted_message: You don't see any usable wood in this tree. drops: - depletes: true item_id: logs + level: 1 message: You get some {6B}logs{/}. weight: 100 + xp: 25 exhausted_message: The tree comes crashing down! fail_message: You swing but get no logs. gather_message: You swing your axe at the tree... - level: 1 respawn_broadcast: A {name} grows back. respawn_timer: 80 skill: woodcutting @@ -20,5 +20,4 @@ gather: per_level: 0.01 tools: - axe - xp: 25 name: tree -- cgit v1.2.3