diff options
Diffstat (limited to 'data/activities.yml')
-rw-r--r-- | data/activities.yml | 81 |
1 files changed, 79 insertions, 2 deletions
diff --git a/data/activities.yml b/data/activities.yml index 8f64132..e7f657e 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -36,8 +36,8 @@ construct_forge_level1: gid: "forge" level: 1 construct_forge_level2: - name: "Construct Forge Level 2" - description: "Build a level 2 forge." + name: "Upgrade Forge to Level 2" + description: "Upgrade your forge to level 2." innate: true whatnot: requirements: @@ -82,6 +82,46 @@ construct_labratory_level1: - type: "hearth_amenity" gid: "labratory" level: 1 +construct_listern_font_level1: + name: "Construct Listern Font Level 1" + description: "Build a level 1 listern font." + innate: true + whatnot: + duration: + base: 1000 + cost: + - type: "item" + gid: "stone" + quantity: 200 + - type: "item" + gid: "shimmering_essence" + quantity: 30 + results: + - type: "hearth_amenity" + gid: "listern_font" + level: 1 +construct_listern_font_level2: + name: "Upgrade Listern Font to Level 2" + description: "Upgrade your listern font to level 2." + innate: true + whatnot: + requirements: + - type: "hearth_amenity" + gid: "listern_font" + level: 1 + duration: + base: 3600 + cost: + - type: "item" + gid: "stone" + quantity: 500 + - type: "item" + gid: "manadross_tincture" + quantity: 1 + results: + - type: "hearth_amenity" + gid: "listern_font" + level: 2 craft_pig_iron_ingot: name: "Smelt Pig Iron Ingot" description: "Smelt a pig iron ingot." @@ -141,6 +181,7 @@ craft_iron_ingot: craft_mending_salve: name: "Mix mending salve" description: "Mix a mending salve." + innate: true whatnot: requirements: - type: "hearth_amenity" @@ -166,6 +207,42 @@ craft_mending_salve: xp: - gid: "fluxseethe" value: 15 + - type: "activity" + chance: 0.05 + table: + - gid: "craft_manadross_tincture" + score: 0 +craft_manadross_tincture: + name: "Distill manadross tincture" + description: "Create a manadross tincture." + whatnot: + requirements: + - type: "hearth_amenity" + gid: "labratory" + level: 1 + duration: + base: 180 + minimum: 35 + scaling: + - type: "skill" + gid: "fluxseethe" + scale_value: 2 + cost: + - type: "item" + gid: "arcane_dust" + quantity: 200 + - type: "item" + gid: "wisp_of_the_current" + quantity: 1 + - type: "item" + gid: "shrine_hassock" + quantity: 1 + results: + - type: "item" + gid: "mending_salve" + xp: + - gid: "fluxseethe" + value: 15 quarry_floret_mines: name: "Quarry Floret Mines" description: "Planequarry at the Floret Mines." |