From 0b9b45d573cc4f836ba7a99de77e9da18e768f10 Mon Sep 17 00:00:00 2001 From: David Gay Date: Wed, 26 May 2021 18:49:28 -0400 Subject: Add a manatrawl activity, and allow for item drop quantity ranges --- data/activities.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'data/activities.yml') diff --git a/data/activities.yml b/data/activities.yml index e7f657e..338da3c 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -374,3 +374,39 @@ reap_twil_woods: xp: - gid: "wealdreap" value: 50 +manatrawl_sor_well: + name: "Trawl Sor Well" + description: "Manatrawl within Sor Well." + location: "floret_region" + innate: true + whatnot: + duration: + base: 60 + minimum: 35 + scaling: + - type: "skill" + gid: "manatrawl" + scale_value: 2 + results: + - type: "item" + chance: 1 + table: + - gid: "arcane_dust" + score: 0 + max_quantity: 2 + xp: + - gid: "manatrawl" + value: 3 + - type: "item" + chance: 1 + table: + - gid: "shimmering_essence" + score: 0.934 + xp: + - gid: "manatrawl" + value: 30 + - gid: "wisp_of_the_current" + score: 0.996 + xp: + - gid: "manatrawl" + value: 50 -- cgit v1.2.3