diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/activities.yml | 16 | ||||
-rw-r--r-- | data/items.yml | 4 |
2 files changed, 10 insertions, 10 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" diff --git a/data/items.yml b/data/items.yml index 6e20474..480c681 100644 --- a/data/items.yml +++ b/data/items.yml @@ -25,8 +25,8 @@ tourmaline: yellow_beryl: name: "yellow beryl" description: "A rare and beautiful yellow gem." -pig_iron_ingot: - name: "pig iron ingot" +crude_iron_ingot: + name: "crude iron ingot" description: "Low quality iron ingot meant to be remelted for further use." iron_ingot: name: "iron ingot" |