diff options
Diffstat (limited to 'data/activities.yml')
-rw-r--r-- | data/activities.yml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/data/activities.yml b/data/activities.yml index ef24171..ac6ec60 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -83,6 +83,30 @@ craft_iron_ingot: xp: - gid: "otherforge" value: 20 +craft_mending_salve: + name: "Mix mending salve" + description: "Mix a mending salve." + whatnot: + duration: + base: 90 + minimum: 35 + scaling: + - type: "skill" + gid: "fluxseethe" + scale_value: 2 + cost: + - type: "item" + gid: "aseas_leaf" + quantity: 2 + - type: "item" + gid: "arcane_dust" + quantity: 2 + results: + - type: "item" + gid: "mending_salve" + xp: + - gid: "fluxseethe" + value: 15 quarry_floret_mines: name: "Quarry Floret Mines" description: "Planequarry at the Floret Mines." |