diff options
Diffstat (limited to 'data/activities.yml')
-rw-r--r-- | data/activities.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/data/activities.yml b/data/activities.yml index e46bae1..5896a98 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -465,9 +465,9 @@ harvest_enzon: xp: - gid: "magiculture" value: 45 -craft_pig_iron_ingot: - name: "Smelt Pig Iron Ingot" - description: "Smelt a pig iron ingot." +craft_crude_iron_ingot: + name: "Smelt Crude Iron Ingot" + description: "Smelt a crude iron ingot." whatnot: requirements: - type: "hearth_amenity" @@ -489,7 +489,7 @@ craft_pig_iron_ingot: quantity: 10 results: - type: "item" - gid: "pig_iron_ingot" + gid: "crude_iron_ingot" xp: - gid: "otherforge" value: 4 @@ -586,9 +586,9 @@ craft_arcanite_ingot: xp: - gid: "otherforge" value: 16 -craft_purify_pig_iron_ingot: - name: "Purify Pig Iron Ingot" - description: "Purify pig iron ingots into an iron ingot." +craft_purify_crude_iron_ingot: + name: "Purify Crude Iron Ingot" + description: "Purify crude iron ingots into an iron ingot." whatnot: requirements: - type: "hearth_amenity" @@ -606,7 +606,7 @@ craft_purify_pig_iron_ingot: scale_value: 1 cost: - type: "item" - gid: "pig_iron_ingot" + gid: "crude_iron_ingot" quantity: 5 results: - type: "item" |