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 --- data/activities/worldcall.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'data/activities/worldcall.yml') 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