From abe016c4779d9247f6fde3c339eb3b8c7f6badc6 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sat, 5 Jun 2021 18:29:00 -0400 Subject: Change iron longsword otherforge level requirement from 5 to 7 --- CHANGELOG.md | 1 + data/activities.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 788d032..e308d91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file. - 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). - XP value changes: - 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 b65df72..e46bae1 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -742,7 +742,7 @@ craft_iron_longsword: level: 1 - type: "skill" gid: "otherforge" - level: 5 + level: 7 duration: base: 150 minimum: 35 -- cgit v1.2.3