From 52a54a272641ae01dba09fa64d00d2632bfd561d Mon Sep 17 00:00:00 2001 From: David Gay Date: Wed, 14 Jul 2021 18:36:01 -0400 Subject: [data] New worldcall spell: Call Sulfur Scuttler --- CHANGELOG.md | 2 +- data/activities/worldcall.yml | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ad564c..d41a430 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 + - New spells: Hearth Passage, 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 b9b64f8..ddc2cd5 100644 --- a/data/activities/worldcall.yml +++ b/data/activities/worldcall.yml @@ -94,3 +94,36 @@ worldcall_project_thought: - type: "xp" gid: "worldcall" base: 6 +worldcall_call_sulfur_scuttler: + name: "Cast Call Sulfur Scuttler" + description: "Summon a sulfur scuttler from Bloodmarch." + whatnot: + tags: + - "spell" + - "worldcall" + requirements: + - type: "skill" + gid: "worldcall" + level: 8 + cost: + - type: "item" + gid: "salt" + quantity: 5 + duration: + base: 66 + minimum: 35 + scaling: + - type: "skill" + gid: "worldcall" + scale_value: 0.5 + - type: "stat" + gid: "worldcall_speed" + scale_value: 1 + results: + - type: "monster" + table: + - gid: "sulfur_scuttler" + score: 0 + - type: "xp" + gid: "worldcall" + base: 7 -- cgit v1.2.3