Skip to content
Snippets Groups Projects
Commit c1416b48 authored by DarkGod's avatar DarkGod
Browse files

she's probably going to kick your ass ;)

parent 1d2d797e
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,9 @@ newTalent{
cooldown = 20,
range = 10,
use_only_arcane = 5,
tactical = { BUFF=2 },
tactical = { BUFF=function(self, t)
if not self:hasEffect(self.EFF_ORB_OF_THAUMATURGY) then return 2 end
end },
on_pre_use = thaumaturgyCheck,
requires_target = true,
no_energy = true,
......@@ -183,7 +185,7 @@ newTalent{
mana = 25,
use_only_arcane = 5,
cooldown = 16,
tactical = { ATTACKAREA = { THAUM = 3 } },
tactical = { ATTACKAREA = { THAUM = 4 } },
range = 10,
is_beam_spell = true,
requires_target = true,
......
......@@ -460,14 +460,13 @@ uberTalent{
cant_steal = true,
is_spell = true,
mode = "passive",
no_npc_use = true,
on_learn = function(self, t)
if not game.party:hasMember(self) then return end
self.descriptor.class_evolution = "High Thaumaturgist"
self:learnTalentType("spell/thaumaturgy", true)
self:setTalentTypeMastery("spell/thaumaturgy", 1.3)
self:attr("archmage_widebeam", 1)
if not game.party:hasMember(self) then return end
self.descriptor.class_evolution = "High Thaumaturgist"
end,
on_unlearn = function(self, t)
end,
......
......@@ -96,6 +96,11 @@ newEntity{ define_as = "SUPREME_ARCHMAGE_LINANIIL",
[Talents.T_TELEPORT]=5,
[Talents.T_KEEN_SENSES]=5,
[Talents.T_PREMONITION]=5,
[Talents.T_HIGH_THAUMATURGIST]=1,
[Talents.T_ORB_OF_THAUMATURGY]=5,
[Talents.T_SLIPSTREAM]=5,
[Talents.T_MULTICASTER]=5,
[Talents.T_ELEMENTAL_ARRAY_BURST]=5,
},
resolvers.sustains_at_birth(),
......
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