diff options
-rw-r--r-- | CHANGELOG.md | 9 | ||||
-rw-r--r-- | data/activities.yml | 18 |
2 files changed, 17 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 38cf6e7..9227d90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,13 +23,20 @@ All notable changes to this project will be documented in this file. ### Skills - Otherforge - Level requirements changes - - Iron shield 3 -> 4. + - Iron shield 3 -> 4 + - Arcanite dagger 10 -> 11 - XP award changes - Iron dagger 15 -> 20 - Iron buckler 20 -> 40 - Iron short sword 30 -> 50 - Iron shield 40 -> 80 - Iron longsword 53 -> 120 + - Arcanite short sword 60 -> 75 + - Arcanite longsword 100 -> 180 + - Arcanite buckler 40 -> 60 + - Arcanite shield 80 -> 120 + - Arcanite axe, pickaxe, and spade 30 -> 23 + - Onus of vision 110 -> 200 - Beastslay level requirements changes - Iron short sword 2 -> 3 - Iron longsword 5 -> 7 diff --git a/data/activities.yml b/data/activities.yml index 19a3eef..1674880 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -987,7 +987,7 @@ craft_arcanite_dagger: level: 2 - type: "skill" gid: "otherforge" - level: 10 + level: 11 duration: base: 130 minimum: 35 @@ -1038,7 +1038,7 @@ craft_arcanite_short_sword: gid: "arcanite_short_sword" xp: - gid: "otherforge" - value: 60 + value: 75 craft_arcanite_longsword: name: "Craft Arcanite Longsword" description: "Craft an arcanite longsword." @@ -1069,7 +1069,7 @@ craft_arcanite_longsword: gid: "arcanite_longsword" xp: - gid: "otherforge" - value: 100 + value: 180 craft_arcanite_buckler: name: "Craft Arcanite Buckler" description: "Craft an arcanite buckler." @@ -1100,7 +1100,7 @@ craft_arcanite_buckler: gid: "arcanite_buckler" xp: - gid: "otherforge" - value: 40 + value: 60 craft_arcanite_shield: name: "Craft Arcanite Shield" description: "Craft an arcanite shield." @@ -1131,7 +1131,7 @@ craft_arcanite_shield: gid: "arcanite_shield" xp: - gid: "otherforge" - value: 80 + value: 120 craft_iron_pickaxe: name: "Craft Iron Pickaxe" description: "Craft an iron pickaxe." @@ -1258,7 +1258,7 @@ craft_arcanite_pickaxe: gid: "arcanite_pickaxe" xp: - gid: "otherforge" - value: 30 + value: 23 craft_arcanite_axe: name: "Craft Arcanite Axe" description: "Craft an arcanite axe." @@ -1292,7 +1292,7 @@ craft_arcanite_axe: gid: "arcanite_axe" xp: - gid: "otherforge" - value: 30 + value: 23 craft_arcanite_spade: name: "Craft Arcanite Spade" description: "Craft an arcanite spade." @@ -1326,7 +1326,7 @@ craft_arcanite_spade: gid: "arcanite_spade" xp: - gid: "otherforge" - value: 30 + value: 23 craft_onus_of_vision: name: "Craft onus of vision" description: "Craft an onus of vision." @@ -1369,7 +1369,7 @@ craft_onus_of_vision: gid: "onus_of_vision" xp: - gid: "otherforge" - value: 110 + value: 200 craft_mending_salve: name: "Mix mending salve" description: "Mix a mending salve." |