From dcbfceb18ea7f02af91bdea905ecf0ac3e5475de Mon Sep 17 00:00:00 2001 From: David Gay Date: Wed, 14 Jul 2021 19:01:00 -0400 Subject: [data] New worldcall spell: Call Pit Leech, and adjust two other worldcall spells' level reqs --- CHANGELOG.md | 2 +- data/activities/worldcall.yml | 37 +++++++++++++++++++++++++++++++++++-- 2 files changed, 36 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1306b65..6d592e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. ### Skills - Worldcall has been implemented. - - New spells: Hearth Passage, Floret Passage, Project Thought, Call Sulfur Scuttler + - New spells: Hearth Passage, Call Pit Leech, Floret Passage, Project Thought, Call Sulfur Scuttler ### Leviathans - A location can now only have one living leviathan at a time. diff --git a/data/activities/worldcall.yml b/data/activities/worldcall.yml index ddc2cd5..5878e0b 100644 --- a/data/activities/worldcall.yml +++ b/data/activities/worldcall.yml @@ -31,6 +31,39 @@ worldcall_hearth_passage: - type: "xp" gid: "worldcall" base: 4 +worldcall_call_pit_leech: + name: "Cast Call Pit Leech" + description: "Summon a pit leech from Floret." + whatnot: + tags: + - "spell" + - "worldcall" + requirements: + - type: "skill" + gid: "worldcall" + level: 2 + cost: + - type: "item" + gid: "last_breath" + quantity: 3 + duration: + base: 60 + minimum: 35 + scaling: + - type: "skill" + gid: "worldcall" + scale_value: 0.5 + - type: "stat" + gid: "worldcall_speed" + scale_value: 1 + results: + - type: "monster" + table: + - gid: "pit_leech" + score: 0 + - type: "xp" + gid: "worldcall" + base: 5 worldcall_floret_passage: name: "Cast Floret Passage" description: "Teleport to Floret." @@ -41,7 +74,7 @@ worldcall_floret_passage: requirements: - type: "skill" gid: "worldcall" - level: 3 + level: 4 cost: - type: "item" gid: "wisp_of_the_current" @@ -72,7 +105,7 @@ worldcall_project_thought: requirements: - type: "skill" gid: "worldcall" - level: 5 + level: 6 cost: - type: "item" gid: "gem_dust" -- cgit v1.2.3