summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/activities.yml48
-rw-r--r--data/hearth_amenities.yml14
2 files changed, 62 insertions, 0 deletions
diff --git a/data/activities.yml b/data/activities.yml
index 013a14a..91ed8a8 100644
--- a/data/activities.yml
+++ b/data/activities.yml
@@ -203,6 +203,54 @@ construct_loamspire_level2:
- type: "hearth_amenity"
gid: "loamspire"
level: 2
+construct_spicebench_level1:
+ name: "Construct Spicebench Level 1"
+ description: "Build a level 1 spicebench."
+ whatnot:
+ requirements:
+ - type: "hearth_amenity"
+ gid: "foundation"
+ level: 1
+ duration:
+ base: 600
+ cost:
+ - type: "item"
+ gid: "stone"
+ quantity: 200
+ - type: "item"
+ gid: "wood"
+ quantity: 200
+ results:
+ - type: "hearth_amenity"
+ gid: "spicebench"
+ level: 1
+construct_spicebench_level2:
+ name: "Construct Spicebench Level 2"
+ description: "Upgrade your spicebench to level 2."
+ whatnot:
+ requirements:
+ - type: "hearth_amenity"
+ gid: "spicebench"
+ level: 1
+ duration:
+ base: 2400
+ cost:
+ - type: "item"
+ gid: "stone"
+ quantity: 250
+ - type: "item"
+ gid: "wood"
+ quantity: 250
+ - type: "item"
+ gid: "iron_ingot"
+ quantity: 10
+ - type: "item"
+ gid: "arcane_dust"
+ quantity: 200
+ results:
+ - type: "hearth_amenity"
+ gid: "spicebench"
+ level: 2
plant_mudtub_seed:
name: "Plant Mudtub Seed"
description: "Plant a mudtub seed."
diff --git a/data/hearth_amenities.yml b/data/hearth_amenities.yml
index e660a92..e53e583 100644
--- a/data/hearth_amenities.yml
+++ b/data/hearth_amenities.yml
@@ -71,3 +71,17 @@ loamspire:
level: 2
gid: "planting_spots"
modifier: 5
+spicebench:
+ name: "spicebench"
+ description: >-
+ An array of tools, containers, and shelves for practicing spicework. Also includes a small stone oven.
+ whatnot:
+ construct_activities:
+ - level: 1
+ gid: "construct_spicebench_level1"
+ - level: 2
+ gid: "construct_spicebench_level2"
+ - type: "stat_change"
+ level: 2
+ gid: "spicework_speed"
+ modifier: 4