Skip to content
Snippets Groups Projects
Commit 1611c586 authored by dg's avatar dg
Browse files

The Orc Pride bosses now have the rank of elite boss

git-svn-id: http://svn.net-core.org/repos/t-engine4@954 51575b47-30f0-44d4-a5cc-537603b46e54
parent 369e619b
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ newEntity{ base="BASE_NPC_ORC_GRUSHNAK", define_as = "GRUSHNAK",
name = "Grushnak, Battlemaster of the Pride", color=colors.VIOLET, unique = true,
desc = [[An old orc, covered in battle scars, he looks fierce and very, very, dangerous.]],
level_range = {45, 55}, exp_worth = 2,
rank = 4,
rank = 5,
max_life = 700, life_rating = 25, fixed_rating = true,
infravision = 20,
stats = { str=15, dex=10, cun=12, wil=45, mag=16, con=14 },
......
......@@ -31,8 +31,8 @@ newEntity{ base="BASE_NPC_ORC_RAK_SHOR", define_as = "RAK_SHOR",
name = "Rak'shor, Grand Necromancer of the Pride", color=colors.VIOLET, unique = true,
desc = [[An old orc, wearing black robes. He commands his undead armies to destroy you.]],
level_range = {35, 50}, exp_worth = 2,
rank = 4,
max_life = 150, life_rating = 16, fixed_rating = true,
rank = 5,
max_life = 150, life_rating = 19, fixed_rating = true,
infravision = 20,
stats = { str=15, dex=10, cun=12, mag=16, con=14 },
move_others=true,
......
......@@ -28,7 +28,7 @@ newEntity{ base="BASE_NPC_ORC_VOR", define_as = "VOR",
name = "Vor, Grand Geomancer of the Pride", color=colors.VIOLET, unique = true,
desc = [[An old orc, wearing multi-colored robes. Ice shards fly around him, leaving a trail of fire and lightning bursts.]],
level_range = {40, 50}, exp_worth = 2,
rank = 4,
rank = 5,
max_life = 250, life_rating = 19, fixed_rating = true,
infravision = 20,
stats = { str=12, dex=10, cun=12, mag=21, con=14 },
......
No preview for this file type
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