diff options
Diffstat (limited to 'data/objects')
| -rw-r--r-- | data/objects/anglerfish_spot.yaml | 44 | ||||
| -rw-r--r-- | data/objects/harpoon_fishing_spot.yaml | 70 |
2 files changed, 72 insertions, 42 deletions
diff --git a/data/objects/anglerfish_spot.yaml b/data/objects/anglerfish_spot.yaml index 0c670a2..41e5087 100644 --- a/data/objects/anglerfish_spot.yaml +++ b/data/objects/anglerfish_spot.yaml @@ -1,20 +1,32 @@ +aliases: [] color: "51" description: A faint glow emanates from the depths. Use a fishing rod with bait here. gather: - bait: fishing_bait - drops: - - item_id: raw_anglerfish - level: 82 - success_message: You catch a {50}raw anglerfish{/}. - weight: 100 - xp: 120 - fail_message: Nothing seems to bite. - gather_message: You cast your line into the deep water... - skill: fishing - success: - base: 0.3 - cap: 0.8 - per_level: 0.005 - tools: - - fishing_rod + bait: fishing_bait + depleted_message: "" + drops: + - 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... + respawn_broadcast: "" + skill: fishing + success: + base: 0.3 + cap: 0.8 + per_level: 0.005 + tools: + - axe + - axe +hidden: false +id: anglerfish_spot +inroom_description: "" name: anglerfish spot +removal_item: "" diff --git a/data/objects/harpoon_fishing_spot.yaml b/data/objects/harpoon_fishing_spot.yaml index 2a78bc5..b7497ca 100644 --- a/data/objects/harpoon_fishing_spot.yaml +++ b/data/objects/harpoon_fishing_spot.yaml @@ -1,29 +1,47 @@ -color: "4B" +aliases: [] +color: 4B description: Large shadows move beneath the waves. Use a harpoon here. gather: - drops: - - item_id: raw_tuna - level: 35 - success_message: You harpoon a {21}raw tuna{/}. - weight: 60 - xp: 80 - - item_id: raw_swordfish - level: 50 - success_message: You harpoon a {21}raw swordfish{/}. - weight: 50 - xp: 100 - - item_id: raw_shark - level: 76 - success_message: You harpoon a {1B}raw shark{/}. - weight: 30 - xp: 110 - fail_message: You fail to spear anything. - gather_message: You ready your harpoon... - skill: fishing - success: - base: 0.4 - cap: 0.8 - per_level: 0.005 - tools: - - harpoon + 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 + exhausted_message: "" + fail_message: You fail to spear anything. + gather_message: You ready your harpoon... + respawn_broadcast: "" + skill: fishing + success: + base: 0.4 + cap: 0.8 + per_level: 0.005 + tools: + - harpoon +hidden: false +id: harpoon_fishing_spot +inroom_description: "" name: harpoon fishing spot +removal_item: "" |
