From c336bd2cf14f5cf941b991ae91ddcabb15309074 Mon Sep 17 00:00:00 2001
From: DarkGod <darkgod@net-core.org>
Date: Sun, 12 Jan 2014 22:13:01 +0100
Subject: [PATCH] Aether Beam now has a chance to not be disarmed

---
 game/modules/tome/data/talents/spells/aether.lua | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/game/modules/tome/data/talents/spells/aether.lua b/game/modules/tome/data/talents/spells/aether.lua
index a1a4fe1ed3..f022460264 100644
--- a/game/modules/tome/data/talents/spells/aether.lua
+++ b/game/modules/tome/data/talents/spells/aether.lua
@@ -71,6 +71,8 @@ newTalent{
 			combatSpellpower = function(self) return self.summoner:combatSpellpower() end,
 			rad = 3,
 			energy = {value=0, mod=16},
+			detect_power = self:combatSpellpower() / 2,
+			disarm_power = self:combatSpellpower() / 2,
 			on_added = function(self, level, x, y)
 				self.x, self.y = x, y
 				local tries = {}
-- 
GitLab