From 02933c6c9c31025c871b073beefaceed39dd3d01 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 30 May 2021 13:28:50 -0400 Subject: New activity: smelt pure iron ingot --- data/activities.yml | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) (limited to 'data/activities.yml') diff --git a/data/activities.yml b/data/activities.yml index 44f8d02..8187a5f 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -199,6 +199,34 @@ craft_iron_ingot: xp: - gid: "otherforge" value: 8 +craft_pure_iron_ingot: + name: "Smelt Pure Iron Ingot" + description: "Smelt a pure iron ingot." + whatnot: + requirements: + - type: "hearth_amenity" + gid: "forge" + level: 1 + duration: + base: 90 + minimum: 35 + scaling: + - type: "skill" + gid: "otherforge" + scale_value: 1 + - type: "stat" + gid: "otherforge_speed" + scale_value: 1 + cost: + - type: "item" + gid: "pure_iron_ore" + quantity: 10 + results: + - type: "item" + gid: "pure_iron_ingot" + xp: + - gid: "otherforge" + value: 12 craft_purify_pig_iron_ingot: name: "Purify Pig Iron Ingot" description: "Purify pig iron ingots into an iron ingot." @@ -234,7 +262,7 @@ craft_purify_iron_ingot: requirements: - type: "hearth_amenity" gid: "forge" - level: 1 + level: 2 duration: base: 115 minimum: 35 -- cgit v1.2.3