summaryrefslogtreecommitdiff
path: root/data/activities.yml
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-05-29 18:19:34 -0400
committerDavid Gay <david@davidgay.org>2021-05-29 18:19:34 -0400
commit8845fddaddaa2eaec98809ad5bc2103661422f02 (patch)
tree1508f3fe34dba3419629809b05b97d8277e579b9 /data/activities.yml
parentaac7563767c5fbc5ef67f4d615833e7523a46df7 (diff)
Crafting gem dust from red beryls and tourmalines
Diffstat (limited to 'data/activities.yml')
-rw-r--r--data/activities.yml56
1 files changed, 56 insertions, 0 deletions
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