aboutsummaryrefslogtreecommitdiff
path: root/building_guide/objects.md
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-30 19:27:37 -0400
committerhistoria <[not public]>2026-06-30 19:27:37 -0400
commitfee376102192dc6f24297a7b11324636ace3a07d (patch)
tree6c777cc71208b429eebdbdc5864b353d4af34a09 /building_guide/objects.md
parent98bdef072c843fdd8ccdf85a9b54ab9d32d34187 (diff)
downloadthehouseoficarus-fee376102192dc6f24297a7b11324636ace3a07d.tar.gz
feat: admin gui object CRUD is much nicer
Diffstat (limited to 'building_guide/objects.md')
-rw-r--r--building_guide/objects.md10
1 files changed, 4 insertions, 6 deletions
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{/}."