diff options
Diffstat (limited to 'building_guide/wandering_objects.md')
| -rw-r--r-- | building_guide/wandering_objects.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/building_guide/wandering_objects.md b/building_guide/wandering_objects.md index a181218..a106a0c 100644 --- a/building_guide/wandering_objects.md +++ b/building_guide/wandering_objects.md @@ -6,9 +6,6 @@ Fishing spots that move between rooms (**the filename is the ID** — `fishing_s name: fishing spot gather: skill: fishing - level: 1 - xp: 10 - base_wait: 4 tools: - fishing_rod bait: fishing_bait @@ -19,6 +16,8 @@ gather: gather_message: "You cast your line into the water..." drops: - item_id: raw_trout + level: 5 + xp: 20 weight: 100 message: "You catch a raw trout!" ``` |
