From 73f315794baf8d34cca61c6e0908747112fba774 Mon Sep 17 00:00:00 2001
From: Shibari <ShibariTOME@Gmail.com>
Date: Mon, 22 Jan 2018 03:09:54 -0500
Subject: [PATCH] Increase Skirmisher Poison mastery

Hits some breakpoints that are annoying without it.
---
 game/modules/tome/data/birth/classes/rogue.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game/modules/tome/data/birth/classes/rogue.lua b/game/modules/tome/data/birth/classes/rogue.lua
index ad8d0876b6..6eefdc8cbb 100644
--- a/game/modules/tome/data/birth/classes/rogue.lua
+++ b/game/modules/tome/data/birth/classes/rogue.lua
@@ -257,7 +257,7 @@ newBirthDescriptor{
 		["cunning/scoundrel"]={false, 0.1},
 	},
 	unlockable_talents_types = {
-		["cunning/poisons"]={false, 0.2, "rogue_poisons"},
+		["cunning/poisons"]={false, 0.3, "rogue_poisons"},
 	},
 	talents = {
 		[ActorTalents.T_DISENGAGE] = 1,
-- 
GitLab