diff options
-rw-r--r-- | data/activities.yml | 36 |
1 files changed, 35 insertions, 1 deletions
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." |