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

trap disarm switch with evasion

archery cooldowns reduced


git-svn-id: http://svn.net-core.org/repos/t-engine4@533 51575b47-30f0-44d4-a5cc-537603b46e54
parent 70c7ffb2
No related branches found
No related tags found
No related merge requests found
......@@ -30,10 +30,22 @@ newTalent{
}
newTalent{
name = "Evasion",
name = "Trap Disarm",
type = {"cunning/survival", 2},
points = 5,
require = cuns_req2,
mode = "passive",
points = 5,
info = function(self, t)
return ([[You have learnt to disarm traps. (%d disarm power).]]):
format(self:getTalentLevel(t) * self:getCun(25))
end,
}
newTalent{
name = "Evasion",
type = {"cunning/survival", 3},
points = 5,
require = cuns_req3,
stamina = 35,
cooldown = 30,
action = function(self, t)
......@@ -48,18 +60,6 @@ newTalent{
end,
}
newTalent{
name = "Trap Disarm",
type = {"cunning/survival", 3},
require = cuns_req3,
mode = "passive",
points = 5,
info = function(self, t)
return ([[You have learnt to disarm traps. (%d disarm power).]]):
format(self:getTalentLevel(t) * self:getCun(25))
end,
}
newTalent{
name = "Long Strides",
type = {"cunning/survival", 4},
......
......@@ -134,7 +134,7 @@ newTalent{
type = {"technique/archery-training", 4},
no_energy = true,
points = 5,
cooldown = 20,
cooldown = 14,
stamina = 35,
require = techs_dex_req4,
range = 20,
......@@ -192,7 +192,7 @@ newTalent{
type = {"technique/archery-utility", 2},
no_energy = true,
points = 5,
cooldown = 20,
cooldown = 10,
stamina = 15,
require = techs_dex_req2,
range = 20,
......@@ -216,7 +216,7 @@ newTalent{
type = {"technique/archery-utility", 3},
no_energy = true,
points = 5,
cooldown = 20,
cooldown = 10,
stamina = 15,
require = techs_dex_req3,
range = 20,
......@@ -240,7 +240,7 @@ newTalent{
type = {"technique/archery-utility", 4},
no_energy = true,
points = 5,
cooldown = 20,
cooldown = 14,
stamina = 15,
require = techs_dex_req4,
range = 20,
......
......@@ -71,7 +71,7 @@ newTalent{
type = {"technique/archery-bow", 4},
no_energy = true,
points = 5,
cooldown = 20,
cooldown = 12,
stamina = 35,
require = techs_dex_req4,
range = 20,
......
......@@ -82,7 +82,7 @@ newTalent{
type = {"technique/archery-sling", 4},
no_energy = true,
points = 5,
cooldown = 20,
cooldown = 12,
stamina = 35,
require = techs_dex_req4,
range = 20,
......
No preview for this file type
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