Commit 0686fb9927e7afc46bf88695d51a750aaf644809
1 parent
ef5d8ea2
Remove some leftover no_npc_use talents
Showing
3 changed files
with
0 additions
and
3 deletions
... | ... | @@ -101,6 +101,5 @@ newEntity{ base = "BASE_NPC_CAT", |
101 | 101 | [Talents.T_RUSH]={base=3, every=8, max=5}, |
102 | 102 | [Talents.T_LETHALITY]={base=3, every=8, max=5}, |
103 | 103 | [Talents.T_CRIPPLE]={base=3, every=8, max=5}, |
104 | - [Talents.T_EXPOSE_WEAKNESS]={base=3, every=8, max=5}, | |
105 | 104 | }, |
106 | 105 | } | ... | ... |
... | ... | @@ -208,7 +208,6 @@ newEntity{ base = "BASE_NPC_SKELETON", |
208 | 208 | [Talents.T_DUAL_WEAPON_MASTERY]={base=1, every=10, max=7}, |
209 | 209 | [Talents.T_TEMPO]={base=1, every=10, max=7}, |
210 | 210 | [Talents.T_FLURRY]={base=1, every=10, max=7}, |
211 | - [Talents.T_EXPOSE_WEAKNESS]={base=1, every=10, max=7}, | |
212 | 211 | [Talents.T_LETHALITY]={base=1, every=10, max=7}, |
213 | 212 | [Talents.T_WEAPON_COMBAT]={base=1, every=10, max=7}, |
214 | 213 | [Talents.T_KNIFE_MASTERY]={base=1, every=10, max=7}, | ... | ... |
... | ... | @@ -144,7 +144,6 @@ newEntity{ base = "BASE_NPC_THIEF", define_as = "THIEF_ASSASSIN", |
144 | 144 | combat_armor = 3, combat_def = 10, |
145 | 145 | resolvers.talents{ |
146 | 146 | [Talents.T_STEALTH]={base=3, every=6, max=7}, |
147 | - [Talents.T_EXPOSE_WEAKNESS]={base=3, every=6, max=7}, | |
148 | 147 | [Talents.T_DUAL_WEAPON_MASTERY]={base=2, every=6, max=6}, |
149 | 148 | [Talents.T_TEMPO]={base=2, every=6, max=6}, |
150 | 149 | [Talents.T_DUAL_STRIKE]={base=1, every=6, max=6}, | ... | ... |
-
Please register or login to post a comment