From 8845fddaddaa2eaec98809ad5bc2103661422f02 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sat, 29 May 2021 18:19:34 -0400 Subject: Crafting gem dust from red beryls and tourmalines --- data/activities.yml | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++ data/items.yml | 3 +++ 2 files changed, 59 insertions(+) diff --git a/data/activities.yml b/data/activities.yml index db05eb4..ba148b0 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -849,3 +849,59 @@ wildscour_crumbling_ruins: xp: - gid: "wildscour" value: 93 +craft_gem_dust_from_red_beryl: + name: "Crush red beryl" + description: "Crush a red beryl into gem dust." + whatnot: + requirements: + - type: "hearth_amenity" + gid: "labratory" + level: 1 + duration: + base: 60 + minimum: 15 + scaling: + - type: "skill" + gid: "fluxseethe" + scale_value: 1 + - type: "stat" + gid: "fluxseethe_speed" + scale_value: 1 + cost: + - type: "item" + gid: "red_beryl" + quantity: 1 + results: + - type: "item" + gid: "gem_dust" + xp: + - gid: "fluxseethe" + value: 4 +craft_gem_dust_from_tourmaline: + name: "Crush tourmaline" + description: "Crush a tourmaline into gem dust." + whatnot: + requirements: + - type: "hearth_amenity" + gid: "labratory" + level: 1 + duration: + base: 60 + minimum: 15 + scaling: + - type: "skill" + gid: "fluxseethe" + scale_value: 1 + - type: "stat" + gid: "fluxseethe_speed" + scale_value: 1 + cost: + - type: "item" + gid: "tourmaline" + quantity: 1 + results: + - type: "item" + gid: "gem_dust" + xp: + - gid: "fluxseethe" + value: 4 diff --git a/data/items.yml b/data/items.yml index 70dbc48..407de8e 100644 --- a/data/items.yml +++ b/data/items.yml @@ -352,3 +352,6 @@ quarrying_draught: gid: "quarrying_draught" duration: 3600 # 1 Hour message: "The draught increases your planequarry speed." +gem_dust: + name: "gem dust" + description: "Dust resulting from the crushing of a gem." -- cgit v1.2.3