Newer
Older
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation, either version 3 of the License, or
-- (at your option) any later version.
--
-- This program is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-- GNU General Public License for more details.
--
-- You should have received a copy of the GNU General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
--
-- Nicolas Casalini "DarkGod"
-- darkgod@te4.org
local Talents = require("engine.interface.ActorTalents")
newEntity{
define_as = "BASE_NPC_ORC",
type = "humanoid", subtype = "orc",
display = "o", color=colors.UMBER,
combat = { dam=resolvers.rngavg(5,12), atk=2, apr=6, physspeed=2 },
body = { INVEN = 10, MAINHAND=1, OFFHAND=1, BODY=1, QUIVER=1 },
resolvers.drops{chance=20, nb=1, {} },
ai = "dumb_talented_simple", ai_state = { ai_move="move_dmap", talent_in=3, },
resolvers.talents{ [Talents.T_WEAPON_COMBAT]={base=1, every=5, max=10}, },
on_die = function(self, who)
local part = "ORC_HEART"
if game.player:hasQuest("brotherhood-of-alchemists") then
game.player:hasQuest("brotherhood-of-alchemists"):need_part(who, part, self)
end
end,
dg
committed
level_range = {10, nil}, exp_worth = 1,
resolvers.inscriptions(1, "infusion"),
resolvers.talents{
[Talents.T_WEAPONS_MASTERY]={base=1, every=5, max=10},
[Talents.T_SHIELD_PUMMEL]={base=1, every=6, max=5},
},
resolvers.racial(),
dg
committed
level_range = {10, nil}, exp_worth = 1,
resolvers.talents{
[Talents.T_BOW_MASTERY]={base=1, every=5, max=10},
[Talents.T_SHOOT]=1,
},
resolvers.inscriptions(1, "infusion"),
resolvers.equip{
{type="weapon", subtype="longbow", autoreq=true},
{type="ammo", subtype="arrow", autoreq=true},
},
resolvers.racial(),
newEntity{ base = "BASE_NPC_ORC", define_as = "ORC",
name = "orc soldier", color=colors.DARK_RED,
dg
committed
level_range = {10, nil}, exp_worth = 1,
max_life = resolvers.rngavg(120,140),
life_rating = 11,
resolvers.equip{
{type="weapon", subtype="battleaxe", autoreq=true},
},
combat_armor = 2, combat_def = 0,
resolvers.inscriptions(1, "infusion"),
resolvers.talents{
[Talents.T_WEAPONS_MASTERY]={base=1, every=5, max=10},
[Talents.T_SUNDER_ARMOUR]={base=1, every=7, max=5},
[Talents.T_CRUSH]={base=1, every=4, max=5},
},
resolvers.racial(),
newEntity{ base = "BASE_NPC_ORC", define_as = "ORC_FIRE_WYRMIC",
name = "fiery orc wyrmic", color=colors.RED,
desc = [[A fierce soldier-orc trained in the discipline of dragons.]],
level_range = {11, nil}, exp_worth = 1,
rank = 3,
max_life = resolvers.rngavg(100,110),
life_rating = 10,
resolvers.equip{
{type="weapon", subtype="battleaxe", autoreq=true},
},
combat_armor = 2, combat_def = 0,
ai = "tactical",
ai_tactic = resolvers.tactic"melee",
resolvers.inscriptions(1, "infusion"),
{type="humanoid", subtype="orc", name="orc soldier", number=resolvers.mbonus(3, 2)},
[Talents.T_WEAPONS_MASTERY]={base=3, every=5, max=10},
[Talents.T_BELLOWING_ROAR]={base=2, every=6, max=5},
[Talents.T_WING_BUFFET]={base=2, every=5, max=5},
[Talents.T_FIRE_BREATH]={base=2, every=5, max=5},
resolvers.racial(),
name = "icy orc wyrmic", color=colors.BLUE, define_as = "ORC_ICE_WYRMIC",
desc = [[A fierce soldier-orc trained in the discipline of dragons.]],
level_range = {11, nil}, exp_worth = 1,
rank = 3,
max_life = resolvers.rngavg(100,110),
life_rating = 10,
resolvers.equip{
{type="weapon", subtype="battleaxe", autoreq=true},
},
combat_armor = 2, combat_def = 0,
ai = "tactical",
ai_tactic = resolvers.tactic"melee",
resolvers.inscriptions(1, "infusion"),
{type="humanoid", subtype="orc", name="orc soldier", number=resolvers.mbonus(3, 2)},
[Talents.T_WEAPONS_MASTERY]={base=3, every=5, max=10},
[Talents.T_ICE_CLAW]={base=2, every=6, max=5},
[Talents.T_ICY_SKIN]={base=2, every=5, max=5},
[Talents.T_ICE_BREATH]={base=2, every=5, max=5},
resolvers.racial(),
newEntity{ base = "BASE_NPC_ORC",
name = "orc assassin", color_r=0, color_g=0, color_b=resolvers.rngrange(175, 195),
desc = [[An orc trained in the secret ways of assassination, stealthy and deadly.]],
dg
committed
level_range = {12, nil}, exp_worth = 1,
rarity = 3,
infravision = 10,
combat_armor = 2, combat_def = 12,
resolvers.equip{
{type="weapon", subtype="dagger", autoreq=true},
{type="weapon", subtype="dagger", autoreq=true},
{type="armor", subtype="light", autoreq=true}
},
resolvers.talents{
[Talents.T_KNIFE_MASTERY]={base=3, every=5, max=10},
[Talents.T_SHADOWSTRIKE]={base=3, every=6, max=5},
resolvers.inscriptions(1, "infusion"),
resolvers.racial(),
}
newEntity{ base = "BASE_NPC_ORC",
name = "orc master assassin", color_r=0, color_g=70, color_b=resolvers.rngrange(175, 195),
desc = [[An orc trained in the secret ways of assassination, stealthy and deadly.]],
level_range = {15, nil}, exp_worth = 1,
rarity = 4,
rank = 3,
infravision = 10,
combat_armor = 2, combat_def = 18,
resolvers.equip{
{type="weapon", subtype="dagger", ego_chance=20, autoreq=true},
{type="weapon", subtype="dagger", ego_chance=20, autoreq=true},
{type="armor", subtype="light", autoreq=true}
},
ai = "tactical",
ai_tactic = resolvers.tactic"melee",
resolvers.inscriptions(1, "infusion"),
[Talents.T_KNIFE_MASTERY]={base=3, every=5, max=10},
[Talents.T_STEALTH]=5,
[Talents.T_LETHALITY]=4,
[Talents.T_SHADOWSTRIKE]=5,
[Talents.T_HIDE_IN_PLAIN_SIGHT]={base=2, every=6, max=5},
},
max_life = resolvers.rngavg(80,100),
resolvers.sustains_at_birth(),
autolevel = "rogue",
resolvers.racial(),
name = "orc grand master assassin", color_r=0, color_g=70, color_b=resolvers.rngrange(175, 195),
desc = [[An orc trained in the secret ways of assassination, stealthy and deadly.]],
level_range = {15, nil}, exp_worth = 1,
rarity = 5,
rank = 3,
infravision = 10,
combat_armor = 2, combat_def = 18,
resolvers.equip{
{type="weapon", subtype="dagger", ego_chance=20, autoreq=true},
{type="weapon", subtype="dagger", ego_chance=20, autoreq=true},
{type="armor", subtype="light", autoreq=true}
},
ai = "tactical",
ai_tactic = resolvers.tactic"melee",
resolvers.inscriptions(3, "infusion"),
[Talents.T_KNIFE_MASTERY]={base=3, every=5, max=10},
[Talents.T_LETHALITY]={base=4, every=5, max=6},
[Talents.T_HIDE_IN_PLAIN_SIGHT]={base=3, every=5, max=5},
[Talents.T_UNSEEN_ACTIONS]={base=3, every=5, max=5},
},
max_life = resolvers.rngavg(80,100),
resolvers.sustains_at_birth(),
autolevel = "rogue",
resolvers.racial(),
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
-- Unique orcs
newEntity{ base = "BASE_NPC_ORC",
name = "Kra'Tor the Gluttonous", unique = true,
color=colors.DARK_KHAKI,
desc = [[A morbidly obese orc with greasy pockmarked skin and oily long black hair. He's clad in plate mail and carries a huge granite battleaxe that's nearly as large as he is.]],
level_range = {38, nil}, exp_worth = 2,
rarity = 50,
rank = 3.5,
max_life = resolvers.rngavg(600, 800),
life_rating = 22,
move_others=true,
resolvers.equip{
{type="weapon", subtype="battleaxe", defined="GAPING_MAW", random_art_replace={chance=75}, autoreq=true},
{type="armor", subtype="massive", tome_drops="boss", autoreq=true},
},
resolvers.drops{chance=100, nb=2, {tome_drops="boss"} },
combat_armor = 2, combat_def = 0,
blind_immune = 0.5,
confuse_immune = 0.5,
stun_immune = 0.7,
knockback_immune = 1,
autolevel = "wyrmic",
ai = "tactical", ai_state = { talent_in=1, ai_move="move_astar", },
ai_tactic = resolvers.tactic"melee",
resolvers.inscriptions(4, {"movement infusion", "healing infusion", "regeneration infusion", "wild infusion"}),
resists = { all=25},
resolvers.talents{
[Talents.T_ICE_CLAW]={base=4, every=4, max=8},
[Talents.T_ICY_SKIN]={base=5, every=4, max=9},
[Talents.T_SAND_BREATH]={base=5, every=4, max=9},
[Talents.T_RESOLVE]=5,
[Talents.T_AURA_OF_SILENCE]=5,
[Talents.T_MANA_CLASH]={base=5, every=5, max=8},
[Talents.T_WARSHOUT]={base=4, every=4, max=8},
[Talents.T_DEATH_DANCE]={base=3, every=4, max=7},
[Talents.T_BERSERKER]={base=5, every=4, max=10},
[Talents.T_CRUSH]={base=3, every=4, max=8},
[Talents.T_WEAPON_COMBAT]={base=6, every=4, max=10},
[Talents.T_WEAPONS_MASTERY]={base=6, every=4, max=10},
[Talents.T_ARMOUR_TRAINING]={base=5, every=4, max=12},
},
resolvers.sustains_at_birth(),
}