diff options
Diffstat (limited to 'data/activities.yml')
-rw-r--r-- | data/activities.yml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/data/activities.yml b/data/activities.yml index 26f4535..4975cf9 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -151,3 +151,24 @@ quarry_floret_mines: xp: - gid: "planequarry" value: 50 +hunt_killing_fields: + name: "Hunt The Killing Fields" + description: "Hunt monsters in The Killing Fields." + location: "floret_region" + innate: true + whatnot: + duration: + base: 60 + minimum: 35 + scaling: + - type: "skill" + gid: "beastslay" + scale_value: 2 + results: + - type: "monster" + chance: 1 + table: + - gid: "pit_leech" + score: 0 + - gid: "stalk_beast" + score: 0.70 |