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

mooooarrr tiles

git-svn-id: http://svn.net-core.org/repos/t-engine4@2470 51575b47-30f0-44d4-a5cc-537603b46e54
parent f28a4f64
No related branches found
No related tags found
No related merge requests found
Showing
with 10 additions and 1 deletion
......@@ -763,6 +763,15 @@ function _M:setupCommands()
end end,
[{"_g","ctrl"}] = function() if config.settings.cheat then
self.nicer_tiles:postProcessLevelTiles(self.level)
for i, e in ipairs(game.zone.object_list) do
if e.subtype == "staff" and e.rarity and e.name then
local a = game.zone:finishEntity(game.level, "object", e)
a.no_unique_lore = true -- to not spam
a:identify(true)
game.zone:addEntity(game.level, a, "object", game.player.x, game.player.y)
end
end
end end,
}
......
......@@ -147,7 +147,7 @@ newGem("Zircon", "object/zircon.png",1, 8, "yellow", 1, 10, 1, 20,
{ resists = {all=2} },
{ daze={chance=20, dur=3} }
)
newGem("Spinel", "object/spinet.png",1, 8, "green", 1, 10, 1, 20,
newGem("Spinel", "object/spinel.png",1, 8, "green", 1, 10, 1, 20,
{ combat_def=2 },
{ mana=10 }
)
......
game/modules/tome/data/gfx/shockbolt/object/agate.png

3.05 KiB

game/modules/tome/data/gfx/shockbolt/object/amethyst.png

4 KiB

game/modules/tome/data/gfx/shockbolt/object/ametrine.png

3.59 KiB

game/modules/tome/data/gfx/shockbolt/object/amulet_copper.png

6.9 KiB

game/modules/tome/data/gfx/shockbolt/object/amulet_gold.png

5.71 KiB

game/modules/tome/data/gfx/shockbolt/object/amulet_steel.png

7.55 KiB

game/modules/tome/data/gfx/shockbolt/object/amulet_stralite.png

6.52 KiB

game/modules/tome/data/gfx/shockbolt/object/amulet_voratun.png

5.75 KiB

game/modules/tome/data/gfx/shockbolt/object/aquamarine.png

3.8 KiB

game/modules/tome/data/gfx/shockbolt/object/belt_drakeskin.png

5.76 KiB

game/modules/tome/data/gfx/shockbolt/object/belt_hardened.png

7.02 KiB

game/modules/tome/data/gfx/shockbolt/object/belt_rough.png

6.56 KiB

game/modules/tome/data/gfx/shockbolt/object/citrine.png

2.88 KiB

game/modules/tome/data/gfx/shockbolt/object/dagger_steel.png

4.24 KiB | W: | H:

game/modules/tome/data/gfx/shockbolt/object/dagger_steel.png

4.67 KiB | W: | H:

game/modules/tome/data/gfx/shockbolt/object/dagger_steel.png
game/modules/tome/data/gfx/shockbolt/object/dagger_steel.png
game/modules/tome/data/gfx/shockbolt/object/dagger_steel.png
game/modules/tome/data/gfx/shockbolt/object/dagger_steel.png
  • 2-up
  • Swipe
  • Onion skin
game/modules/tome/data/gfx/shockbolt/object/onyx.png

3.49 KiB

game/modules/tome/data/gfx/shockbolt/object/opal.png

4.47 KiB

game/modules/tome/data/gfx/shockbolt/object/shield_dsteel.png

6.25 KiB

game/modules/tome/data/gfx/shockbolt/object/shield_steel.png

7.5 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