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

plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@1813 51575b47-30f0-44d4-a5cc-537603b46e54
parent cec53b40
No related branches found
No related tags found
No related merge requests found
......@@ -147,13 +147,14 @@ newEntity{ base = "BASE_NPC_XORN", define_as="TEST",
-- Does not appear randomly, it is summoned by killing the fragments
newEntity{ base = "BASE_NPC_XORN", define_as = "FULL_HARKOR_ZUN",
name = "Harkor'Zun", color=colors.VIOLET, unique=true,
desc = [[A gigantic demon composed of elemental Earth resembling a twisted Xarn but much much larger. It doesn't seem pleased with your presence.]],
desc = [[A gigantic demon composed of elemental earth resembling a twisted Xarn but much much larger. It doesn't seem pleased with your presence.]],
level_range = {23, nil}, exp_worth = 2,
rank = 3.5,
size_category = 5,
autolevel = "warriormage",
stats = { str=20, dex=8, mag=25, con=16 },
max_life = 460, life_rating=24,
mana_regen = 100,
combat_armor = 20, combat_def = 10,
combat = { dam=resolvers.mbonus(46, 30), atk=35, apr=18, dammod={str=1}, damtype=DamageType.ACID },
......@@ -166,6 +167,8 @@ newEntity{ base = "BASE_NPC_XORN", define_as = "FULL_HARKOR_ZUN",
resolvers.talents{
[Talents.T_CONSTRICT]=4,
[Talents.T_RUSH]=4,
[Talents.T_STONE_SKIN]=4,
[Talents.T_STRIKE]=4,
[Talents.T_EARTHQUAKE]=5,
[Talents.T_STALACTITIC_MISSILES]=5,
[Talents.T_CRYSTALLINE_FOCUS]=5,
......
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