From de64bda51d263f35ea920a205144f079518e00ea Mon Sep 17 00:00:00 2001 From: David Gay Date: Sat, 29 May 2021 18:19:50 -0400 Subject: Quarrying draught --- data/activities.yml | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) (limited to 'data/activities.yml') diff --git a/data/activities.yml b/data/activities.yml index ba148b0..f553322 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -533,7 +533,41 @@ craft_manadross_tincture: gid: "mending_salve" xp: - gid: "fluxseethe" - value: 15 + value: 70 +craft_quarrying_draught: + name: "Brew Quarrying Draught" + description: "Brew a quarrying draught." + whatnot: + requirements: + - type: "hearth_amenity" + gid: "labratory" + level: 1 + - type: "skill" + gid: "fluxseethe" + level: 3 + duration: + base: 105 + minimum: 35 + scaling: + - type: "skill" + gid: "fluxseethe" + scale_value: 1 + - type: "stat" + gid: "fluxseethe_speed" + scale_value: 1 + cost: + - type: "item" + gid: "gem_dust" + quantity: 1 + - type: "item" + gid: "burstshroom" + quantity: 6 + results: + - type: "item" + gid: "quarrying_draught" + xp: + - gid: "fluxseethe" + value: 30 planequarry_floret_mines: name: "Quarry Floret Mines" description: "Planequarry at the Floret Mines." -- cgit v1.2.3