aboutsummaryrefslogtreecommitdiff
path: root/building_guide/objects.md
diff options
context:
space:
mode:
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{/}."