summaryrefslogtreecommitdiff
path: root/data/hearth_amenities.yml
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-05-18 18:16:04 -0400
committerDavid Gay <david@davidgay.org>2021-05-18 18:16:04 -0400
commit4a6c06eb681575dbf1ee58d3b1f667e79051b1e2 (patch)
tree194a555305ec8c12271160a2c7ccf3087f16cd41 /data/hearth_amenities.yml
parent25c499ae942086b460b886e3d79dc5a55e5f1214 (diff)
Hearths, HearthAmenities, and BuiltHearthAmenities
Diffstat (limited to 'data/hearth_amenities.yml')
-rw-r--r--data/hearth_amenities.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/data/hearth_amenities.yml b/data/hearth_amenities.yml
new file mode 100644
index 0000000..d255e90
--- /dev/null
+++ b/data/hearth_amenities.yml
@@ -0,0 +1,23 @@
+foundation:
+ name: "Foundation"
+ description: "The foundation is the necessary first step to building anything of value."
+ build_data:
+ - level: 1
+ requirements:
+ cost:
+ items:
+ stone: 100
+ wood: 100
+ duration:
+ base: 60
+forge:
+ name: "Forge"
+ description: "Can be used for practicing the otherforge skill."
+ build_data:
+ - level: 1
+ requirements:
+ cost:
+ items:
+ stone: 300
+ duration:
+ base: 600