diff options
Diffstat (limited to 'data/activities.yml')
-rw-r--r-- | data/activities.yml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/data/activities.yml b/data/activities.yml index 053dbe0..39487af 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -927,6 +927,40 @@ craft_reaping_draught: xp: - gid: "fluxseethe" value: 30 +craft_trawling_draught: + name: "Brew trawling draught" + description: "Brew a trawling 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: "shimmering_essence" + quantity: 2 + - type: "item" + gid: "warped_eyestalk" + quantity: 1 + results: + - type: "item" + gid: "trawling_draught" + xp: + - gid: "fluxseethe" + value: 30 planequarry_floret_mines: name: "Quarry Floret Mines" description: "Planequarry at the Floret Mines." @@ -1238,6 +1272,9 @@ manatrawl_sor_well: - type: "skill" gid: "manatrawl" scale_value: 1 + - type: "stat" + gid: "manatrawl_speed" + scale_value: 1 requirements: - type: "equipment" gid: "aethermesh" @@ -1276,6 +1313,9 @@ manatrawl_sor_well_depths: - type: "skill" gid: "manatrawl" scale_value: 1 + - type: "stat" + gid: "manatrawl_speed" + scale_value: 1 requirements: - type: "skill" gid: "manatrawl" |