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

Tweaked Stone Wall spell

git-svn-id: http://svn.net-core.org/repos/t-engine4@1232 51575b47-30f0-44d4-a5cc-537603b46e54
parent 8badb7f9
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ newTalent{
type = {"spell/earth",4},
require = spells_req4,
points = 5,
cooldown = 12,
cooldown = 50,
mana = 70,
range = 20,
reflectable = true,
......@@ -132,7 +132,7 @@ newTalent{
can_pass = {pass_wall=1},
block_move = true,
block_sight = true,
temporary = 2 + self:combatSpellpower(0.03) * self:getTalentLevel(t),
temporary = 2 + self:combatTalentSpellDamage(t, 5, 12),
x = x + i, y = y + j,
canAct = false,
act = function(self)
......
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