Forked from
tome / Tales of MajEyal
14632 commits behind the upstream repository.
-
dg authored
Bye bye Recall ... git-svn-id: http://svn.net-core.org/repos/t-engine4@472 51575b47-30f0-44d4-a5cc-537603b46e54
dg authoredBye bye Recall ... git-svn-id: http://svn.net-core.org/repos/t-engine4@472 51575b47-30f0-44d4-a5cc-537603b46e54
npcs.lua 820 B
load("/data/general/npcs/orc.lua")
local Talents = require("engine.interface.ActorTalents")
newEntity{ base="BASE_NPC_ORC", define_as = "UKRUK",
unique = true,
name = "Ukruk the Fierce",
color=colors.VIOLET,
desc = [[This ugly orc looks really nasty and vicious. He is obviously looking for something and bears an unkown symbol on his shield.]],
level_range = {50, 50}, exp_worth = 2,
max_life = 15000, life_rating = 15, fixed_rating = true,
resolvers.equip{
{type="weapon", subtype="longsword", ego_chance=100, autoreq=true},
{type="armor", subtype="shield", ego_chance=100, autoreq=true},
},
resolvers.talents{
[Talents.T_SWORD_MASTERY]=10, [Talents.T_ASSAULT]=5, [Talents.T_OVERPOWER]=5,
},
combat_atk = 1000,
autolevel = "warrior",
ai = "dumb_talented_simple", ai_state = { talent_in=1, },
}