Skip to content
Snippets Groups Projects
Commit 7c499497 authored by dg's avatar dg
Browse files

moooar

git-svn-id: http://svn.net-core.org/repos/t-engine4@3427 51575b47-30f0-44d4-a5cc-537603b46e54
parent ac11b707
No related branches found
No related tags found
No related merge requests found
Showing
with 6 additions and 2 deletions
......@@ -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",
......
......@@ -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,
......
......@@ -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,
......
game/modules/tome/data/gfx/shockbolt/npc/elemental_temporal_greater_telugoroth.png

10.5 KiB

game/modules/tome/data/gfx/shockbolt/npc/elemental_temporal_greater_teluvorta.png

12.9 KiB

game/modules/tome/data/gfx/shockbolt/npc/elemental_temporal_telugoroth.png

7.91 KiB

game/modules/tome/data/gfx/shockbolt/npc/elemental_temporal_teluvorta.png

10.4 KiB

game/modules/tome/data/gfx/shockbolt/npc/elemental_temporal_ultimate_telugoroth.png

15.8 KiB

game/modules/tome/data/gfx/shockbolt/npc/elemental_temporal_ultimate_teluvorta.png

17.8 KiB

game/modules/tome/data/gfx/shockbolt/npc/humanoid_elf_elven_sun_mage.png

6.57 KiB

game/modules/tome/data/gfx/shockbolt/npc/undead_ghost_ruin_banshee.png

8.11 KiB

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