From 456cfb0df874ac8cfb217c19c723a3cf738e524f Mon Sep 17 00:00:00 2001 From: David Gay Date: Wed, 14 Jul 2021 17:47:02 -0400 Subject: New spell: Floret Passage (also code that allows location results) --- data/activities/worldcall.yml | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) (limited to 'data') diff --git a/data/activities/worldcall.yml b/data/activities/worldcall.yml index bec622f..752ad1f 100644 --- a/data/activities/worldcall.yml +++ b/data/activities/worldcall.yml @@ -31,6 +31,37 @@ worldcall_hearth_passage: - type: "xp" gid: "worldcall" base: 4 +worldcall_floret_passage: + name: "Cast Floret Passage" + description: "Teleport to Floret." + whatnot: + tags: + - "spell" + - "worldcall" + requirements: + - type: "skill" + gid: "worldcall" + level: 3 + cost: + - type: "item" + gid: "wisp_of_the_current" + 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: "location" + gid: "floret" + - type: "xp" + gid: "worldcall" + base: 10 worldcall_project_thought: name: "Cast Project Thought" description: "Open brief, faint rifts to random places at your current location, possibly attracting a balgoloth." @@ -47,7 +78,7 @@ worldcall_project_thought: gid: "gem_dust" quantity: 1 duration: - base: 62 + base: 64 minimum: 35 scaling: - type: "skill" -- cgit v1.2.3