From 0fba923dda9440a7817e4dfa191bc242e5e0eb76 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 11 Jul 2021 17:27:38 -0400 Subject: First worldcall spell: Hearth Passage --- data/activities/worldcall.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 data/activities/worldcall.yml (limited to 'data') diff --git a/data/activities/worldcall.yml b/data/activities/worldcall.yml new file mode 100644 index 0000000..c5ea3e4 --- /dev/null +++ b/data/activities/worldcall.yml @@ -0,0 +1,33 @@ +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 -- cgit v1.2.3