diff options
author | David Gay <david@davidgay.org> | 2021-07-14 18:36:01 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-07-14 18:36:01 -0400 |
commit | 52a54a272641ae01dba09fa64d00d2632bfd561d (patch) | |
tree | 995d60dc554ba1a0cb5f325ba809723ff961101a | |
parent | c6f55632ff6ae7dd46d341825947aba65aaad15f (diff) |
[data] New worldcall spell: Call Sulfur Scuttler
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | data/activities/worldcall.yml | 33 |
2 files changed, 34 insertions, 1 deletions
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 |