Skip to content
Snippets Groups Projects
Commit b194c32d authored by DarkGod's avatar DarkGod
Browse files

Updated Ring of the War Master and the Murderblade to correctly boost berserker talents

parent e8798135
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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,
......
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment