From fca3ea73b54b0881c3b2c2d7868fbd4d68b163fe Mon Sep 17 00:00:00 2001 From: David Gay Date: Sat, 5 Jun 2021 21:37:10 -0400 Subject: Bump iron shield Otherforge level requirement from 4 to 5 --- CHANGELOG.md | 3 ++- data/activities.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eae147..6fd1cf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,14 @@ # Changelog All notable changes to this project will be documented in this file. -## [Unreleased] +## [0.1.7] - 2021-06-05 ### Activities - Purifying ingots now only costs 5 ingots instead of 10. - Planequarrying in the Deepshaft now has a 70% chance to yield iron ore, up from 40%. Consequently, crude iron ore chance has been reduced from 50% to 20%. - Crafting iron longsword now requires Otherforge level 7 (up from 5). +- Crafting iron shield now requires Otherforge level 5 (up from 4). - XP value changes to obtaining items: - Iron ore reduced from 15 to 10. - Pure iron ore reduced from 30 to 25. diff --git a/data/activities.yml b/data/activities.yml index 5896a98..10aab93 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -801,7 +801,7 @@ craft_iron_shield: level: 1 - type: "skill" gid: "otherforge" - level: 4 + level: 5 duration: base: 150 minimum: 35 -- cgit v1.2.3