Skip to content
Snippets Groups Projects
Commit f617270b authored by Lisa Greene's avatar Lisa Greene
Browse files

Give shadow simulacrum a random_boss_rarity

parent 806fad27
No related branches found
No related tags found
1 merge request!635Talent tuning
......@@ -143,7 +143,7 @@ newTalent{
cooldown = 15,
positive = 25,
negative = 25,
tactical = { ATTACKAREA = {LIGHT = 2} },
tactical = { ATTACKAREA = {LIGHT = 1.5, DARKNESS = 1.5} },
range = 0,
radius = 10,
direct_hit = true,
......
......@@ -199,7 +199,7 @@ newTalent{
tactical = { ATTACK = 2 },
requires_target = true,
range = 5,
-- no_npc_use = true,
random_boss_rarity = 50,
unlearn_on_clone = true,
target = function(self, t) return {type="bolt", range=self:getTalentRange(t), talent=t} end,
getDuration = function(self, t) return math.floor(self:combatTalentStatDamage(t, "cun", 3, 10)+1) end,
......
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