From 9ab7dfd99e7015513bfe1a092f257c1c7a7afb1b Mon Sep 17 00:00:00 2001 From: David Gay Date: Tue, 18 May 2021 18:35:49 -0400 Subject: Display hearth foundation requirements --- data/hearth_amenities.yml | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) (limited to 'data') 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 -- cgit v1.2.3