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/cage_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/cage_fishing_spot.yaml')
| -rw-r--r-- | data/objects/cage_fishing_spot.yaml | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/data/objects/cage_fishing_spot.yaml b/data/objects/cage_fishing_spot.yaml index 977d4fb..cebe121 100644 --- a/data/objects/cage_fishing_spot.yaml +++ b/data/objects/cage_fishing_spot.yaml @@ -1,19 +1,20 @@ color: "4B" -description: A rocky underwater shelf. Use a lobster pot here. +description: +- text: A rocky underwater shelf. Use a lobster pot here. gather: - drops: - - item_id: raw_lobster - level: 40 - success_message: You catch a {21}raw lobster{/}. - weight: 100 - xp: 90 - fail_message: The pot comes up empty. - gather_message: You lower your lobster pot into the water... - skill: fishing - success: - base: 0.45 - cap: 0.85 - per_level: 0.005 - tools: - - lobster_pot + drops: + - item_id: raw_lobster + level: 40 + success_message: You catch a {21}raw lobster{/}. + weight: 100 + xp: 90 + fail_message: The pot comes up empty. + gather_message: You lower your lobster pot into the water... + skill: fishing + success: + base: 0.45 + cap: 0.85 + per_level: 0.005 + tools: + - lobster_pot name: cage fishing spot |
