From c705ae942573984784ef501bf8198f61f5206ddd Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 9 Jul 2026 05:27:10 -0400 Subject: refactor: simplify yaml, remove support for old scalar fields --- data/objects/bait_fishing_spot.yaml | 55 +++++++++++++++++++------------------ 1 file changed, 28 insertions(+), 27 deletions(-) (limited to 'data/objects/bait_fishing_spot.yaml') 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 -- cgit v1.2.3