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/harpoon_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/harpoon_fishing_spot.yaml')
| -rw-r--r-- | data/objects/harpoon_fishing_spot.yaml | 53 |
1 files changed, 27 insertions, 26 deletions
diff --git a/data/objects/harpoon_fishing_spot.yaml b/data/objects/harpoon_fishing_spot.yaml index b7497ca..f42cc30 100644 --- a/data/objects/harpoon_fishing_spot.yaml +++ b/data/objects/harpoon_fishing_spot.yaml @@ -1,34 +1,35 @@ aliases: [] color: 4B -description: Large shadows move beneath the waves. Use a harpoon here. +description: +- text: Large shadows move beneath the waves. Use a harpoon here. gather: bait: "" depleted_message: "" drops: - - depletes: false - item_id: raw_tuna - level: 35 - message: "" - quantity: 0 - table: "" - weight: 60 - xp: 80 - - depletes: false - item_id: raw_swordfish - level: 50 - message: "" - quantity: 0 - table: "" - weight: 50 - xp: 100 - - depletes: false - item_id: raw_shark - level: 76 - message: "" - quantity: 0 - table: "" - weight: 30 - xp: 110 + - depletes: false + item_id: raw_tuna + level: 35 + message: "" + quantity: 0 + table: "" + weight: 60 + xp: 80 + - depletes: false + item_id: raw_swordfish + level: 50 + message: "" + quantity: 0 + table: "" + weight: 50 + xp: 100 + - depletes: false + item_id: raw_shark + level: 76 + message: "" + quantity: 0 + table: "" + weight: 30 + xp: 110 exhausted_message: "" fail_message: You fail to spear anything. gather_message: You ready your harpoon... @@ -39,7 +40,7 @@ gather: cap: 0.8 per_level: 0.005 tools: - - harpoon + - harpoon hidden: false id: harpoon_fishing_spot inroom_description: "" |
