From 8c952fd5afd71b133d97e6e9d7896216941bad14 Mon Sep 17 00:00:00 2001 From: David Gay Date: Mon, 24 May 2021 19:03:29 -0400 Subject: Add `craft_mending_salve` activity and `aseas_leaf` item --- data/activities.yml | 24 ++++++++++++++++++++++++ data/items.yml | 4 ++++ 2 files changed, 28 insertions(+) (limited to 'data') 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." diff --git a/data/items.yml b/data/items.yml index 15989f6..a6225e4 100644 --- a/data/items.yml +++ b/data/items.yml @@ -113,6 +113,10 @@ last_breath: This is a small grey mushroom that is very common in forests and grasslands. Its unassuming looks are belied by its deadly nature; if consumed this mushroom triggers an allergic reaction that results in the victim's throat swelling shut and them choking to death, hence the name. +aseas_leaf: + name: "aseas leaf" + description: >- + A feather-light collection of green, clover-like leaves. Has healing properties, in the right hands. shimmering_essence: name: "shimmering essence" description: "A luminescent tendril of energy." -- cgit v1.2.3