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

and again

git-svn-id: http://svn.net-core.org/repos/t-engine4@4257 51575b47-30f0-44d4-a5cc-537603b46e54
parent e07c43d6
No related branches found
No related tags found
No related merge requests found
......@@ -189,6 +189,8 @@ newEntity{ base = "BASE_NPC_ORC",
[Talents.T_STEALTH]=5,
[Talents.T_LETHALITY]=4,
[Talents.T_SHADOWSTRIKE]={base=3, every=6, max=5},
[Talents.T_VILE_POISONS]={base=2, every=8, max=5},
[Talents.T_VENOMOUS_STRIKE]={last=15, base=0, every=6, max=5},
},
max_life = resolvers.rngavg(80,100),
resolvers.inscriptions(1, "infusion"),
......@@ -221,6 +223,8 @@ newEntity{ base = "BASE_NPC_ORC",
[Talents.T_LETHALITY]=4,
[Talents.T_SHADOWSTRIKE]=5,
[Talents.T_HIDE_IN_PLAIN_SIGHT]={base=2, every=6, max=5},
[Talents.T_VILE_POISONS]={base=3, every=8, max=5},
[Talents.T_VENOMOUS_STRIKE]={base=1, every=6, max=5},
},
max_life = resolvers.rngavg(80,100),
......@@ -250,9 +254,13 @@ newEntity{ base = "BASE_NPC_ORC",
[Talents.T_KNIFE_MASTERY]={base=3, every=5, max=10},
[Talents.T_STEALTH]=5,
[Talents.T_LETHALITY]={base=4, every=5, max=6},
[Talents.T_DEADLY_STRIKES]={base=3, every=5, max=6},
[Talents.T_SHADOWSTRIKE]=5,
[Talents.T_HIDE_IN_PLAIN_SIGHT]={base=3, every=5, max=5},
[Talents.T_UNSEEN_ACTIONS]={base=3, every=5, max=5},
[Talents.T_VILE_POISONS]={base=3, every=8, max=5},
[Talents.T_VENOMOUS_STRIKE]={base=2, every=6, max=5},
[Talents.T_EMPOWER_POISONS]={base=3, every=7, max=5},
},
max_life = resolvers.rngavg(80,100),
......
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