Difference between revisions of "Ghoulish leap (talent)"

From Tales of Maj'Eyal
Jump to: navigation, search
(I added in the fact that the speed boost exists. I also added in the source for the speed, it would be appreciated if someone more familiar with the codebase could interpret it properly.)
(updated to 1.5.10)
Line 1: Line 1:
 
{{Ability_box
 
{{Ability_box
|game_version=1.5.3
+
|game_version=1.5.10
 
|image=Ghoulish leap_2017.png
 
|image=Ghoulish leap_2017.png
 
|name=Ghoulish leap
 
|name=Ghoulish leap
Line 8: Line 8:
 
|use_mode=Activated
 
|use_mode=Activated
 
|range={{cts|5|10|0.5|0A|1S}}
 
|range={{cts|5|10|0.5|0A|1S}}
|cooldown=22 - ({{gtl|2|10|raw}})  (minimum 10)
+
|cooldown={{gtl|24|14|raw}}
 
|use_speed=1 turn
 
|use_speed=1 turn
 
|desc=Leap toward your target, and increase your global speed for a brief period.
 
|desc=Leap toward your target, and increase your global speed for a brief period.
''Will move you toward the target, up to the range, as long as the path is not blocked. When you land your global speed is increased by 20-40%<!-- the code is getSpeed = function(self, t) return math.floor(self:combatTalentLimit(t, 40, 20, 30)) end if you know how to read it --> for 4 turns.''
+
''Will move you toward the target, up to the range, as long as the path is not blocked. When you land your global speed is increased by 20-30%<!-- the code is getSpeed = function(self, t) return math.floor(self:combatTalentLimit(t, 40, 20, 30)) end if you know how to read it --> for 4 turns.''
 
}}
 
}}

Revision as of 22:08, 25 May 2018

Ghoulish leap
Ghoulish leap 2017.png
Game Version 1.5.10
Category Type Undead
Category Ghoul
Requirements Level (4,5,6,7,8)
Use Mode Activated
Cost -
Range 5–10cTS:0.5P,0A,1S
Cooldown 24–14gtl :raw
Travel Speed Instantaneous
Use Speed 1 turn
Description Leap toward your target, and increase your global speed for a brief period.

Will move you toward the target, up to the range, as long as the path is not blocked. When you land your global speed is increased by 20-30% for 4 turns.