From 7a99b7bdc5d424d4d792826f3c42621af70364c6 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 30 May 2021 13:12:55 -0400 Subject: New activity with a new drop: `planequarry_deepshaft` --- data/activities.yml | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) (limited to 'data/activities.yml') diff --git a/data/activities.yml b/data/activities.yml index 6276ba4..66806d0 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -636,6 +636,79 @@ planequarry_floret_mines: xp: - gid: "planequarry" value: 50 +planequarry_deepshaft: + name: "Quarry Deepshaft" + description: "Descend far below the the Floret Mines into the labyrinth of shafts left behind by the ancients." + location: "floret_region" + whatnot: + requirements: + - type: "skill" + gid: "planequarry" + level: 11 + duration: + base: 160 + minimum: 35 + scaling: + - type: "skill" + gid: "planequarry" + scale_value: 1 + - type: "stat" + gid: "planequarry_speed" + scale_value: 1 + results: + - type: "item" + chance: 1 + table: + - gid: "stone" + score: 0 + - type: "item" + chance: 1 + table: + - gid: "crude_iron_ore" + score: 0 + xp: + - gid: "planequarry" + value: 5 + - gid: "iron_ore" + score: 0.50 + xp: + - gid: "planequarry" + value: 10 + - gid: "pure_iron_ore" + score: 0.90 + xp: + - gid: "planequarry" + value: 20 + - gid: "gaian_ore" + score: 0.996 + xp: + - gid: "planequarry" + value: 50 + - type: "item" + chance: 0.03 + table: + - gid: "red_beryl" + score: 0 + xp: + - gid: "planequarry" + value: 30 + - gid: "tourmaline" + score: 0.45 + xp: + - gid: "planequarry" + value: 30 + - gid: "yellow_beryl" + score: 0.90 + xp: + - gid: "planequarry" + value: 50 + titles: + - gid: "beryly" + - gid: "paraiba_tourmaline" + score: 0.95 + xp: + - gid: "planequarry" + value: 50 planequarry_brine_trench: name: "Quarry Brine Trench" description: "Planequarry in the south Floret brine trench." -- cgit v1.2.3