diff options
author | David Gay <david@davidgay.org> | 2021-05-18 18:35:49 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-18 18:35:49 -0400 |
commit | 9ab7dfd99e7015513bfe1a092f257c1c7a7afb1b (patch) | |
tree | db536029ff1031d33468899e22b3c26dfcddbe2d /data | |
parent | 4a6c06eb681575dbf1ee58d3b1f667e79051b1e2 (diff) |
Display hearth foundation requirements
Diffstat (limited to 'data')
-rw-r--r-- | data/hearth_amenities.yml | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/data/hearth_amenities.yml b/data/hearth_amenities.yml index d255e90..a9c6889 100644 --- a/data/hearth_amenities.yml +++ b/data/hearth_amenities.yml @@ -1,23 +1,25 @@ 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 + whatnot: + constructions: + - 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 + whatnot: + constructions: + - level: 1 + requirements: + cost: + items: + stone: 300 + duration: + base: 600 |