Skip to content
Snippets Groups Projects
Commit 4b5f1dd4 authored by dg's avatar dg
Browse files

Reduced power of the Shade

git-svn-id: http://svn.net-core.org/repos/t-engine4@1743 51575b47-30f0-44d4-a5cc-537603b46e54
parent 33f30077
No related branches found
No related tags found
No related merge requests found
......@@ -52,9 +52,10 @@ newEntity{ define_as = "SHADE",
drops = resolvers.drops{chance=100, nb=3, {ego_chance=100} },
resolvers.talents{
[Talents.T_MANA_POOL]=1, [Talents.T_MANATHRUST]=4, [Talents.T_FREEZE]=4, [Talents.T_TIDAL_WAVE]=2,
[Talents.T_STAMINA_POOL]=1, [Talents.T_WEAPONS_MASTERY]=3, [Talents.T_STUNNING_BLOW]=1,
[Talents.T_MANATHRUST]=4, [Talents.T_FREEZE]=4, [Talents.T_TIDAL_WAVE]=2,
[Talents.T_WEAPONS_MASTERY]=3,
},
inc_damage = {all=-30},
autolevel = "warriormage",
ai = "dumb_talented_simple", ai_state = { talent_in=4, ai_move="move_astar" },
......
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