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

tile

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

13.6 KiB

......@@ -26,7 +26,7 @@ local Talents = require("engine.interface.ActorTalents")
newEntity{ base="BASE_NPC_CORRUPTED_HORROR", define_as = "THE_MOUTH",
unique = true,
name = "The Mouth", tint=colors.PURPLE, image = "npc/the_mouth.png",
name = "The Mouth", tint=colors.PURPLE,
color=colors.VIOLET,
desc = [["From bellow, it devours."]],
killer_message = "and revived as a screeching drem bat",
......@@ -129,6 +129,7 @@ newEntity{ base="BASE_NPC_CORRUPTED_HORROR", define_as = "ABOMINATION",
allow_infinite_dungeon = true,
name = "The Abomination",
display = "h", color=colors.VIOLET,
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/horror_corrupted_the_abomination.png", display_h=2, display_y=-1}}},
desc = [[A horrid mass of pustulent flesh, sinew, and bone; this creature seems to constantly be in pain. Two heads glare malevolently at you, an intruder in its domain.]],
level_range = {35, nil}, exp_worth = 3,
max_life = 350, life_rating = 23, fixed_rating = true,
......
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