Skip to content
Snippets Groups Projects
Commit 627ea60f authored by Eric Wykoff's avatar Eric Wykoff
Browse files

arrow echoes scaling

parent 942ea363
No related branches found
No related tags found
1 merge request!191More fixes
......@@ -270,8 +270,8 @@ newTalent{
target = function(self, t)
return {type="bolt", range=self:getTalentRange(t), talent=t, friendlyfire=false, friendlyblock=false}
end,
getDuration = function(self, t) return getExtensionModifier(self, t, math.floor(self:combatTalentScale(t, 2, 4))) end,
getDamage = function(self, t) return self:combatTalentWeaponDamage(t, 0.8, 1.3) end,
getDuration = function(self, t) return getExtensionModifier(self, t, 4) end,
getDamage = function(self, t) return self:combatTalentWeaponDamage(t, 0.5, 1.3) end,
archery_onhit = function(self, t, target, x, y)
game:onTickEnd(function() blade_warden(self, target) end)
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