diff options
| author | historia <[not public]> | 2026-07-09 05:27:10 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-09 05:27:10 -0400 |
| commit | c705ae942573984784ef501bf8198f61f5206ddd (patch) | |
| tree | c964066f3a244002bf75cb50a877630f46496f81 /data/objects/fly_fishing_spot.yaml | |
| parent | 74153c7814fc4cef988066ef04e38731a943bc12 (diff) | |
| download | thehouseoficarus-c705ae942573984784ef501bf8198f61f5206ddd.tar.gz | |
refactor: simplify yaml, remove support for old scalar fields
Diffstat (limited to 'data/objects/fly_fishing_spot.yaml')
| -rw-r--r-- | data/objects/fly_fishing_spot.yaml | 55 |
1 files changed, 28 insertions, 27 deletions
diff --git a/data/objects/fly_fishing_spot.yaml b/data/objects/fly_fishing_spot.yaml index 8c32d38..fce9667 100644 --- a/data/objects/fly_fishing_spot.yaml +++ b/data/objects/fly_fishing_spot.yaml @@ -1,30 +1,31 @@ color: "4B" -description: Insects dance above the water. Use a fly fishing rod with feathers here. +description: +- text: Insects dance above the water. Use a fly fishing rod with feathers here. gather: - bait: feather - drops: - - item_id: raw_trout - level: 20 - success_message: You catch a {45}raw trout{/}. - weight: 50 - xp: 50 - - item_id: raw_salmon - level: 30 - success_message: You catch a {45}raw salmon{/}. - weight: 50 - xp: 70 - - item_id: raw_rainbow_fish - level: 38 - success_message: You catch a {B1}raw rainbow fish{/}. - weight: 30 - xp: 80 - fail_message: Nothing seems to bite. - gather_message: You cast your fly into the water... - skill: fishing - success: - base: 0.5 - cap: 0.9 - per_level: 0.005 - tools: - - fly_rod + bait: feather + drops: + - item_id: raw_trout + level: 20 + success_message: You catch a {45}raw trout{/}. + weight: 50 + xp: 50 + - item_id: raw_salmon + level: 30 + success_message: You catch a {45}raw salmon{/}. + weight: 50 + xp: 70 + - item_id: raw_rainbow_fish + level: 38 + success_message: You catch a {B1}raw rainbow fish{/}. + weight: 30 + xp: 80 + fail_message: Nothing seems to bite. + gather_message: You cast your fly into the water... + skill: fishing + success: + base: 0.5 + cap: 0.9 + per_level: 0.005 + tools: + - fly_rod name: fly fishing spot |
