diff options
Diffstat (limited to 'data/activities/worldcall.yml')
-rw-r--r-- | data/activities/worldcall.yml | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/data/activities/worldcall.yml b/data/activities/worldcall.yml new file mode 100644 index 0000000..bec622f --- /dev/null +++ b/data/activities/worldcall.yml @@ -0,0 +1,65 @@ +worldcall_hearth_passage: + name: "Cast Hearth Passage" + description: "Teleport to the location of your hearth." + whatnot: + tags: + - "spell" + - "worldcall" + requirements: + - type: "skill" + gid: "worldcall" + level: 1 + cost: + - type: "item" + gid: "stone" + quantity: 5 + - type: "item" + gid: "wood" + quantity: 5 + duration: + base: 60 + minimum: 35 + scaling: + - type: "skill" + gid: "worldcall" + scale_value: 0.5 + - type: "stat" + gid: "worldcall_speed" + scale_value: 1 + results: + - type: "hearth_location" + - 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 |