summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-06-03 18:34:48 -0400
committerDavid Gay <david@davidgay.org>2021-06-03 18:34:48 -0400
commit42b388613086ec1e496ea1dae348db05a9764d6f (patch)
tree9efea65e2a447d02593150a8fa8116fb7f5bacf6
parentb9091779d24bbbcad0c6514a5fc04af860100894 (diff)
Spicebench levels 1 and 2
-rw-r--r--CHANGELOG.md5
-rw-r--r--data/activities.yml48
-rw-r--r--data/hearth_amenities.yml14
3 files changed, 67 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2e78146..ab51408 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
+## [0.1.6] - 2021-06-04
+
+### Added
+- New hearth amenities: spicebench level 1, spicebench level 2, and their construct activities
+
## [0.1.5] - 2021-06-03
### Added
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