From 9f4955a2144756bcbe683f34eef1262e3f25c1cd Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 30 May 2021 13:27:55 -0400 Subject: New activity: purify iron ingot --- data/activities.yml | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) (limited to 'data') diff --git a/data/activities.yml b/data/activities.yml index b15d2e0..44f8d02 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -201,7 +201,7 @@ craft_iron_ingot: value: 8 craft_purify_pig_iron_ingot: name: "Purify Pig Iron Ingot" - description: "Purify an pig iron ingots into an iron ingot." + description: "Purify pig iron ingots into an iron ingot." whatnot: requirements: - type: "hearth_amenity" @@ -227,6 +227,34 @@ craft_purify_pig_iron_ingot: xp: - gid: "otherforge" value: 8 +craft_purify_iron_ingot: + name: "Purify Iron Ingot" + description: "Purify iron ingots into a pure iron ingot." + whatnot: + requirements: + - type: "hearth_amenity" + gid: "forge" + level: 1 + duration: + base: 115 + 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: 10 + results: + - type: "item" + gid: "pure_iron_ingot" + xp: + - gid: "otherforge" + value: 12 craft_iron_lockpicks: name: "Craft Iron Lockpicks" description: "Craft iron lockpicks." -- cgit v1.2.3