From 4799939e0d6b9566084685347fa0332c96942e70 Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Fri, 22 Oct 2010 16:02:16 +0000 Subject: [PATCH] Arcane Blades now start with Arcane Combat and their Flame & Lightning spells have a higher cooldown git-svn-id: http://svn.net-core.org/repos/t-engine4@1602 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/modules/tome/data/birth/classes/warrior.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/game/modules/tome/data/birth/classes/warrior.lua b/game/modules/tome/data/birth/classes/warrior.lua index 518f29bb49..f8b1e28665 100644 --- a/game/modules/tome/data/birth/classes/warrior.lua +++ b/game/modules/tome/data/birth/classes/warrior.lua @@ -156,12 +156,13 @@ newBirthDescriptor{ }, talents = { [ActorTalents.T_FLAME] = 1, - [ActorTalents.T_FIERY_HANDS] = 1, + [ActorTalents.T_ARCANE_COMBAT] = 1, [ActorTalents.T_STUNNING_BLOW] = 1, [ActorTalents.T_WEAPON_COMBAT] = 1, }, copy = { max_life = 100, + talent_cd_reduction={[ActorTalents.T_FLAME]=-3, [ActorTalents.T_LIGHTNING]=-3, }, resolvers.equip{ id=true, {type="weapon", subtype="greatsword", name="iron greatsword", autoreq=true}, {type="armor", subtype="light", name="rough leather armour", autoreq=true}, -- GitLab