diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/activities/worldcall.yml | 37 |
1 files changed, 35 insertions, 2 deletions
diff --git a/data/activities/worldcall.yml b/data/activities/worldcall.yml index ddc2cd5..5878e0b 100644 --- a/data/activities/worldcall.yml +++ b/data/activities/worldcall.yml @@ -31,6 +31,39 @@ worldcall_hearth_passage: - type: "xp" gid: "worldcall" base: 4 +worldcall_call_pit_leech: + name: "Cast Call Pit Leech" + description: "Summon a pit leech from Floret." + whatnot: + tags: + - "spell" + - "worldcall" + requirements: + - type: "skill" + gid: "worldcall" + level: 2 + cost: + - type: "item" + gid: "last_breath" + quantity: 3 + duration: + base: 60 + minimum: 35 + scaling: + - type: "skill" + gid: "worldcall" + scale_value: 0.5 + - type: "stat" + gid: "worldcall_speed" + scale_value: 1 + results: + - type: "monster" + table: + - gid: "pit_leech" + score: 0 + - type: "xp" + gid: "worldcall" + base: 5 worldcall_floret_passage: name: "Cast Floret Passage" description: "Teleport to Floret." @@ -41,7 +74,7 @@ worldcall_floret_passage: requirements: - type: "skill" gid: "worldcall" - level: 3 + level: 4 cost: - type: "item" gid: "wisp_of_the_current" @@ -72,7 +105,7 @@ worldcall_project_thought: requirements: - type: "skill" gid: "worldcall" - level: 5 + level: 6 cost: - type: "item" gid: "gem_dust" |