diff options
Diffstat (limited to 'data/activities.yml')
-rw-r--r-- | data/activities.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/activities.yml b/data/activities.yml index 9e1fb8c..1ab47e3 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -2453,3 +2453,21 @@ craft_midoras_mudtub_mash: xp: - gid: "spicework" value: 10 +beastslay_leviathan_floret_region: + name: "Hunt a Leviathan in the Floret Region" + description: "You are hunting down a leviathan ravaging the Floret Region." + whatnot: + duration: + base: 80 + minimum: 40 + scaling: + - type: "skill" + gid: "beastslay" + scale_value: 1 + - type: "stat" + gid: "beastslay_speed" + scale_value: 1 + results: + - type: "monster_spawn" + location: "floret_region" + chance: 1 |