diff options
author | David Gay <david@davidgay.org> | 2021-05-24 19:25:24 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-24 19:25:24 -0400 |
commit | bc9c667c41f186a23ef72880287d8d69c827b4c7 (patch) | |
tree | 293784ffca02c891a279d5fd8d406a0fd4684ce9 /data | |
parent | 3bfa70e27a42c3a649916a019363321384590172 (diff) |
Add labratory hearth amenity
Diffstat (limited to 'data')
-rw-r--r-- | data/activities.yml | 25 | ||||
-rw-r--r-- | data/hearth_amenities.yml | 5 |
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." |