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

all npc talents but anomalies done

git-svn-id: http://svn.net-core.org/repos/t-engine4@4036 51575b47-30f0-44d4-a5cc-537603b46e54
parent 5f689628
No related branches found
No related tags found
No related merge requests found
Showing
with 45 additions and 5 deletions
......@@ -1053,11 +1053,51 @@ function _M:setupCommands()
self.state:debugRandomZone()
end end,
[{"_f","ctrl"}] = function() if config.settings.cheat then
for i, e in ipairs(mod.class.Object:loadList("/data/general/objects/brotherhood-artifacts.lua")) do if e.name then
local e = e:clone()
e:resolve() e:resolve(nil, true)
game.zone:addEntity(game.level, e, "object", game.player.x,game.player.y)
end end
game.player:learnTalent('T_MULTIPLY',true)
game.player:learnTalent('T_CRAWL_POISON',true)
game.player:learnTalent('T_CRAWL_ACID',true)
game.player:learnTalent('T_SPORE_BLIND',true)
game.player:learnTalent('T_SPORE_POISON',true)
game.player:learnTalent('T_STUN',true)
game.player:learnTalent('T_DISARM',true)
game.player:learnTalent('T_CONSTRICT',true)
game.player:learnTalent('T_KNOCKBACK',true)
game.player:learnTalent('T_BITE_POISON',true)
game.player:learnTalent('T_SUMMON',true)
game.player:learnTalent('T_ROTTING_DISEASE',true)
game.player:learnTalent('T_DECREPITUDE_DISEASE',true)
game.player:learnTalent('T_WEAKNESS_DISEASE',true)
game.player:learnTalent('T_MIND_DISRUPTION',true)
game.player:learnTalent('T_WATER_BOLT',true)
game.player:learnTalent('T_WATER_JET',true)
game.player:learnTalent('T_VOID_BLAST',true)
game.player:learnTalent('T_RESTORATION',true)
game.player:learnTalent('T_REGENERATION',true)
game.player:learnTalent('T_GRAB',true)
game.player:learnTalent('T_BLINDING_INK',true)
game.player:learnTalent('T_SPIT_POISON',true)
game.player:learnTalent('T_SPIT_BLIGHT',true)
game.player:learnTalent('T_RUSHING_CLAWS',true)
game.player:learnTalent('T_THROW_BONES',true)
game.player:learnTalent('T_LAY_WEB',true)
game.player:learnTalent('T_DARKNESS',true)
game.player:learnTalent('T_THROW_BOULDER',true)
game.player:learnTalent('T_HOWL',true)
game.player:learnTalent('T_SHRIEK',true)
game.player:learnTalent('T_CRUSH',true)
game.player:learnTalent('T_MIND_SEAR',true)
game.player:learnTalent('T_SILENCE',true)
game.player:learnTalent('T_TELEKINETIC_BLAST',true)
game.player:learnTalent('T_BLIGHTZONE',true)
game.player:learnTalent('T_INVOKE_TENTACLE',true)
game.player:learnTalent('T_EXPLODE',true)
game.player:learnTalent('T_ELEMENTAL_BOLT',true)
game.player:learnTalent('T_VOLCANO',true)
game.player:learnTalent('T_SPEED_SAP',true)
game.player:learnTalent('T_DREDGE_FRENZY',true)
game.player:learnTalent('T_SEVER_LIFELINE',true)
game.player:learnTalent('T_CALL_OF_AMAKTHEL',true)
game.player:learnTalent('T_GIFT_OF_AMAKTHEL',true)
end end,
}
......
game/modules/tome/data/gfx/talents/bite_poison.png

4.37 KiB

game/modules/tome/data/gfx/talents/blightzone.png

4.43 KiB

game/modules/tome/data/gfx/talents/blinding_ink.png

3.31 KiB

game/modules/tome/data/gfx/talents/call_of_amakthel.png

3.05 KiB

game/modules/tome/data/gfx/talents/constrict.png

4.63 KiB

game/modules/tome/data/gfx/talents/crawl_acid.png

5.18 KiB

game/modules/tome/data/gfx/talents/crawl_poison.png

4.83 KiB

game/modules/tome/data/gfx/talents/crush.png

4.25 KiB

game/modules/tome/data/gfx/talents/darkness.png

4.83 KiB

game/modules/tome/data/gfx/talents/dredge_frenzy.png

4.38 KiB

game/modules/tome/data/gfx/talents/elemental_bolt.png

5.29 KiB

game/modules/tome/data/gfx/talents/explode.png

4.06 KiB

game/modules/tome/data/gfx/talents/gift_of_amakthel.png

3.09 KiB

game/modules/tome/data/gfx/talents/grab.png

3.92 KiB

game/modules/tome/data/gfx/talents/howl.png

2.49 KiB

game/modules/tome/data/gfx/talents/invoke_tentacle.png

2.67 KiB

game/modules/tome/data/gfx/talents/lay_web.png

5.08 KiB

game/modules/tome/data/gfx/talents/mind_disruption.png

4.16 KiB

game/modules/tome/data/gfx/talents/mind_sear.png

3.47 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