From bc9c667c41f186a23ef72880287d8d69c827b4c7 Mon Sep 17 00:00:00 2001 From: David Gay Date: Mon, 24 May 2021 19:25:24 -0400 Subject: Add labratory hearth amenity --- data/activities.yml | 25 +++++++++++++++++++++++++ data/hearth_amenities.yml | 5 ++++- 2 files changed, 29 insertions(+), 1 deletion(-) (limited to 'data') diff --git a/data/activities.yml b/data/activities.yml index ac6ec60..fa38999 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -35,6 +35,31 @@ construct_forge_level1: - type: "hearth_amenity" gid: "forge" level: 1 +construct_labratory_level1: + name: "Construct Labratory Level 1" + description: "Build a level 1 labratory." + innate: true + whatnot: + requirements: + - type: "hearth_amenity" + gid: "foundation" + level: 1 + duration: + base: 600 + cost: + - type: "item" + gid: "wood" + quantity: 100 + - type: "item" + gid: "stone" + quantity: 50 + - type: "item" + gid: "iron_ingot" + quantity: 10 + results: + - type: "hearth_amenity" + gid: "labratory" + level: 1 craft_pig_iron_ingot: name: "Smelt Pig Iron Ingot" description: "Smelt a pig iron ingot." diff --git a/data/hearth_amenities.yml b/data/hearth_amenities.yml index 751b880..d40fae3 100644 --- a/data/hearth_amenities.yml +++ b/data/hearth_amenities.yml @@ -3,4 +3,7 @@ foundation: description: "The foundation is the necessary first step to building anything of value." forge: name: "Forge" - description: "Can be used for practicing the otherforge skill." + description: "A stone furnace. Can be used for practicing the otherforge skill." +labratory: + name: "Labratory" + description: "A table and some containers, sufficient for practicing the fluxseethe skill." -- cgit v1.2.3