From d9f829e7a723ae36367280950dcbb7edf394e9a2 Mon Sep 17 00:00:00 2001 From: David Gay Date: Thu, 27 May 2021 19:02:53 -0400 Subject: Add/tweak some activities --- data/activities.yml | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 75 insertions(+), 2 deletions(-) diff --git a/data/activities.yml b/data/activities.yml index 4c70da7..ddb6081 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -180,10 +180,12 @@ craft_pig_iron_ingot: - gid: "otherforge" value: 15 - type: "activity" - chance: 0.05 + chance: 0.025 table: - gid: "craft_iron_ingot" score: 0 + - gid: "craft_purify_pig_iron_ingot" + score: 0.50 craft_iron_ingot: name: "Smelt Iron Ingot" description: "Smelt an iron ingot." @@ -212,6 +214,34 @@ craft_iron_ingot: xp: - gid: "otherforge" value: 20 +craft_purify_pig_iron_ingot: + name: "Purify Pig Iron Ingot" + description: "Purify an pig iron ingots into an iron ingot." + whatnot: + requirements: + - type: "hearth_amenity" + gid: "forge" + level: 1 + duration: + base: 105 + minimum: 35 + scaling: + - type: "skill" + gid: "otherforge" + scale_value: 2 + - type: "stat" + gid: "otherforge_speed" + scale_value: 1 + cost: + - type: "item" + gid: "pig_iron_ingot" + quantity: 10 + results: + - type: "item" + gid: "iron_ingot" + xp: + - gid: "otherforge" + value: 20 craft_mending_salve: name: "Mix mending salve" description: "Mix a mending salve." @@ -245,7 +275,7 @@ craft_mending_salve: - gid: "fluxseethe" value: 15 - type: "activity" - chance: 0.05 + chance: 0.025 table: - gid: "craft_manadross_tincture" score: 0 @@ -257,6 +287,9 @@ craft_manadross_tincture: - type: "hearth_amenity" gid: "labratory" level: 1 + - type: "skill" + gid: "fluxseethe" + level: 5 duration: base: 180 minimum: 35 @@ -450,3 +483,43 @@ manatrawl_sor_well: xp: - gid: "manatrawl" value: 50 +manatrawl_sor_well_depths: + name: "Trawl Sor Well Depths" + description: "Manatrawl deep within Sor Well." + location: "floret_region" + innate: true + whatnot: + duration: + base: 70 + minimum: 35 + scaling: + - type: "skill" + gid: "manatrawl" + scale_value: 2 + requirements: + - type: "skill" + gid: "manatrawl" + level: 7 + results: + - type: "item" + chance: 1 + table: + - gid: "arcane_dust" + score: 0 + max_quantity: 3 + xp: + - gid: "manatrawl" + value: 3 + - type: "item" + chance: 1 + table: + - gid: "shimmering_essence" + score: 0.934 + xp: + - gid: "manatrawl" + value: 30 + - gid: "wisp_of_the_current" + score: 0.995 + xp: + - gid: "manatrawl" + value: 50 -- cgit v1.2.3