diff --git a/game/modules/tome/data/general/objects/boss-artifacts-far-east.lua b/game/modules/tome/data/general/objects/boss-artifacts-far-east.lua index c2dd348ab11ac6b49a83edfed4bbedc499e8f513..c2e68f7429c1672721ff7bb23b2b825a0a349f75 100644 --- a/game/modules/tome/data/general/objects/boss-artifacts-far-east.lua +++ b/game/modules/tome/data/general/objects/boss-artifacts-far-east.lua @@ -276,6 +276,7 @@ newEntity{ base = "BASE_GREATSWORD", wielder = { inc_stats = { [Stats.STAT_CON] = 15, [Stats.STAT_STR] = 15, [Stats.STAT_DEX] = 5, }, talents_types_mastery = { + ["technique/strength-of-the-berserker"] = 0.3, ["technique/2hweapon-cripple"] = 0.2, ["technique/2hweapon-offense"] = 0.2, ["technique/2hweapon-assault"] = 0.2, diff --git a/game/modules/tome/data/general/objects/world-artifacts.lua b/game/modules/tome/data/general/objects/world-artifacts.lua index cce3acc66c6bb591d788c171cc0cb2c163f02e2c..544f29f3dc730683b627f0090e7cee107587eae6 100644 --- a/game/modules/tome/data/general/objects/world-artifacts.lua +++ b/game/modules/tome/data/general/objects/world-artifacts.lua @@ -814,6 +814,7 @@ newEntity{ base = "BASE_RING", combat_dam = 10, combat_physcrit = 5, talents_types_mastery = { + ["technique/strength-of-the-berserker"] = 0.3, ["technique/2hweapon-cripple"] = 0.3, ["technique/2hweapon-offense"] = 0.3, ["technique/2hweapon-assault"] = 0.3,