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 --- data/objects/fly_fishing_spot.yaml | 34 +++++++++++++++++++++++++++++++--- 1 file changed, 31 insertions(+), 3 deletions(-) (limited to 'data/objects/fly_fishing_spot.yaml') diff --git a/data/objects/fly_fishing_spot.yaml b/data/objects/fly_fishing_spot.yaml index 1634ab5..88fc61b 100644 --- a/data/objects/fly_fishing_spot.yaml +++ b/data/objects/fly_fishing_spot.yaml @@ -1,5 +1,33 @@ +color: "75" +description: Insects dance above the water. Use a fly fishing rod with feathers here. +gather: + bait: feather + base_wait: 5 + drops: + - item_id: raw_trout + level: 20 + message: You catch a {69}raw trout{/}. + weight: 50 + xp: 50 + - item_id: raw_salmon + level: 30 + message: You catch a {69}raw salmon{/}. + weight: 50 + xp: 70 + - item_id: raw_rainbow_fish + level: 38 + message: You catch a {177}raw rainbow fish{/}. + weight: 30 + xp: 80 + fail_message: Nothing seems to bite. + gather_message: You cast your fly into the water... + level: 1 + skill: fishing + success: + base: 0.5 + cap: 0.9 + per_level: 0.005 + tools: + - fly_rod id: fly_fishing_spot name: fly fishing spot -color: "75" -behavior: fish_fly -description: "Insects dance above the water. Use a fly fishing rod with feathers here." -- cgit v1.2.3