From b194c32daab14f0779d7ac45be2216efd38c8159 Mon Sep 17 00:00:00 2001 From: DarkGod <darkgod@net-core.org> Date: Mon, 13 Jun 2016 12:22:44 +0200 Subject: [PATCH] Updated Ring of the War Master and the Murderblade to correctly boost berserker talents --- .../tome/data/general/objects/boss-artifacts-far-east.lua | 1 + game/modules/tome/data/general/objects/world-artifacts.lua | 1 + 2 files changed, 2 insertions(+) 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 c2dd348ab1..c2e68f7429 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 cce3acc66c..544f29f3dc 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, -- GitLab