From 76e626ca15cf3bd2116e1877385270e74ad50f71 Mon Sep 17 00:00:00 2001 From: David Gay Date: Thu, 10 Jun 2021 13:20:43 -0400 Subject: Tweak otherforge smelting and purification costs and XP awards --- CHANGELOG.md | 12 ++++++++++++ data/activities.yml | 22 +++++++++++----------- 2 files changed, 23 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35350d5..776f12c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. ## [0.1.10.2] - 2021-06-10 +### Activities +- Smelt ingot activities XP changes + - Crude iron ingot 4 -> 6 + - Iron ingot 8 -> 12 + - Pure iron ingot 12 -> 18 + - Arcanite ingot 16 -> 24 +- Purify ingot activities XP changes + - Purify crude iron ingot 8 -> 12 + - Purfiy iron ingot 12 -> 18 +- Smelting ingot cost reduced from 10 ore to 8 ore +- Purifying ingot cost reduced from 5 ingots to 4 ingots + ### Items - Reduced skill speed increases of arcanite axe, pickaxe, and spade from 100 to 90. diff --git a/data/activities.yml b/data/activities.yml index a24c58b..3d3dc7b 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -486,13 +486,13 @@ craft_crude_iron_ingot: cost: - type: "item" gid: "crude_iron_ore" - quantity: 10 + quantity: 8 results: - type: "item" gid: "crude_iron_ingot" xp: - gid: "otherforge" - value: 4 + value: 6 craft_iron_ingot: name: "Smelt Iron Ingot" description: "Smelt an iron ingot." @@ -514,13 +514,13 @@ craft_iron_ingot: cost: - type: "item" gid: "iron_ore" - quantity: 10 + quantity: 8 results: - type: "item" gid: "iron_ingot" xp: - gid: "otherforge" - value: 8 + value: 12 craft_pure_iron_ingot: name: "Smelt Pure Iron Ingot" description: "Smelt a pure iron ingot." @@ -545,13 +545,13 @@ craft_pure_iron_ingot: cost: - type: "item" gid: "pure_iron_ore" - quantity: 10 + quantity: 8 results: - type: "item" gid: "pure_iron_ingot" xp: - gid: "otherforge" - value: 12 + value: 18 craft_arcanite_ingot: name: "Smelt Arcanite Ingot" description: "Smelt an arcanite ingot." @@ -585,7 +585,7 @@ craft_arcanite_ingot: gid: "arcanite_ingot" xp: - gid: "otherforge" - value: 16 + value: 24 craft_purify_crude_iron_ingot: name: "Purify Crude Iron Ingot" description: "Purify crude iron ingots into an iron ingot." @@ -607,13 +607,13 @@ craft_purify_crude_iron_ingot: cost: - type: "item" gid: "crude_iron_ingot" - quantity: 5 + quantity: 4 results: - type: "item" gid: "iron_ingot" xp: - gid: "otherforge" - value: 8 + value: 12 craft_purify_iron_ingot: name: "Purify Iron Ingot" description: "Purify iron ingots into a pure iron ingot." @@ -638,13 +638,13 @@ craft_purify_iron_ingot: cost: - type: "item" gid: "iron_ingot" - quantity: 5 + quantity: 4 results: - type: "item" gid: "pure_iron_ingot" xp: - gid: "otherforge" - value: 12 + value: 18 craft_iron_lockpicks: name: "Craft Iron Lockpicks" description: "Craft iron lockpicks." -- cgit v1.2.3