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

tillllllllleeessss

git-svn-id: http://svn.net-core.org/repos/t-engine4@3530 51575b47-30f0-44d4-a5cc-537603b46e54
parent 7aae379d
No related branches found
No related tags found
No related merge requests found
Showing
with 5 additions and 1 deletion
game/modules/tome/data/gfx/shockbolt/npc/demon_major_corrupted_daelach.png

17.3 KiB

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

11.8 KiB

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

11.4 KiB

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

8.53 KiB

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

8.44 KiB

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

6.84 KiB

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

6.48 KiB

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

7.43 KiB

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

6.78 KiB

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

6.62 KiB

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

6.61 KiB

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

8.4 KiB

......@@ -49,7 +49,7 @@ defineTile('@', "GRASS", nil, "HIGH_SUN_PALADIN_AERYN")
defineTile('j', "GRASS", nil, mod.class.NPC.new{
type = "humanoid", subtype = "elf",
display = "p", color=colors.RED,
name = "Limmir, Expert Jeweler",
name = "Limmir the Jeweler",
size_category = 3, rank = 3,
ai = "simple",
faction = "sunwall",
......
......@@ -137,6 +137,7 @@ end
newEntity{ base="BASE_NPC_HORROR", define_as = "CHRONOLITH_TWIN",
name = "Chronolith Twin", color=colors.VIOLET, unique = true,
subtype = "temporal",
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/horror_temporal_cronolith_twin.png", display_h=2, display_y=-1}}},
desc = [[A six armed creature with black insect-like eyes dressed in robes.]],
level_range = {20, nil}, exp_worth = 1,
max_life = 150, life_rating = 15, fixed_rating = true,
......@@ -185,6 +186,7 @@ newEntity{ base="BASE_NPC_HORROR", define_as = "CHRONOLITH_TWIN",
newEntity{ base="BASE_NPC_HORROR", define_as = "CHRONOLITH_CLONE",
name = "Chronolith Clone", color=colors.VIOLET, unique = true,
subtype = "temporal",
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/horror_temporal_cronolith_clone.png", display_h=2, display_y=-1}}},
desc = [[A six armed creature with black insect-like eyes dressed in robes.]],
level_range = {20, nil}, exp_worth = 1,
max_life = 150, life_rating = 15, fixed_rating = true,
......
......@@ -91,6 +91,7 @@ newEntity{ define_as = "CORRUPTOR",
type = "humanoid", subtype = "orc", unique = true,
name = "Krogar", faction = "neutral",
display = "@", color=colors.GREEN,
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/humanoid_orc_krogar.png", display_h=2, display_y=-1}}},
desc = [[An orc clad in mail armour, he wields a staff and looks menacing.]],
level_range = {25, nil}, exp_worth = 2,
max_life = 120, life_rating = 15, fixed_rating = true,
......
......@@ -26,6 +26,7 @@ newEntity{ define_as = "CORRUPTED_DAELACH",
type = "demon", subtype = "major", unique = true,
name = "Corrupted Daelach",
display = "U", color=colors.VIOLET,
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/demon_major_corrupted_daelach.png", display_h=2, display_y=-1}}},
desc = [[Shadow and flames. The huge beast of fire moves speedily toward you, its huge shadowy wings deployed.]],
level_range = {40, nil}, exp_worth = 2,
max_life = 250, life_rating = 25, 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