diff options
Diffstat (limited to 'data/activities.yml')
-rw-r--r-- | data/activities.yml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/data/activities.yml b/data/activities.yml index 3a23765..4e0a7be 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -1766,6 +1766,40 @@ craft_trawling_draught: xp: - gid: "fluxseethe" value: 30 +craft_woodflesh_potion: + name: "Brew woodflesh potion" + description: "Brew a woodflesh potion." + whatnot: + requirements: + - type: "hearth_amenity" + gid: "labratory" + level: 1 + - type: "skill" + gid: "fluxseethe" + level: 6 + duration: + base: 115 + minimum: 35 + scaling: + - type: "skill" + gid: "fluxseethe" + scale_value: 1 + - type: "stat" + gid: "fluxseethe_speed" + scale_value: 1 + cost: + - type: "item" + gid: "arcane_dust" + quantity: 20 + - type: "item" + gid: "woodrun_bloom" + quantity: 10 + results: + - type: "item" + gid: "woodflesh_potion" + xp: + - gid: "fluxseethe" + value: 30 planequarry_floret_mines: name: "Quarry Floret Mines" description: "Planequarry at the Floret Mines." |