summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/activities.yml25
-rw-r--r--data/hearth_amenities.yml5
2 files changed, 29 insertions, 1 deletions
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."