diff options
author | David Gay <david@davidgay.org> | 2021-06-05 18:29:00 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-06-05 18:29:00 -0400 |
commit | abe016c4779d9247f6fde3c339eb3b8c7f6badc6 (patch) | |
tree | cccfd81f0a847af75173609d5745370742ebcd47 | |
parent | 99eb11d83d6f33ba91de97e06db38fb07a51a09e (diff) |
Change iron longsword otherforge level requirement from 5 to 7
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | data/activities.yml | 2 |
2 files changed, 2 insertions, 1 deletions
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 |