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/anglerfish_spot.yaml | |
| parent | 74153c7814fc4cef988066ef04e38731a943bc12 (diff) | |
| download | thehouseoficarus-c705ae942573984784ef501bf8198f61f5206ddd.tar.gz | |
refactor: simplify yaml, remove support for old scalar fields
Diffstat (limited to 'data/objects/anglerfish_spot.yaml')
| -rw-r--r-- | data/objects/anglerfish_spot.yaml | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/data/objects/anglerfish_spot.yaml b/data/objects/anglerfish_spot.yaml index 938b11a..73be60a 100644 --- a/data/objects/anglerfish_spot.yaml +++ b/data/objects/anglerfish_spot.yaml @@ -1,17 +1,18 @@ color: "51" -description: A faint glow emanates from the depths. Use a fishing rod with bait here. +description: +- text: A faint glow emanates from the depths. Use a fishing rod with bait here. gather: bait: fishing_bait depleted_message: "" drops: - - depletes: false - item_id: raw_anglerfish - level: 82 - message: "" - quantity: 0 - table: "" - weight: 100 - xp: 120 + - depletes: false + item_id: raw_anglerfish + level: 82 + message: "" + quantity: 0 + table: "" + weight: 100 + xp: 120 exhausted_message: "" fail_message: Nothing seems to bite. gather_message: You cast your line into the deep water... @@ -22,7 +23,7 @@ gather: cap: 0.8 per_level: 0.005 tools: - - fishing_rod + - fishing_rod hidden: false id: anglerfish_spot name: anglerfish spot |
