diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/activities.yml | 24 | ||||
-rw-r--r-- | data/items.yml | 4 |
2 files changed, 28 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." 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." |