diff options
Diffstat (limited to 'data/activities.yml')
-rw-r--r-- | data/activities.yml | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/data/activities.yml b/data/activities.yml index a8cec7c..8208d26 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -149,6 +149,60 @@ construct_listern_font_level2: - type: "hearth_amenity" gid: "listern_font" level: 2 +construct_loamspire_level1: + name: "Construct Loamspire Level 1" + description: "Build a level 1 loamspire." + whatnot: + requirements: + - type: "hearth_amenity" + gid: "foundation" + level: 1 + duration: + base: 1000 + cost: + - type: "item" + gid: "stone" + quantity: 100 + - type: "item" + gid: "wood" + quantity: 200 + - type: "item" + gid: "arcane_dust" + quantity: 200 + results: + - type: "hearth_amenity" + gid: "loamspire" + level: 1 +construct_loamspire_level2: + name: "Construct Loamspire Level 2" + description: "Upgrade your loamspire to level 2." + whatnot: + requirements: + - type: "hearth_amenity" + gid: "loamspire" + level: 1 + duration: + base: 3600 + cost: + - type: "item" + gid: "stone" + quantity: 100 + - type: "item" + gid: "wood" + quantity: 200 + - type: "item" + gid: "arcane_dust" + quantity: 200 + - type: "item" + gid: "burstshroom" + quantity: 100 + - type: "item" + gid: "wisp_of_the_current" + quantity: 1 + results: + - type: "hearth_amenity" + gid: "loamspire" + level: 2 craft_pig_iron_ingot: name: "Smelt Pig Iron Ingot" description: "Smelt a pig iron ingot." |