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/sacred_eel_spot.yaml | |
| parent | 74153c7814fc4cef988066ef04e38731a943bc12 (diff) | |
| download | thehouseoficarus-c705ae942573984784ef501bf8198f61f5206ddd.tar.gz | |
refactor: simplify yaml, remove support for old scalar fields
Diffstat (limited to 'data/objects/sacred_eel_spot.yaml')
| -rw-r--r-- | data/objects/sacred_eel_spot.yaml | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/data/objects/sacred_eel_spot.yaml b/data/objects/sacred_eel_spot.yaml index 1a712cb..4be35db 100644 --- a/data/objects/sacred_eel_spot.yaml +++ b/data/objects/sacred_eel_spot.yaml @@ -1,20 +1,21 @@ color: "B1" -description: Waters shimmer with an otherworldly light. Use a fishing rod with bait here. +description: +- text: Waters shimmer with an otherworldly light. Use a fishing rod with bait here. gather: - bait: fishing_bait - drops: - - item_id: sacred_eel - level: 87 - success_message: You catch a {B1}sacred eel{/}. - weight: 100 - xp: 125 - fail_message: Nothing seems to bite. - gather_message: You cast your line near the sacred waters... - skill: fishing - success: - base: 0.25 - cap: 0.75 - per_level: 0.005 - tools: - - fishing_rod + bait: fishing_bait + drops: + - item_id: sacred_eel + level: 87 + success_message: You catch a {B1}sacred eel{/}. + weight: 100 + xp: 125 + fail_message: Nothing seems to bite. + gather_message: You cast your line near the sacred waters... + skill: fishing + success: + base: 0.25 + cap: 0.75 + per_level: 0.005 + tools: + - fishing_rod name: sacred eel spot |
