Skip to content
Snippets Groups Projects
Commit 9fea3671 authored by dg's avatar dg
Browse files

moar tiles

git-svn-id: http://svn.net-core.org/repos/t-engine4@3593 51575b47-30f0-44d4-a5cc-537603b46e54
parent c85c9c8c
No related branches found
No related tags found
No related merge requests found
Showing
with 13 additions and 4 deletions
game/modules/tome/data/gfx/shockbolt/npc/humanoid_dwarf_dwarven_earthwarden.png

10.2 KiB

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

5.93 KiB

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

15.3 KiB

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

6.75 KiB

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

8.8 KiB

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

8.8 KiB

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

6.81 KiB

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

13.6 KiB

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

6.38 KiB

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

10 KiB

......@@ -158,10 +158,11 @@ newEntity{ base = "BASE_NPC_ORC_ATTACKER", define_as = "ORC_ATTACK",
newEntity{
define_as = "ELANDAR",
type = "humanoid", subtype = "sorcerer",
type = "humanoid", subtype = "shalore",
name = "Elandar",
display = "@", color=colors.AQUAMARINE,
faction = "sorcerers",
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/humanoid_shalore_elandar.png", display_h=2, display_y=-1}}},
desc = [[Renegade mages from Angolwen, the Sorcerers have set up in the Far East, slowly growing corrupt. Now they must be stopped.]],
level_range = {70, nil}, exp_worth = 15,
......@@ -214,10 +215,12 @@ newEntity{
newEntity{
define_as = "ARGONIEL",
type = "humanoid", subtype = "sorcerer",
type = "humanoid", subtype = "human",
name = "Argoniel",
display = "@", color=colors.LIGHT_BLUE,
faction = "sorcerers",
female = true,
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/humanoid_human_argoniel.png", display_h=2, display_y=-1}}},
desc = [[Renegade mages from Angolwen, the Sorcerers have set up in the Far East, slowly growing corrupt. Now they must be stopped.]],
level_range = {70, nil}, exp_worth = 15,
......
......@@ -52,10 +52,11 @@ local Talents = require("engine.interface.ActorTalents")
-- Alatar & Palando, the final bosses
newEntity{
define_as = "ELANDAR",
type = "humanoid", subtype = "sorcerer",
type = "humanoid", subtype = "shalore",
name = "Elandar",
display = "@", color=colors.AQUAMARINE,
faction = "sorcerers",
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/humanoid_shalore_elandar.png", display_h=2, display_y=-1}}},
desc = [[Renegade mages from Angolwen, the Sorcerers have set up in the Far East, slowly growing corrupt. Now they must be stopped.]],
level_range = {75, nil}, exp_worth = 15,
......@@ -126,10 +127,12 @@ newEntity{
newEntity{
define_as = "ARGONIEL",
type = "humanoid", subtype = "sorcerer",
type = "humanoid", subtype = "human",
name = "Argoniel",
display = "@", color=colors.ROYAL_BLUE,
faction = "sorcerers",
female = true,
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/humanoid_human_argoniel.png", display_h=2, display_y=-1}}},
desc = [[Renegade mages from Angolwen, the Sorcerers have set up in the Far East, slowly growing corrupt. Now they must be stopped.]],
level_range = {75, nil}, exp_worth = 15,
......@@ -210,6 +213,7 @@ newEntity{ define_as = "FALLEN_SUN_PALADIN_AERYN",
type = "humanoid", subtype = "human",
display = "p",
faction = "sorcerers",
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/humanoid_human_fallen_sun_paladin_aeryn.png", display_h=2, display_y=-1}}},
name = "Fallen Sun Paladin Aeryn", color=colors.VIOLET, unique = true,
desc = [[A beautiful woman, clad in shining plate armour. Power radiates from her.]],
level_range = {56, nil}, exp_worth = 2,
......@@ -280,6 +284,7 @@ newEntity{ define_as = "HIGH_SUN_PALADIN_AERYN",
display = "p",
faction = "sunwall",
name = "High Sun Paladin Aeryn", color=colors.VIOLET, unique = "High Sun Paladin Aeryn High Peak Help",
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/humanoid_human_high_sun_paladin_aeryn.png", display_h=2, display_y=-1}}},
desc = [[A beautiful woman, clad in shining plate armour. Power radiates from her.]],
level_range = {56, 56}, exp_worth = 2,
rank = 5,
......
......@@ -27,6 +27,7 @@ newEntity{ define_as = "HIGH_SUN_PALADIN_AERYN",
display = "p",
faction = "sunwall",
name = "High Sun Paladin Aeryn", color=colors.VIOLET, unique = true,
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/humanoid_human_high_sun_paladin_aeryn.png", display_h=2, display_y=-1}}},
desc = [[A beautiful woman, clad in shining plate armour. Power radiates from her.]],
level_range = {50, nil}, exp_worth = 2,
rank = 4,
......
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