on_pre_use=function(self,t,silent)ifself:attr("disarmed")thenifnotsilentthengame.logPlayer(self,"You require a weapon to use this talent.")endreturnfalseendreturntrueend,
return([[Attack with your bow or dual-weapons for %d%% damage.
If you shoot an arrow you'll teleport near any target hit. If you hit with either of your dual-weapons you'll teleport up to %d tiles away from the target.]])
:format(damage,range)
localdefense=t.getDefense(self,t)
localresist=t.getResist(self,t)
localreduction=t.getReduction(self,t)
return([[Attack with your bow or dual-weapons for %d%% damage. If you shoot an arrow you'll teleport near any target hit. If you hit with either of your dual-weapons you'll teleport up to ten tiles away from the target.
Additionally you now go Out of Phase for five turns after any teleport, gaining %d defense, %d%% resist all, and reducing the duration of new detrimental effects by %d%%.
The Out of Phase bonuses will scale with your Magic stat.]])