From 60de193b57fc838d9022bcd2d9f2e3eee2a867f0 Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Fri, 8 Jun 2012 15:39:11 +0000 Subject: [PATCH] shhh git-svn-id: http://svn.net-core.org/repos/t-engine4@5219 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/modules/tome/data/zones/gorbat-pride/npcs.lua | 2 +- game/modules/tome/data/zones/grushnak-pride/npcs.lua | 2 +- game/modules/tome/data/zones/rak-shor-pride/npcs.lua | 2 +- game/modules/tome/data/zones/vor-pride/npcs.lua | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/game/modules/tome/data/zones/gorbat-pride/npcs.lua b/game/modules/tome/data/zones/gorbat-pride/npcs.lua index 128c7bdfac..792ca2cb92 100644 --- a/game/modules/tome/data/zones/gorbat-pride/npcs.lua +++ b/game/modules/tome/data/zones/gorbat-pride/npcs.lua @@ -34,7 +34,7 @@ newEntity{ base="BASE_NPC_ORC_GORBAT", define_as = "GORBAT", resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/humanoid_orc_gorbat__supreme_wyrmic_of_the_pride.png", display_h=2, display_y=-1}}}, desc = [[An orc with scaly skin, claws and a pair of small wings on his back.]], killer_message = "and fed to the hatchlings", - level_range = {40, nil}, exp_worth = 2, + level_range = {40, nil}, exp_worth = 1, rank = 5, max_life = 250, life_rating = 29, fixed_rating = true, infravision = 10, diff --git a/game/modules/tome/data/zones/grushnak-pride/npcs.lua b/game/modules/tome/data/zones/grushnak-pride/npcs.lua index 15f3de25e6..f57d3634d0 100644 --- a/game/modules/tome/data/zones/grushnak-pride/npcs.lua +++ b/game/modules/tome/data/zones/grushnak-pride/npcs.lua @@ -29,7 +29,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.]], killer_message = "and mounted on the barracks wall", - level_range = {45, nil}, exp_worth = 2, + level_range = {45, nil}, exp_worth = 1, rank = 5, max_life = 700, life_rating = 25, fixed_rating = true, infravision = 10, diff --git a/game/modules/tome/data/zones/rak-shor-pride/npcs.lua b/game/modules/tome/data/zones/rak-shor-pride/npcs.lua index 3b0b6fa995..24b4b93879 100644 --- a/game/modules/tome/data/zones/rak-shor-pride/npcs.lua +++ b/game/modules/tome/data/zones/rak-shor-pride/npcs.lua @@ -33,7 +33,7 @@ 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.]], killer_message = "and raised as a malformed servant", - level_range = {35, nil}, exp_worth = 2, + level_range = {35, nil}, exp_worth = 1, rank = 5, max_life = 150, life_rating = 19, fixed_rating = true, infravision = 10, diff --git a/game/modules/tome/data/zones/vor-pride/npcs.lua b/game/modules/tome/data/zones/vor-pride/npcs.lua index 5781706da8..741bb17876 100644 --- a/game/modules/tome/data/zones/vor-pride/npcs.lua +++ b/game/modules/tome/data/zones/vor-pride/npcs.lua @@ -30,7 +30,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.]], killer_message = "and used as target practice for initiate mages", - level_range = {40, nil}, exp_worth = 2, + level_range = {40, nil}, exp_worth = 1, rank = 5, max_life = 250, life_rating = 19, fixed_rating = true, infravision = 10, -- GitLab