From c4ba54f606c0c4cc5eaa78e108f6529187de3d78 Mon Sep 17 00:00:00 2001 From: David Gay Date: Tue, 25 May 2021 22:02:33 -0400 Subject: Improve hearth crafting selection --- data/activities.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'data') diff --git a/data/activities.yml b/data/activities.yml index f455017..8f64132 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -87,6 +87,10 @@ craft_pig_iron_ingot: description: "Smelt a pig iron ingot." innate: true whatnot: + requirements: + - type: "hearth_amenity" + gid: "forge" + level: 1 duration: base: 70 minimum: 35 @@ -113,6 +117,10 @@ craft_iron_ingot: name: "Smelt Iron Ingot" description: "Smelt an iron ingot." whatnot: + requirements: + - type: "hearth_amenity" + gid: "forge" + level: 1 duration: base: 80 minimum: 35 @@ -134,6 +142,10 @@ craft_mending_salve: name: "Mix mending salve" description: "Mix a mending salve." whatnot: + requirements: + - type: "hearth_amenity" + gid: "labratory" + level: 1 duration: base: 90 minimum: 35 -- cgit v1.2.3