diff options
Diffstat (limited to 'data/activities.yml')
-rw-r--r-- | data/activities.yml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/activities.yml b/data/activities.yml index a530556..6276ba4 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -636,6 +636,35 @@ planequarry_floret_mines: xp: - gid: "planequarry" value: 50 +planequarry_brine_trench: + name: "Quarry Brine Trench" + description: "Planequarry in the south Floret brine trench." + location: "floret_region" + whatnot: + duration: + base: 60 + minimum: 25 + scaling: + - type: "skill" + gid: "planequarry" + scale_value: 1 + - type: "stat" + gid: "planequarry_speed" + scale_value: 1 + results: + - type: "item" + chance: 1 + gid: "salt" + max_quantity: 3 + xp: + - gid: "planequarry" + value: 4 + - type: "item" + chance: 0.0133 + gid: "seas_tear" + xp: + - gid: "planequarry" + value: 35 beastslay_killing_fields: name: "Hunt The Killing Fields" description: "Hunt monsters in The Killing Fields." |