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

moooaarr tiles

git-svn-id: http://svn.net-core.org/repos/t-engine4@3523 51575b47-30f0-44d4-a5cc-537603b46e54
parent 267f18de
No related branches found
No related tags found
No related merge requests found
game/modules/tome/data/gfx/shockbolt/npc/demon_major_kryl_feijan.png

10.9 KiB

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

8.82 KiB

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

6.19 KiB

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

6.75 KiB

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

9.89 KiB

......@@ -25,6 +25,7 @@ local Talents = require("engine.interface.ActorTalents")
newEntity{ base="BASE_NPC_MAJOR_DEMON", define_as = "KRYL_FEIJAN",
name = "Kryl-Feijan", color=colors.VIOLET, unique = true,
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/demon_major_kryl_feijan.png", display_h=2, display_y=-1}}},
desc = [[This huge demon is covered in darkness. The ripped flesh of its "mother" still hangs from its sharp claws.]],
level_range = {29, nil}, exp_worth = 2,
rank = 3.5,
......
......@@ -80,6 +80,7 @@ newEntity{ define_as = "RANTHA_THE_WORM",
newEntity{ base="BASE_NPC_ORC_GRUSHNAK", define_as = "MASSOK",
allow_infinite_dungeon = true,
name = "Massok the Dragonslayer", color=colors.VIOLET, unique = true,
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/humanoid_orc_massok_the_dragonslayer.png", display_h=2, display_y=-1}}},
desc = [[A huge and heavily-scarred orc with a gigantic sword. His helm is fashioned from a dragon skull.]],
level_range = {45, nil}, exp_worth = 3,
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