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/swamp_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/swamp_fishing_spot.yaml')
| -rw-r--r-- | data/objects/swamp_fishing_spot.yaml | 45 |
1 files changed, 23 insertions, 22 deletions
diff --git a/data/objects/swamp_fishing_spot.yaml b/data/objects/swamp_fishing_spot.yaml index 5c2cafc..a1054a7 100644 --- a/data/objects/swamp_fishing_spot.yaml +++ b/data/objects/swamp_fishing_spot.yaml @@ -1,25 +1,26 @@ color: "6C" -description: Murky water bubbles ominously. Use a fishing rod with bait here. +description: +- text: Murky water bubbles ominously. Use a fishing rod with bait here. gather: - bait: fishing_bait - drops: - - item_id: raw_slimy_eel - level: 28 - success_message: You catch a {6C}raw slimy eel{/}. - weight: 60 - xp: 80 - - item_id: raw_cave_eel - level: 38 - success_message: You catch a {50}raw cave eel{/}. - weight: 40 - xp: 80 - fail_message: Nothing seems to bite. - gather_message: You cast your line into the murky swamp... - skill: fishing - success: - base: 0.45 - cap: 0.85 - per_level: 0.005 - tools: - - fishing_rod + bait: fishing_bait + drops: + - item_id: raw_slimy_eel + level: 28 + success_message: You catch a {6C}raw slimy eel{/}. + weight: 60 + xp: 80 + - item_id: raw_cave_eel + level: 38 + success_message: You catch a {50}raw cave eel{/}. + weight: 40 + xp: 80 + fail_message: Nothing seems to bite. + gather_message: You cast your line into the murky swamp... + skill: fishing + success: + base: 0.45 + cap: 0.85 + per_level: 0.005 + tools: + - fishing_rod name: swamp fishing spot |
