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/bait_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/bait_fishing_spot.yaml')
| -rw-r--r-- | data/objects/bait_fishing_spot.yaml | 55 |
1 files changed, 28 insertions, 27 deletions
diff --git a/data/objects/bait_fishing_spot.yaml b/data/objects/bait_fishing_spot.yaml index b870a7f..39aee09 100644 --- a/data/objects/bait_fishing_spot.yaml +++ b/data/objects/bait_fishing_spot.yaml @@ -1,30 +1,31 @@ color: "4B" -description: Small fish ripple the surface. Use a fishing rod with bait here. +description: +- text: Small fish ripple the surface. Use a fishing rod with bait here. gather: - bait: fishing_bait - drops: - - item_id: raw_sardine - level: 5 - success_message: You catch a {4B}raw sardine{/}. - weight: 60 - xp: 20 - - item_id: raw_herring - level: 10 - success_message: You catch a {4B}raw herring{/}. - weight: 40 - xp: 30 - - item_id: raw_pike - level: 25 - success_message: You catch a {45}raw pike{/}. - weight: 30 - xp: 60 - fail_message: Nothing seems to bite. - gather_message: You cast your line into the water... - skill: fishing - success: - base: 0.5 - cap: 0.9 - per_level: 0.005 - tools: - - fishing_rod + bait: fishing_bait + drops: + - item_id: raw_sardine + level: 5 + success_message: You catch a {4B}raw sardine{/}. + weight: 60 + xp: 20 + - item_id: raw_herring + level: 10 + success_message: You catch a {4B}raw herring{/}. + weight: 40 + xp: 30 + - item_id: raw_pike + level: 25 + success_message: You catch a {45}raw pike{/}. + weight: 30 + xp: 60 + fail_message: Nothing seems to bite. + gather_message: You cast your line into the water... + skill: fishing + success: + base: 0.5 + cap: 0.9 + per_level: 0.005 + tools: + - fishing_rod name: bait fishing spot |
