diff --git a/game/modules/tome/data/birth/classes/mage.lua b/game/modules/tome/data/birth/classes/mage.lua index 493506d7374f7636d8580b3fcde94bb187709eec..11c9ea8807d6fe3ad030d29b1499a5b3f00799c7 100644 --- a/game/modules/tome/data/birth/classes/mage.lua +++ b/game/modules/tome/data/birth/classes/mage.lua @@ -76,7 +76,7 @@ newBirthDescriptor{ }, copy = { -- Mages start in angolwen - default_wilderness = {"zone-pop", "angolwen"}, + default_wilderness = {"zone-pop", "angolwen-portal"}, starting_zone = "town-angolwen", starting_quest = "start-archmage", starting_intro = "archmage", diff --git a/game/modules/tome/data/general/npcs/ghost.lua b/game/modules/tome/data/general/npcs/ghost.lua index d7f2d585ebd1de7099f87920ddb327940faa41a1..86363684c269a46be4a8c2f379f8730f15b02964 100644 --- a/game/modules/tome/data/general/npcs/ghost.lua +++ b/game/modules/tome/data/general/npcs/ghost.lua @@ -120,7 +120,7 @@ newEntity{ base = "BASE_NPC_GHOST", } newEntity{ base = "BASE_NPC_GHOST", - name = "ruin banshee", color=colors.GREY, image="npc/ruin_banshee.png", + name = "ruin banshee", color=colors.GREY, desc = [[A vengeful, screaming soul given form with the breath of Urh'Rok himself. The vapors of the Fearscape seep from its dimension-bending form, withering and searing.]], level_range = {42, nil}, exp_worth = 1, rarity = 15, diff --git a/game/modules/tome/data/general/npcs/telugoroth.lua b/game/modules/tome/data/general/npcs/telugoroth.lua index 7979f0187d80b47c65bbd05b1a477e4bb53e68de..2c887002789e9c22099aa7d4bbf757a466a65c27 100644 --- a/game/modules/tome/data/general/npcs/telugoroth.lua +++ b/game/modules/tome/data/general/npcs/telugoroth.lua @@ -64,6 +64,7 @@ newEntity{ base = "BASE_NPC_TELUGOROTH", newEntity{ base = "BASE_NPC_TELUGOROTH", name = "greater telugoroth", color=colors.YELLOW, desc = [[A temporal elemental, rarely encountered except by those who travel through time itself. Its blurred form constantly shifts before your eyes.]], + resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/elemental_temporal_greater_telugoroth.png", display_h=2, display_y=-1}}}, level_range = {12, nil}, exp_worth = 1, rarity = 4, max_life = resolvers.rngavg(70,80), life_rating = 10, @@ -80,6 +81,7 @@ newEntity{ base = "BASE_NPC_TELUGOROTH", newEntity{ base = "BASE_NPC_TELUGOROTH", name = "ultimate telugoroth", color=colors.GOLD, desc = [[A temporal elemental, rarely encountered except by those who travel through time itself. Its blurred form constantly shifts before your eyes.]], + resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/elemental_temporal_ultimate_telugoroth.png", display_h=2, display_y=-1}}}, level_range = {15, nil}, exp_worth = 1, rarity = 6, rank = 3, @@ -123,6 +125,7 @@ newEntity{ base = "BASE_NPC_TELUGOROTH", newEntity{ base = "BASE_NPC_TELUGOROTH", name = "greater teluvorta", color=colors.TAN, desc = [[Time and space collapse in upon this erratically-moving time elemental.]], + resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/elemental_temporal_greater_teluvorta.png", display_h=2, display_y=-1}}}, level_range = {15, nil}, exp_worth = 1, rarity = 6, max_life = resolvers.rngavg(50,70), @@ -146,6 +149,7 @@ newEntity{ base = "BASE_NPC_TELUGOROTH", newEntity{ base = "BASE_NPC_TELUGOROTH", name = "ultimate teluvorta", color=colors.DARK_TAN, desc = [[Time and space collapse in upon this erratically-moving time elemental.]], + resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/elemental_temporal_ultimate_teluvorta.png", display_h=2, display_y=-1}}}, level_range = {18, nil}, exp_worth = 1, rarity = 8, rank = 3, diff --git a/game/modules/tome/data/gfx/shockbolt/npc/elemental_temporal_greater_telugoroth.png b/game/modules/tome/data/gfx/shockbolt/npc/elemental_temporal_greater_telugoroth.png new file mode 100644 index 0000000000000000000000000000000000000000..c370384dc6b2af28de5d17d832c98f00e7d97911 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/npc/elemental_temporal_greater_telugoroth.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/npc/elemental_temporal_greater_teluvorta.png b/game/modules/tome/data/gfx/shockbolt/npc/elemental_temporal_greater_teluvorta.png new file mode 100644 index 0000000000000000000000000000000000000000..439afab41b97c3972687e59240e71e157d3f69ac Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/npc/elemental_temporal_greater_teluvorta.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/npc/elemental_temporal_telugoroth.png b/game/modules/tome/data/gfx/shockbolt/npc/elemental_temporal_telugoroth.png new file mode 100644 index 0000000000000000000000000000000000000000..72f8daf991c2152dcde714c53ed521c283297c6b Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/npc/elemental_temporal_telugoroth.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/npc/elemental_temporal_teluvorta.png b/game/modules/tome/data/gfx/shockbolt/npc/elemental_temporal_teluvorta.png new file mode 100644 index 0000000000000000000000000000000000000000..a0fd6eeba5a217376b434a8deaa2196cc85112f3 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/npc/elemental_temporal_teluvorta.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/npc/elemental_temporal_ultimate_telugoroth.png b/game/modules/tome/data/gfx/shockbolt/npc/elemental_temporal_ultimate_telugoroth.png new file mode 100644 index 0000000000000000000000000000000000000000..758f9772f09f19cf3392bdb9b9546ef6db389ee1 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/npc/elemental_temporal_ultimate_telugoroth.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/npc/elemental_temporal_ultimate_teluvorta.png b/game/modules/tome/data/gfx/shockbolt/npc/elemental_temporal_ultimate_teluvorta.png new file mode 100644 index 0000000000000000000000000000000000000000..a8bd84a68c1dc5aca2bafdad99f5c7d758c0f726 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/npc/elemental_temporal_ultimate_teluvorta.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/npc/humanoid_elf_elven_sun_mage.png b/game/modules/tome/data/gfx/shockbolt/npc/humanoid_elf_elven_sun_mage.png new file mode 100644 index 0000000000000000000000000000000000000000..44c38addbb127c99875db1d77e3e1b7a4e639740 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/npc/humanoid_elf_elven_sun_mage.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/npc/undead_ghost_ruin_banshee.png b/game/modules/tome/data/gfx/shockbolt/npc/undead_ghost_ruin_banshee.png new file mode 100644 index 0000000000000000000000000000000000000000..642fbe1d36689651c633fef23b5ce72fe7dc46ec Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/npc/undead_ghost_ruin_banshee.png differ