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

New troll & canine tiles

git-svn-id: http://svn.net-core.org/repos/t-engine4@1172 51575b47-30f0-44d4-a5cc-537603b46e54
parent 5d720231
No related branches found
No related tags found
No related merge requests found
Showing
with 13 additions and 13 deletions
......@@ -41,7 +41,7 @@ newEntity{
}
newEntity{ base = "BASE_NPC_CANINE",
name = "wolf", color=colors.UMBER,
name = "wolf", color=colors.UMBER, image="npc/canine_w.png",
desc = [[Lean, mean, and shaggy, it stares at you with hungry eyes.]],
level_range = {1, nil}, exp_worth = 1,
rarity = 1,
......@@ -51,7 +51,7 @@ newEntity{ base = "BASE_NPC_CANINE",
}
newEntity{ base = "BASE_NPC_CANINE",
name = "great wolf", color=colors.UMBER,
name = "great wolf", color=colors.UMBER, image="npc/canine_gw.png",
desc = [[Larger than a normal wolf, it prowls and snaps at you.]],
level_range = {3, nil}, exp_worth = 1,
rarity = 3,
......@@ -62,7 +62,7 @@ newEntity{ base = "BASE_NPC_CANINE",
}
newEntity{ base = "BASE_NPC_CANINE",
name = "dire wolf", color=colors.DARK_UMBER,
name = "dire wolf", color=colors.DARK_UMBER, image="npc/canine_dw.png",
desc = [[Easily as big as a horse, this wolf menaces you with its claws and fangs.]],
level_range = {4, nil}, exp_worth = 1,
rarity = 3,
......@@ -73,7 +73,7 @@ newEntity{ base = "BASE_NPC_CANINE",
}
newEntity{ base = "BASE_NPC_CANINE",
name = "white wolf", color=colors.WHITE,
name = "white wolf", color=colors.WHITE, image="npc/canine_ww.png",
desc = [[A large and muscled wolf from the northern wastes. Its breath is cold and icy and its fur coated in frost.]],
level_range = {4, nil}, exp_worth = 1,
rarity = 3,
......@@ -86,7 +86,7 @@ newEntity{ base = "BASE_NPC_CANINE",
}
newEntity{ base = "BASE_NPC_CANINE",
name = "warg", color=colors.BLACK,
name = "warg", color=colors.BLACK, image="npc/canine_warg.png",
desc = [[It is a large wolf with eyes full of cunning.]],
level_range = {6, nil}, exp_worth = 1,
rarity = 4,
......@@ -97,7 +97,7 @@ newEntity{ base = "BASE_NPC_CANINE",
}
newEntity{ base = "BASE_NPC_CANINE",
name = "fox", color=colors.RED,
name = "fox", color=colors.RED, image="npc/canine_fox.png",
desc = [[The quick brown fox jumps over the lazy dog.]],
level_range = {1, nil}, exp_worth = 1,
rarity = 3,
......@@ -107,7 +107,7 @@ newEntity{ base = "BASE_NPC_CANINE",
}
newEntity{ base = "BASE_NPC_CANINE",
name = "Rungof the Warg Titan", color=colors.VIOLET, unique=true,
name = "Rungof the Warg Titan", color=colors.VIOLET, unique=true, image="npc/canine_rungof.png",
desc = [[It is a large wolf with eyes full of cunning, only 3 times bigger than a normal warg.]],
level_range = {20, nil}, exp_worth = 2,
rank = 4,
......
......@@ -51,7 +51,7 @@ newEntity{
}
newEntity{ base = "BASE_NPC_TROLL",
name = "forest troll", color=colors.YELLOW_GREEN,
name = "forest troll", color=colors.YELLOW_GREEN, image="npc/troll_f.png",
desc = [[Green-skinned and ugly, this massive humanoid glares at you, clenching wart-covered green fists.]],
level_range = {1, nil}, exp_worth = 1,
rarity = 1,
......@@ -60,7 +60,7 @@ newEntity{ base = "BASE_NPC_TROLL",
}
newEntity{ base = "BASE_NPC_TROLL",
name = "stone troll", color=colors.DARK_SLATE_GRAY,
name = "stone troll", color=colors.DARK_SLATE_GRAY, image="npc/troll_s.png",
desc = [[A giant troll with scabrous black skin. With a shudder, you notice the belt of dwarf skulls around his massive waist.]],
level_range = {3, nil}, exp_worth = 1,
rarity = 1,
......@@ -70,7 +70,7 @@ newEntity{ base = "BASE_NPC_TROLL",
}
newEntity{ base = "BASE_NPC_TROLL",
name = "cave troll", color=colors.SLATE,
name = "cave troll", color=colors.SLATE, image="npc/troll_c.png",
desc = [[This huge troll wields a massive spear and has a disturbingly intelligent look in its piggy eyes.]],
level_range = {7, nil}, exp_worth = 1,
rarity = 2,
......@@ -80,7 +80,7 @@ newEntity{ base = "BASE_NPC_TROLL",
}
newEntity{ base = "BASE_NPC_TROLL",
name = "mountain troll", color=colors.UMBER,
name = "mountain troll", color=colors.UMBER, image="npc/troll_m.png",
desc = [[A large and athletic troll with an extremely tough and warty hide.]],
level_range = {12, nil}, exp_worth = 1,
rarity = 3,
......@@ -90,7 +90,7 @@ newEntity{ base = "BASE_NPC_TROLL",
}
newEntity{ base = "BASE_NPC_TROLL",
name = "mountain troll thunderer", color=colors.AQUAMARINE,
name = "mountain troll thunderer", color=colors.AQUAMARINE, image="npc/troll_mt.png",
desc = [[A large and athletic troll with an extremely tough and warty hide.]],
level_range = {20, nil}, exp_worth = 1,
rarity = 5,
......
game/modules/tome/data/gfx/npc/canine_dw.png

3.38 KiB

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

3.1 KiB

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

3.55 KiB

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

3.93 KiB

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

3.24 KiB

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

3.61 KiB

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

3.76 KiB

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

2.23 KiB

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

2.66 KiB

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

2.16 KiB

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

2.28 KiB

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

2.87 KiB

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

2.36 KiB

......@@ -34,7 +34,7 @@ local Talents = require("engine.interface.ActorTalents")
newEntity{ define_as = "TROLL_BILL",
type = "giant", subtype = "troll", unique = true,
name = "Bill the Stone Troll",
display = "T", color=colors.VIOLET,
display = "T", color=colors.VIOLET, image="npc/troll_bill.png",
desc = [[Big, brawny, powerful and with a taste for hobbit. He has friends called Bert and Tom.
He is wielding a small tree trunk and towering toward you.
He should have turned to stone long ago, how could he still walk?!]],
......
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