diff --git a/game/modules/tome/data/birth/classes/rogue.lua b/game/modules/tome/data/birth/classes/rogue.lua index 36dad92dbb07a024aea27146a808b0fef6031d8e..6accd8f732d19211066b5a42f30103613274c3f8 100644 --- a/game/modules/tome/data/birth/classes/rogue.lua +++ b/game/modules/tome/data/birth/classes/rogue.lua @@ -165,6 +165,7 @@ newBirthDescriptor{ ["technique/mobility"]={true, 0.3}, ["technique/thuggery"]={true, 0.3}, ["technique/conditioning"]={true, 0.3}, + ["technique/bloodthirst"]={false, 0.1}, ["cunning/dirty"]={true, 0.3}, ["cunning/tactical"]={false, 0.2}, ["cunning/survival"]={true, 0.3}, diff --git a/game/modules/tome/data/talents/techniques/techniques.lua b/game/modules/tome/data/talents/techniques/techniques.lua index d36ac9c1b38d672b878012ccac5122deb0480d1b..320997178a90e9f5fa7fef39da5152b50bd1087b 100644 --- a/game/modules/tome/data/talents/techniques/techniques.lua +++ b/game/modules/tome/data/talents/techniques/techniques.lua @@ -40,7 +40,7 @@ newTalentType{ allow_random=true, type="technique/combat-techniques-passive", na newTalentType{ allow_random=true, type="technique/combat-training", name = "combat training", generic = true, description = "Teaches to use various armours, weapons and improves health." } newTalentType{ allow_random=true, no_silence=true, is_spell=true, type="technique/magical-combat", name = "magical combat", description = "The blending together of magic and melee prowess." } newTalentType{ allow_random=true, type="technique/mobility", name = "mobility", generic = true, description = "Controlling your movements on the battlefields is the sure way to victory." } -newTalentType{ allow_random=true, type="technique/thuggery", name = "thuggery", description = "Whatever wins the day, wins the day." } +newTalentType{ allow_random=true, type="technique/thuggery", name = "thuggery", generic = true, description = "Whatever wins the day, wins the day." } -- Unarmed Combat newTalentType{ is_unarmed=true, allow_random=true, type="technique/pugilism", name = "pugilism", description = "Unarmed Boxing techniques that may not be practiced in massive armor or while a weapon or shield is equipped." }