From 73a2af6859c3d8b6e48572127b8540936d573bec Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 30 May 2021 12:43:23 -0400 Subject: New activity with new items: `planequarry_brine_trench` --- data/activities.yml | 29 +++++++++++++++++++++++++++++ data/items.yml | 6 ++++++ 2 files changed, 35 insertions(+) (limited to 'data') 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." diff --git a/data/items.yml b/data/items.yml index 38b42c7..ff89fa5 100644 --- a/data/items.yml +++ b/data/items.yml @@ -368,3 +368,9 @@ quarrying_draught: gem_dust: name: "gem dust" description: "Dust resulting from the crushing of a gem." +salt: + name: "salt" + description: "It's salt." +seas_tear: + name: "sea's tear" + description: "A dense crystal, similar in appearance to salt." -- cgit v1.2.3