diff options
| author | historia <[not public]> | 2026-06-30 19:27:37 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-30 19:27:37 -0400 |
| commit | fee376102192dc6f24297a7b11324636ace3a07d (patch) | |
| tree | 6c777cc71208b429eebdbdc5864b353d4af34a09 /building_guide/wandering_objects.md | |
| parent | 98bdef072c843fdd8ccdf85a9b54ab9d32d34187 (diff) | |
| download | thehouseoficarus-fee376102192dc6f24297a7b11324636ace3a07d.tar.gz | |
feat: admin gui object CRUD is much nicer
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!" ``` |
