summaryrefslogtreecommitdiff
path: root/data/activities
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-07-14 18:36:01 -0400
committerDavid Gay <david@davidgay.org>2021-07-14 18:36:01 -0400
commit52a54a272641ae01dba09fa64d00d2632bfd561d (patch)
tree995d60dc554ba1a0cb5f325ba809723ff961101a /data/activities
parentc6f55632ff6ae7dd46d341825947aba65aaad15f (diff)
[data] New worldcall spell: Call Sulfur Scuttler
Diffstat (limited to 'data/activities')
-rw-r--r--data/activities/worldcall.yml33
1 files changed, 33 insertions, 0 deletions
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