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

moooarr tiles

git-svn-id: http://svn.net-core.org/repos/t-engine4@3322 51575b47-30f0-44d4-a5cc-537603b46e54
parent 9463c8cb
No related branches found
No related tags found
No related merge requests found
Showing
with 4 additions and 0 deletions
......@@ -95,6 +95,7 @@ newEntity{ base = "BASE_NPC_BEAR",
newEntity{ base = "BASE_NPC_BEAR",
name = "grizzly bear", color=colors.LIGHT_UMBER, image = "npc/grizzly_bear.png",
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/grizzly_bear.png", display_h=2, display_y=-1}}},
desc = [[A huge, beastly bear, more savage than most of its kind.]],
level_range = {10, nil}, exp_worth = 1,
rarity = 4,
......
......@@ -75,6 +75,7 @@ newEntity{ base = "BASE_NPC_MINOTAUR",
newEntity{ base = "BASE_NPC_MINOTAUR",
name = "maulotaur", color=colors.SLATE,
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/giant_minotaur_maulotaur.png", display_h=2, display_y=-1}}},
desc = [[A belligerent minotaur with a destructive magical arsenal, and armed with a hammer.]],
level_range = {20, nil}, exp_worth = 1,
rarity = 4,
......
......@@ -93,6 +93,7 @@ newEntity{ base = "BASE_NPC_XORN",
newEntity{ base = "BASE_NPC_XORN",
name = "The Fragmented Essence of Harkor'Zun", color=colors.VIOLET, unique=true,
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/elemental_xorn_fragmented_harkor_zun.png", display_h=2, display_y=-1}}},
desc = [[Fragmented essence... maybe it'd be best if it stayed fragmented.]],
level_range = {17, nil}, exp_worth = 0,
rank = 3.5,
......@@ -160,6 +161,7 @@ newEntity{ base = "BASE_NPC_XORN",
-- Does not appear randomly, it is summoned by killing the fragments
newEntity{ base = "BASE_NPC_XORN", define_as = "FULL_HARKOR_ZUN",
name = "Harkor'Zun", color=colors.VIOLET, unique=true,
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/elemental_xorn_harkor_zun.png", display_h=2, display_y=-1}}},
desc = [[A gigantic demon composed of elemental Earth, resembling a twisted Xaren but much, much larger. It doesn't seem pleased with your presence.]],
level_range = {23, nil}, exp_worth = 2,
rank = 3.5,
......
game/modules/tome/data/gfx/shockbolt/npc/elemental_xorn_fragmented_harkor_zun.png

8.66 KiB

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

16.1 KiB

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

10.1 KiB

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

7.78 KiB

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

7.54 KiB

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

8.81 KiB

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

8.16 KiB

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

11.1 KiB

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

7.33 KiB

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

6.13 KiB

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

9.04 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