Commit 63c64345bb017bc17f7bfe608652df5b6146092f
1 parent
4d9c349e
plop
git-svn-id: http://svn.net-core.org/repos/t-engine4@3338 51575b47-30f0-44d4-a5cc-537603b46e54
Showing
1 changed file
with
32 additions
and
0 deletions
... | ... | @@ -142,3 +142,35 @@ newEntity{ base = "BASE_NPC_ORC", |
142 | 142 | }, |
143 | 143 | resolvers.racial(), |
144 | 144 | } |
145 | + | |
146 | +newEntity{ base = "BASE_NPC_ORC", | |
147 | + name = "orc mage-hunter", color=colors.HONEYDEW, | |
148 | + desc = [[An orc clad in massive armour, magic seems to die down all around him.]], | |
149 | + level_range = {30, nil}, exp_worth = 1, | |
150 | + rarity = 4, | |
151 | + rank = 3, | |
152 | + max_life = resolvers.rngavg(120,150), | |
153 | + life_rating = 15, | |
154 | + resolvers.equip{ | |
155 | + {type="weapon", subtype="waraxe", autoreq=true}, | |
156 | + {type="armor", subtype="shield", autoreq=true}, | |
157 | + {type="armor", subtype="massive", autoreq=true}, | |
158 | + }, | |
159 | + combat_armor = 2, combat_def = 3, | |
160 | + | |
161 | + autolevel = "warriorwill", | |
162 | + ai = "tactical", | |
163 | + ai_tactic = resolvers.tactic"melee", | |
164 | + resolvers.inscriptions(2, "infusion"), | |
165 | + | |
166 | + resolvers.talents{ | |
167 | + [Talents.T_WEAPONS_MASTERY]={base=5, every=5, max=14}, | |
168 | + [Talents.T_WEAPON_COMBAT]={base=5, every=5, max=14}, | |
169 | + [Talents.T_ARMOUR_TRAINING]={base=5, every=5, max=14}, | |
170 | + [Talents.T_RESOLVE]={base=4, every=5, max=9}, | |
171 | + [Talents.T_ANTIMAGIC_SHIELD]={base=4, every=5, max=9}, | |
172 | + [Talents.T_AURA_OF_SILENCE]={base=4, every=5, max=9}, | |
173 | + [Talents.T_MANA_CLASH]={base=4, every=5, max=9}, | |
174 | + }, | |
175 | + resolvers.racial(), | |
176 | +} | ... | ... |
-
Please register or login to post a comment