diff options
| author | historia <[not public]> | 2026-06-19 18:20:26 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-19 18:20:26 -0400 |
| commit | 0ea4eec5dd2122c6704216971eb1249276297867 (patch) | |
| tree | 430fbbef04e837820f1d031c190f52ecd6112e25 /worldbuilding_guide/wandering_objects.md | |
| parent | 3a58125d14bb307f861b38c6c5b0a63babde7e08 (diff) | |
| download | thehouseoficarus-0ea4eec5dd2122c6704216971eb1249276297867.tar.gz | |
shop fixes, 'toggle' completely removed, movement speed increased
Diffstat (limited to 'worldbuilding_guide/wandering_objects.md')
| -rw-r--r-- | worldbuilding_guide/wandering_objects.md | 18 |
1 files changed, 17 insertions, 1 deletions
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 |
