diff options
author | David Gay <david@davidgay.org> | 2021-06-13 20:12:38 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-06-13 20:12:38 -0400 |
commit | 387c61348b24777e42b2ecc78c578cc4328f8eec (patch) | |
tree | 576271181ffca349dddf478aeb985ff329a02817 | |
parent | 0f6b63578cc1b2d8ec0dc870dc4135ae0acac479 (diff) |
Fix arcanite longsword OF level requirement
-rw-r--r-- | CHANGELOG.md | 9 | ||||
-rw-r--r-- | data/activities.yml | 2 | ||||
-rw-r--r-- | data/items.yml | 19 |
3 files changed, 7 insertions, 23 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea642b..c49e520 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,12 @@ All notable changes to this project will be documented in this file. - Planequarry XP award changes - Pure iron ore 25 -> 18 - Gaian ore 50 -> 25 -- Otherforge XP award changes - - Purify crude iron ingot 105 -> 60 - - Purify iron ingot 115 -> 70 +- Otherforge + - XP award changes + - Purify crude iron ingot 105 -> 60 + - Purify iron ingot 115 -> 70 + - Level requirements changes + - Arcanite longsword 15 -> 17 (setting it to 15 was a programming error) ### Items - The first omens: faint hope, fleeting glimpse, bright token, sign of solace diff --git a/data/activities.yml b/data/activities.yml index c2938d0..525905a 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -1112,7 +1112,7 @@ craft_arcanite_longsword: level: 2 - type: "skill" gid: "otherforge" - level: 15 + level: 17 duration: base: 215 minimum: 35 diff --git a/data/items.yml b/data/items.yml index 8a876a7..1f0be2c 100644 --- a/data/items.yml +++ b/data/items.yml @@ -1100,40 +1100,21 @@ faint_hope: whatnot: tags: - "omen" - use_effects: - - type: "mana" - gid: "clear" - quantity: 1 fleeting_glimpse: name: "fleeting glimpse" description: "A weak omen that shows vague images in its ethereal surface." whatnot: tags: - "omen" - use_effects: - - type: "mana" - gid: "clear" - quantity: 3 bright_token: name: "bright token" description: "An omen with promising magical potential." whatnot: tags: - "omen" - use_effects: - - type: "mana" - gid: "clear" - quantity: 6 sign_of_solace: name: "sign of solace" description: "A sign that shines radiantly from a pinpoint at its center." whatnot: tags: - "omen" - use_effects: - - type: "mana" - gid: "clear" - quantity: 5 - - type: "mana" - gid: "white" - quantity: 5 |