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

moooaarrr tileeessss

git-svn-id: http://svn.net-core.org/repos/t-engine4@3273 51575b47-30f0-44d4-a5cc-537603b46e54
parent 5bf8281d
No related branches found
No related tags found
No related merge requests found
Showing
with 4 additions and 1 deletion
......@@ -599,6 +599,7 @@ newEntity{ base = "BASE_NPC_HORROR",
newEntity{ base="BASE_NPC_HORROR",
name = "Grgglck the Devouring Darkness", unique = true,
color = colors.DARK_GREY,
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/horror_eldritch_grgglck.png", display_h=2, display_y=-1}}},
rarity = 50,
desc = [[A horror from the deepest pits of the earth. It looks like a huge pile of tentacles all trying to reach for you.
You can discern a huge round mouth covered in razor-sharp teeth.]],
......
......@@ -56,6 +56,7 @@ newEntity{
newEntity{ base = "BASE_NPC_SNOW_GIANT",
name = "snow giant", color=colors.WHITE,
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/giant_ice_snow_giant.png", display_h=2, display_y=-1}}},
desc = [[A towering creature, humanoid but huge. It wields a giant maul and does not look friendly.]],
level_range = {10, nil}, exp_worth = 1,
rarity = 1,
......@@ -93,6 +94,7 @@ newEntity{ base = "BASE_NPC_SNOW_GIANT",
newEntity{ base = "BASE_NPC_SNOW_GIANT",
name = "snow giant chieftain", color=colors.AQUAMARINE,
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/giant_ice_snow_giant_chieftain.png", display_h=2, display_y=-1}}},
desc = [[A towering creature, humanoid but huge. It wields a giant maul and does not look friendly.]],
level_range = {15, nil}, exp_worth = 1,
rarity = 7,
......
game/modules/tome/data/gfx/shockbolt/npc/giant_ice_snow_giant.png

16.4 KiB

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

16.9 KiB

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

9.14 KiB

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

18.8 KiB

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

7.57 KiB

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

8.74 KiB

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

8.32 KiB

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

6.1 KiB

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

5.81 KiB

......@@ -35,7 +35,7 @@ newTalent{
if self:getTalentLevel(t) >= 3 then
local tx, ty = self:getTarget{type="hit", range=self:getTalentRange(t)}
if game.level.map(tx, ty, Map.ACTOR) then
if tx and ty and game.level.map(tx, ty, Map.ACTOR) then
target = game.level.map(tx, ty, Map.ACTOR)
end
end
......
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