From 463f8dddcd6446da1c17c2455d706d7380a2314b Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Thu, 25 Feb 2010 09:50:26 +0000
Subject: [PATCH] archery

git-svn-id: http://svn.net-core.org/repos/t-engine4@355 51575b47-30f0-44d4-a5cc-537603b46e54
---
 game/modules/tome/data/talents/techniques/sling.lua | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/game/modules/tome/data/talents/techniques/sling.lua b/game/modules/tome/data/talents/techniques/sling.lua
index e69de29bb2..527c42bd41 100644
--- a/game/modules/tome/data/talents/techniques/sling.lua
+++ b/game/modules/tome/data/talents/techniques/sling.lua
@@ -0,0 +1,10 @@
+newTalent{
+	name = "Sling Mastery",
+	type = {"technique/archery-sling", 1},
+	points = 10,
+	require = { stat = { dex=function(level) return 12 + level * 3 end }, },
+	mode = "passive",
+	info = function(self, t)
+		return [[Increases damage with slings.]]
+	end,
+}
-- 
GitLab