From 6f21e04c3f61feac8f33fd31183eb3fd7742634e Mon Sep 17 00:00:00 2001 From: David Gay Date: Mon, 7 Jun 2021 21:51:56 -0400 Subject: New item: mercuria potion --- data/activities.yml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'data/activities.yml') diff --git a/data/activities.yml b/data/activities.yml index bd89db3..1d8a077 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -1837,6 +1837,43 @@ craft_lightblood_potion: xp: - gid: "fluxseethe" value: 33 +craft_mercuria_potion: + name: "Brew mercuria potion" + description: "Brew a mercuria potion." + whatnot: + requirements: + - type: "hearth_amenity" + gid: "labratory" + level: 1 + - type: "skill" + gid: "fluxseethe" + level: 8 + duration: + base: 125 + 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: "shimmering_essence" + quantity: 2 + - type: "item" + gid: "burstshroom" + quantity: 3 + results: + - type: "item" + gid: "mercuria_potion" + xp: + - gid: "fluxseethe" + value: 38 planequarry_floret_mines: name: "Quarry Floret Mines" description: "Planequarry at the Floret Mines." -- cgit v1.2.3