From 0ea4eec5dd2122c6704216971eb1249276297867 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 19 Jun 2026 18:20:26 -0400 Subject: shop fixes, 'toggle' completely removed, movement speed increased --- worldbuilding_guide/wandering_objects.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'worldbuilding_guide/wandering_objects.md') diff --git a/worldbuilding_guide/wandering_objects.md b/worldbuilding_guide/wandering_objects.md index 9a47ed2..f1f91c5 100644 --- a/worldbuilding_guide/wandering_objects.md +++ b/worldbuilding_guide/wandering_objects.md @@ -5,7 +5,23 @@ Fishing spots that move between rooms: # data/objects/fishing_spot.yaml id: fishing_spot name: fishing spot -behavior: fish_trout +gather: + skill: fishing + level: 1 + xp: 10 + base_wait: 4 + tools: + - fishing_rod + bait: fishing_bait + success: + base: 0.30 + per_level: 0.01 + cap: 0.90 + gather_message: "You cast your line into the water..." + drops: + - item_id: raw_trout + weight: 100 + message: "You catch a raw trout!" ``` ```yaml -- cgit v1.2.3