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

Added tiles for skeletons and ghosts

git-svn-id: http://svn.net-core.org/repos/t-engine4@1378 51575b47-30f0-44d4-a5cc-537603b46e54
parent 765b8494
No related branches found
No related tags found
No related merge requests found
Showing
with 9 additions and 9 deletions
......@@ -205,7 +205,7 @@ function _M:onQuit()
self.is_quitting = Dialog:yesnoPopup("Quit", "Really exit T-Engine/ToME?", function(ok)
self.is_quitting = false
if ok then os.exit() end
end, "Quit", "Contiue")
end, "Quit", "Continue")
end
profile_help_text = [[#LIGHT_GREEN#T-Engine4#LAST# allows you to sync your player profile with the website #LIGHT_BLUE#http://te4.org/#LAST#
......
......@@ -53,7 +53,7 @@ newEntity{
}
newEntity{ base = "BASE_NPC_GHOST",
name = "dread", color=colors.ORANGE,
name = "dread", color=colors.ORANGE, image="npc/dread.png",
desc = [[It is a form that screams its presence against the eye. Death incarnate, its hideous black body seems to struggle against reality as the universe itself struggles to banish it.]],
level_range = {25, nil}, exp_worth = 1,
rarity = 10,
......@@ -71,7 +71,7 @@ newEntity{ base = "BASE_NPC_GHOST",
}
newEntity{ base = "BASE_NPC_GHOST",
name = "dreadmaster", color=colors.YELLOW,
name = "dreadmaster", color=colors.YELLOW, image="npc/dreadmaster.png",
desc = [[It is an unlife of power almost unequalled. An affront to existence, its very touch abuses and disrupts the flow of life, and its unearthly limbs, of purest black, crush rock and flesh with ease.]],
level_range = {32, nil}, exp_worth = 1,
rarity = 15,
......@@ -96,7 +96,7 @@ newEntity{ base = "BASE_NPC_GHOST",
}
newEntity{ base = "BASE_NPC_GHOST",
name = "banshee", color=colors.BLUE,
name = "banshee", color=colors.BLUE, image="npc/banshee.png",
desc = [[It is a ghostly woman's form that wails mournfully.]],
level_range = {20, nil}, exp_worth = 1,
rarity = 8,
......
......@@ -49,7 +49,7 @@ newEntity{
}
newEntity{ base = "BASE_NPC_SKELETON",
name = "degenerated skeleton warrior", color=colors.WHITE,
name = "degenerated skeleton warrior", color=colors.WHITE, image="npc/degenerated_skeleton_warrior.png",
level_range = {1, 18}, exp_worth = 1,
rarity = 1,
resolvers.equip{ {type="weapon", subtype="greatsword", autoreq=true} },
......@@ -58,7 +58,7 @@ newEntity{ base = "BASE_NPC_SKELETON",
}
newEntity{ base = "BASE_NPC_SKELETON",
name = "skeleton warrior", color=colors.SLATE,
name = "skeleton warrior", color=colors.SLATE, image="npc/skeleton_warrior.png",
level_range = {3, nil}, exp_worth = 1,
rarity = 1,
max_life = resolvers.rngavg(90,100),
......@@ -69,7 +69,7 @@ newEntity{ base = "BASE_NPC_SKELETON",
}
newEntity{ base = "BASE_NPC_SKELETON",
name = "skeleton mage", color=colors.LIGHT_RED,
name = "skeleton mage", color=colors.LIGHT_RED, image="npc/skeleton_mage.png",
level_range = {4, nil}, exp_worth = 1,
rarity = 3,
max_life = resolvers.rngavg(50,60),
......@@ -85,7 +85,7 @@ newEntity{ base = "BASE_NPC_SKELETON",
}
newEntity{ base = "BASE_NPC_SKELETON",
name = "skeleton archer", color=colors.UMBER,
name = "skeleton archer", color=colors.UMBER, image="npc/skeleton_archer.png",
level_range = {5, nil}, exp_worth = 1,
rarity = 3,
max_life = resolvers.rngavg(70,80),
......@@ -98,7 +98,7 @@ newEntity{ base = "BASE_NPC_SKELETON",
}
newEntity{ base = "BASE_NPC_SKELETON",
name = "skeleton master archer", color=colors.LIGHT_UMBER,
name = "skeleton master archer", color=colors.LIGHT_UMBER, image="npc/master_skeleton_archer.png",
level_range = {15, nil}, exp_worth = 1,
rarity = 5,
max_life = resolvers.rngavg(70,80),
......
game/modules/tome/data/gfx/npc/armored_skeleton_warrior.png

1.54 KiB

game/modules/tome/data/gfx/npc/banshee.png

2.08 KiB

game/modules/tome/data/gfx/npc/degenerated_skeleton_warrior.png

994 B

game/modules/tome/data/gfx/npc/dread.png

1.35 KiB

game/modules/tome/data/gfx/npc/dreadmaster.png

1.29 KiB

game/modules/tome/data/gfx/npc/master_skeleton_archer.png

1.32 KiB

game/modules/tome/data/gfx/npc/skeleton_archer.png

1.27 KiB

game/modules/tome/data/gfx/npc/skeleton_mage.png

1.36 KiB

game/modules/tome/data/gfx/npc/skeleton_warrior.png

1.13 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