From 4a6c06eb681575dbf1ee58d3b1f667e79051b1e2 Mon Sep 17 00:00:00 2001 From: David Gay Date: Tue, 18 May 2021 18:16:04 -0400 Subject: Hearths, HearthAmenities, and BuiltHearthAmenities --- data/hearth_amenities.yml | 23 +++++++++++++++++++++++ data/items.yml | 3 +++ 2 files changed, 26 insertions(+) create mode 100644 data/hearth_amenities.yml (limited to 'data') 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 diff --git a/data/items.yml b/data/items.yml index 949bb41..06bd627 100644 --- a/data/items.yml +++ b/data/items.yml @@ -64,3 +64,6 @@ mending_salve: name: "Mending salve" description: "A healing mixture capable of closing wounds." usable: true +wood: + name: "wood" + description: "A bit of wood." -- cgit v1.2.3