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

Tweaked some Alchemist talent costs

git-svn-id: http://svn.net-core.org/repos/t-engine4@2441 51575b47-30f0-44d4-a5cc-537603b46e54
parent 59b7e119
No related branches found
No related tags found
No related merge requests found
......@@ -168,7 +168,7 @@ newTalent{
type = {"spell/explosives",4},
require = spells_req4,
points = 5,
mana = 40,
mana = 32,
cooldown = 10,
range = function(self, t)
return math.ceil(5 + self:getDex(6))
......
......@@ -24,7 +24,7 @@ newTalent{
points = 5,
mana = 5,
tactical = { ATTACK = 1 },
range = 6,
range = 8,
reflectable = true,
proj_speed = 20,
requires_target = true,
......@@ -131,7 +131,7 @@ newTalent{
type = {"spell/staff-combat",4},
require = spells_req4,
points = 5,
mana = 30,
mana = 12,
cooldown = 6,
tactical = { ATTACK = 1, DISABLE = 2, ESCAPE = 1 },
range = 1,
......
......@@ -155,7 +155,7 @@ newTalent{
type = {"spell/stone-alchemy",4},
require = spells_req4,
points = 5,
mana = 80,
mana = 45,
cooldown = 15,
tactical = { DISABLE = 3 },
range = function(self, t)
......
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