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

Many new NPC tiles

git-svn-id: http://svn.net-core.org/repos/t-engine4@3272 51575b47-30f0-44d4-a5cc-537603b46e54
parent 0e15bf65
No related branches found
No related tags found
No related merge requests found
Showing
with 7 additions and 3 deletions
......@@ -82,6 +82,7 @@ newEntity{ base = "BASE_NPC_COLD_DRAKE", define_as = "NPC_COLD_DRAKE",
newEntity{ base = "BASE_NPC_COLD_DRAKE",
name = "ice wyrm", color=colors.AQUAMARINE, display="D",
desc = [[An old and powerful cold drake, armed with a deadly breath weapon and nasty claws.]],
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/dragon_cold_ice_wyrm.png", display_h=2, display_y=-1}}},
level_range = {25, nil}, exp_worth = 1,
rarity = 5,
rank = 3,
......
......@@ -71,7 +71,7 @@ newEntity{ base = "BASE_NPC_CONSTRUCT",
}
newEntity{ base = "BASE_NPC_CONSTRUCT",
name = "golem", color=colors.BLUE, image = "npc/golem.png",
name = "golem", color=colors.BLUE,
desc = [[This golem's eyes glow with magical energies.]],
level_range = {8, nil}, exp_worth = 1,
rarity = 1,
......@@ -89,7 +89,7 @@ newEntity{ base = "BASE_NPC_CONSTRUCT",
}
newEntity{ base = "BASE_NPC_CONSTRUCT",
name = "alchemist golem", color=colors.YELLOW, image = "npc/alchemist_golem.png",
name = "alchemist golem", color=colors.YELLOW,
desc = [[This golem's eyes glow with magical energies.]],
level_range = {14, nil}, exp_worth = 1,
rarity = 4,
......
......@@ -85,6 +85,7 @@ newEntity{ base = "BASE_NPC_FAEROS",
newEntity{ base = "BASE_NPC_FAEROS",
name = "ultimate faeros", color=colors.ORANGE,
desc = [[Faeros are highly intelligent fire elementals, rarely seen outside volcanoes. They are probably not native to this world.]],
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/elemental_fire_ultimate_faeros.png", display_h=2, display_y=-1}}},
level_range = {35, nil}, exp_worth = 1,
rarity = 5,
rank = 3,
......
......@@ -83,6 +83,7 @@ newEntity{ base = "BASE_NPC_FIRE_DRAKE",
newEntity{ base = "BASE_NPC_FIRE_DRAKE",
name = "fire wyrm", color=colors.LIGHT_RED, display="D",
desc = [[An old and powerful fire drake, armed with a deadly breath weapon and nasty claws.]],
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/dragon_fire_fire_wyrm.png", display_h=2, display_y=-1}}},
level_range = {25, nil}, exp_worth = 1,
rarity = 5,
rank = 3,
......
......@@ -81,7 +81,7 @@ newEntity{ base = "BASE_NPC_MOLD",
newEntity{ base = "BASE_NPC_MOLD",
unique = true,
type = "undead", subtype = "molds",
name = "Z'quikzshl the skeletal mold",
name = "Z'quikzshl the skeletal mold", image = "npc/immovable_molds_skeletal_mold.png",
display = 'm', color=colors.PURPLE,
desc = [[Steeped in fungal malevolence, this mold refused to die. How a mold becomes a skeleton, though, is beyond you. Are those its own bones, or the bones of hapless adventurers?]],
......
......@@ -51,6 +51,7 @@ newEntity{ base = "BASE_NPC_PLANT",
newEntity{ base = "BASE_NPC_PLANT",
name = "treant", color=colors.GREEN,
desc = "A very strong near-sentient tree, which has become hostile to other living things.",
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/immovable_plants_treant.png", display_h=2, display_y=-1}}},
level_range = {12, nil}, exp_worth = 1,
rarity = 2,
max_life = resolvers.rngavg(100,130),
......
game/modules/tome/data/gfx/shockbolt/npc/construct_golem_alchemist_golem.png

7.86 KiB

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

7.15 KiB

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

17.9 KiB

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

10.4 KiB

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

4.35 KiB

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

6.94 KiB

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

11.1 KiB

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

6.53 KiB

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

4.85 KiB

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

4.26 KiB

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

4.2 KiB

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

4.4 KiB

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

5.64 KiB

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

5.88 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