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

Ukruk now has Rush

Stone Wall actually works now


git-svn-id: http://svn.net-core.org/repos/t-engine4@602 51575b47-30f0-44d4-a5cc-537603b46e54
parent d556174e
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ newTalent{
display = '#', color_r=255, color_g=255, color_b=255,
always_remember = true,
can_pass = {pass_wall=1},
does_block_move = true,
block_move = true,
block_sight = true,
temporary = 2 + self:combatSpellpower(0.03) * self:getTalentLevel(t),
x = x + i, y = y + j,
......
......@@ -31,13 +31,19 @@ newEntity{ base="BASE_NPC_ORC", define_as = "UKRUK",
rank = 4,
size_category = 3,
stun_immune = 1,
blind_immune = 1,
combat_spellresist = 70,
combat_mentalresist = 70,
combat_physresist = 70,
resolvers.equip{
{type="weapon", subtype="longsword", ego_chance=100, autoreq=true},
{type="armor", subtype="shield", ego_chance=100, autoreq=true},
},
resolvers.talents{
[Talents.T_SWORD_MASTERY]=10, [Talents.T_ASSAULT]=5, [Talents.T_OVERPOWER]=5,
[Talents.T_SWORD_MASTERY]=10, [Talents.T_ASSAULT]=5, [Talents.T_OVERPOWER]=5, [Talents.T_RUSH]=5,
},
combat_atk = 1000,
......
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