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

Give gorbat orc summoners a shoot talent to go along their sling

git-svn-id: http://svn.net-core.org/repos/t-engine4@4530 51575b47-30f0-44d4-a5cc-537603b46e54
parent d269ea2c
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,8 @@ newEntity{ base = "BASE_NPC_ORC_GORBAT",
[Talents.T_MINOTAUR]={base=4, every=6, max=7},
[Talents.T_RITCH_FLAMESPITTER]={base=4, every=5, max=7},
[Talents.T_SPIDER]={base=3, every=5, max=6},
[Talents.T_FRANTIC_SUMMONING]={base=1, every=5, max=5},
[Talents.T_SHOOT]=1,
},
resolvers.racial(),
}
......@@ -105,7 +107,9 @@ newEntity{ base = "BASE_NPC_ORC_GORBAT",
[Talents.T_SPIDER]={base=5, every=5, max=8},
[Talents.T_RESOLVE]={base=4, every=5, max=6},
[Talents.T_NATURE_TOUCH]={base=3, every=5, max=8},
[Talents.T_FRANTIC_SUMMONING]={base=2, every=5, max=7},
[Talents.T_NATURE_S_BALANCE]=5,
[Talents.T_SHOOT]=1,
},
resolvers.racial(),
}
......
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