From c60f0ddb4084b8fa15bf0ef7f3d2318f1d6304fa Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Mon, 4 Jun 2012 21:47:14 +0000
Subject: [PATCH] Heave cost reduced

git-svn-id: http://svn.net-core.org/repos/t-engine4@5188 51575b47-30f0-44d4-a5cc-537603b46e54
---
 game/modules/tome/data/talents/techniques/field-control.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game/modules/tome/data/talents/techniques/field-control.lua b/game/modules/tome/data/talents/techniques/field-control.lua
index 7c9091e7e7..7474d14377 100644
--- a/game/modules/tome/data/talents/techniques/field-control.lua
+++ b/game/modules/tome/data/talents/techniques/field-control.lua
@@ -74,7 +74,7 @@ newTalent{
 	points = 5,
 	random_ego = "defensive",
 	cooldown = 15,
-	stamina = 20,
+	stamina = 5,
 	tactical = { ESCAPE = { knockback = 1 }, DISABLE = { knockback = 3 } },
 	requires_target = true,
 	action = function(self, t)
-- 
GitLab