From 943e49eb877ab0aaaba6e876e3ca7aef5688e158 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 11 Jul 2021 17:40:14 -0400 Subject: Second worldcall spell: Project Thought --- data/activities/worldcall.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'data') diff --git a/data/activities/worldcall.yml b/data/activities/worldcall.yml index c5ea3e4..bec622f 100644 --- a/data/activities/worldcall.yml +++ b/data/activities/worldcall.yml @@ -31,3 +31,35 @@ worldcall_hearth_passage: - type: "xp" gid: "worldcall" base: 4 +worldcall_project_thought: + name: "Cast Project Thought" + description: "Open brief, faint rifts to random places at your current location, possibly attracting a balgoloth." + whatnot: + tags: + - "spell" + - "worldcall" + requirements: + - type: "skill" + gid: "worldcall" + level: 5 + cost: + - type: "item" + gid: "gem_dust" + quantity: 1 + duration: + base: 62 + minimum: 35 + scaling: + - type: "skill" + gid: "worldcall" + scale_value: 0.5 + - type: "stat" + gid: "worldcall_speed" + scale_value: 1 + results: + - type: "create_monster_spawn" + gid: "balgoloth" + chance: 0.04 + - type: "xp" + gid: "worldcall" + base: 6 -- cgit v1.2.3