Skip to content
Snippets Groups Projects
Commit 4799939e authored by dg's avatar dg
Browse files

Arcane Blades now start with Arcane Combat and their Flame & Lightning spells...

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
parent 0f4b20e1
No related branches found
No related tags found
No related merge requests found
......@@ -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},
......
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