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

Reduced Rush cost

git-svn-id: http://svn.net-core.org/repos/t-engine4@4504 51575b47-30f0-44d4-a5cc-537603b46e54
parent b61d9354
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ newTalent{
require = techs_strdex_req2,
points = 5,
random_ego = "attack",
stamina = 45,
stamina = 22,
cooldown = function(self, t) return math.floor(40 - self:getTalentLevel(t) * 4) end,
tactical = { ATTACK = 1, CLOSEIN = 3 },
requires_target = true,
......
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