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

Mooooarrr tiles

Storm Wyrms/Drakes are not lonely fellows anymore, they have escorts just like all other drakes


git-svn-id: http://svn.net-core.org/repos/t-engine4@3424 51575b47-30f0-44d4-a5cc-537603b46e54
parent 3ec104c2
No related branches found
No related tags found
No related merge requests found
Showing
with 8 additions and 6 deletions
......@@ -168,7 +168,7 @@ function _M:move(x, y, force)
if self.x and self.y then
map:remove(self.x, self.y, Map.ACTOR)
else
print("[MOVE] actor moved without a starting position", self.name, x, y)
-- print("[MOVE] actor moved without a starting position", self.name, x, y)
end
self.old_x, self.old_y = self.x or x, self.y or y
self.x, self.y = x, y
......
......@@ -946,10 +946,11 @@ function _M:setupCommands()
print((" [ [[\n%d%d%d\n%d %d\n%d%d%d]] ] = '',"):format(g7,g8,g9,g4,g6,g1,g2,g3))
end end,
[{"_g","ctrl"}] = function() if config.settings.cheat then
self.state:debugRandomZone()
-- self.state:debugRandomZone()
-- local m = game.zone:makeEntity(game.level, "actor", {random_boss=true}, nil, true)
-- if m then game.zone:addEntity(game.level, m, "actor", game.player.x, game.player.y + 1) end
-- self:changeLevel(1, "test")
self.level.map:particleEmitter(game.player.x, game.player.y, 1, "teleport_line")
end end,
}
......
......@@ -70,7 +70,7 @@ newEntity{ base = "BASE_NPC_STORM_DRAKE",
stats_per_level = 4,
lite = 1,
summon = {
make_escort = {
{type="dragon", name="storm drake hatchling", number=1},
},
......@@ -83,6 +83,7 @@ newEntity{ base = "BASE_NPC_STORM_DRAKE",
newEntity{ base = "BASE_NPC_STORM_DRAKE",
name = "storm wyrm", color=colors.LIGHT_BLUE, display="D",
desc = [[An old and powerful storm drake, armed with a deadly breath weapon and nasty claws.]],
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/dragon_storm_storm_wyrm.png", display_h=2, display_y=-1}}},
level_range = {25, nil}, exp_worth = 1,
rarity = 5,
rank = 3,
......@@ -96,7 +97,7 @@ newEntity{ base = "BASE_NPC_STORM_DRAKE",
ai = "tactical",
ai_tactic = resolvers.tactic"melee",
summon = {
make_escort = {
{type="dragon", name="storm drake", number=1},
{type="dragon", name="storm drake", number=1, no_subescort=true},
},
......
......@@ -45,7 +45,7 @@ newEntity{
newEntity{ base = "BASE_NPC_WILD_DRAKE",
name = "spire dragon", color=colors.SLATE, display="D",
desc = [[A monstrous, coiled wyrm, patient and hateful. Its hide, studded with spikes and crests and blades, turns aside steel and sorcery with equal ease.]],
--resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/dragon_cold_ice_wyrm.png", display_h=2, display_y=-1}}},
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/dragon_wild_spire_dragon.png", display_h=2, display_y=-1}}},
level_range = {35, nil}, exp_worth = 1,
rarity = 6,
rank = 3,
......@@ -74,7 +74,7 @@ newEntity{ base = "BASE_NPC_WILD_DRAKE",
newEntity{ base = "BASE_NPC_WILD_DRAKE",
name = "blinkwyrm", color=colors.YELLOW, display="D",
desc = [[A shifting, writhing, snake-like dragon, blinking in and out of existance, just waiting for you to turn your back.]],
--resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/dragon_cold_ice_wyrm.png", display_h=2, display_y=-1}}},
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/dragon_wild_blinkwyrm.png", display_h=2, display_y=-1}}},
level_range = {40, nil}, exp_worth = 1,
rarity = 7,
rank = 3,
......
game/modules/tome/data/gfx/shockbolt/npc/dragon_storm_storm_drake.png

11 KiB

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

6.59 KiB

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

16.1 KiB

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

14.9 KiB

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

16.2 KiB

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

4.26 KiB | W: | H:

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

6.85 KiB | W: | H:

game/modules/tome/data/gfx/shockbolt/npc/immovable_molds_brown_mold.png
game/modules/tome/data/gfx/shockbolt/npc/immovable_molds_brown_mold.png
game/modules/tome/data/gfx/shockbolt/npc/immovable_molds_brown_mold.png
game/modules/tome/data/gfx/shockbolt/npc/immovable_molds_brown_mold.png
  • 2-up
  • Swipe
  • Onion skin
game/modules/tome/data/gfx/shockbolt/npc/immovable_molds_green_mold.png

4.2 KiB | W: | H:

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

6.79 KiB | W: | H:

game/modules/tome/data/gfx/shockbolt/npc/immovable_molds_green_mold.png
game/modules/tome/data/gfx/shockbolt/npc/immovable_molds_green_mold.png
game/modules/tome/data/gfx/shockbolt/npc/immovable_molds_green_mold.png
game/modules/tome/data/gfx/shockbolt/npc/immovable_molds_green_mold.png
  • 2-up
  • Swipe
  • Onion skin
game/modules/tome/data/gfx/shockbolt/npc/immovable_molds_grey_mold.png

4.4 KiB | W: | H:

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

6.99 KiB | W: | H:

game/modules/tome/data/gfx/shockbolt/npc/immovable_molds_grey_mold.png
game/modules/tome/data/gfx/shockbolt/npc/immovable_molds_grey_mold.png
game/modules/tome/data/gfx/shockbolt/npc/immovable_molds_grey_mold.png
game/modules/tome/data/gfx/shockbolt/npc/immovable_molds_grey_mold.png
  • 2-up
  • Swipe
  • Onion skin
game/modules/tome/data/gfx/shockbolt/npc/immovable_molds_shining_mold.png

5.64 KiB | W: | H:

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

8.23 KiB | W: | H:

game/modules/tome/data/gfx/shockbolt/npc/immovable_molds_shining_mold.png
game/modules/tome/data/gfx/shockbolt/npc/immovable_molds_shining_mold.png
game/modules/tome/data/gfx/shockbolt/npc/immovable_molds_shining_mold.png
game/modules/tome/data/gfx/shockbolt/npc/immovable_molds_shining_mold.png
  • 2-up
  • Swipe
  • Onion skin
game/modules/tome/data/gfx/shockbolt/npc/immovable_molds_skeletal_mold.png

5.88 KiB | W: | H:

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

8.46 KiB | W: | H:

game/modules/tome/data/gfx/shockbolt/npc/immovable_molds_skeletal_mold.png
game/modules/tome/data/gfx/shockbolt/npc/immovable_molds_skeletal_mold.png
game/modules/tome/data/gfx/shockbolt/npc/immovable_molds_skeletal_mold.png
game/modules/tome/data/gfx/shockbolt/npc/immovable_molds_skeletal_mold.png
  • 2-up
  • Swipe
  • Onion skin
game/modules/tome/data/gfx/shockbolt/npc/jelly-darkgrey.png

6.01 KiB | W: | H:

game/modules/tome/data/gfx/shockbolt/npc/jelly-darkgrey.png

7.08 KiB | W: | H:

game/modules/tome/data/gfx/shockbolt/npc/jelly-darkgrey.png
game/modules/tome/data/gfx/shockbolt/npc/jelly-darkgrey.png
game/modules/tome/data/gfx/shockbolt/npc/jelly-darkgrey.png
game/modules/tome/data/gfx/shockbolt/npc/jelly-darkgrey.png
  • 2-up
  • Swipe
  • Onion skin
game/modules/tome/data/gfx/shockbolt/npc/spiderkin_spider_chitinous_spider.png

8.6 KiB

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

8.83 KiB

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

7.97 KiB

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

7.68 KiB

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

8.53 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