From 03765c923e6eab2bbd9d91f397118242ab8156a6 Mon Sep 17 00:00:00 2001 From: David Gay Date: Fri, 28 May 2021 11:48:06 -0400 Subject: New activity: `craft_iron_lockpicks`, and tweak other otherforge rewards --- data/activities.yml | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) (limited to 'data') diff --git a/data/activities.yml b/data/activities.yml index 9134033..9c88fdf 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -178,7 +178,7 @@ craft_pig_iron_ingot: gid: "pig_iron_ingot" xp: - gid: "otherforge" - value: 15 + value: 4 - type: "activity" chance: 0.025 table: @@ -213,7 +213,7 @@ craft_iron_ingot: gid: "iron_ingot" xp: - gid: "otherforge" - value: 20 + value: 8 craft_purify_pig_iron_ingot: name: "Purify Pig Iron Ingot" description: "Purify an pig iron ingots into an iron ingot." @@ -241,7 +241,36 @@ craft_purify_pig_iron_ingot: gid: "iron_ingot" xp: - gid: "otherforge" - value: 20 + value: 8 +craft_iron_lockpicks: + name: "Craft Iron Lockpicks" + description: "Craft iron lockpicks." + innate: true + whatnot: + requirements: + - type: "hearth_amenity" + gid: "forge" + level: 1 + duration: + base: 100 + minimum: 35 + scaling: + - type: "skill" + gid: "otherforge" + scale_value: 1 + - type: "stat" + gid: "otherforge_speed" + scale_value: 1 + cost: + - type: "item" + gid: "iron_ingot" + quantity: 3 + results: + - type: "item" + gid: "iron_lockpicks" + xp: + - gid: "otherforge" + value: 15 craft_mending_salve: name: "Mix mending salve" description: "Mix a mending salve." -- cgit v1.2.3