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.)
Line 1: Line 1:
 
{{Ability_box
 
{{Ability_box
|game_version=1.4.5
+
|game_version=1.5.3
 
|image=Ghoulish leap_2017.png
 
|image=Ghoulish leap_2017.png
 
|name=Ghoulish leap
 
|name=Ghoulish leap
Line 10: Line 10:
 
|cooldown=22 - ({{gtl|2|10|raw}})  (minimum 10)
 
|cooldown=22 - ({{gtl|2|10|raw}})  (minimum 10)
 
|use_speed=1 turn
 
|use_speed=1 turn
|desc=Leap toward your target.
+
|desc=Leap toward your target, and increase your global speed for a brief period.
''Will move you toward the target, up to (range), as long as the path is not blocked.''
+
''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.''
 
}}
 
}}

Revision as of 17:45, 15 May 2017

Ghoulish leap
Ghoulish leap 2017.png
Game Version 1.5.3
Category Type Undead
Category Ghoul
Requirements Level (4,5,6,7,8)
Use Mode Activated
Cost -
Range 5–10cTS:0.5P,0A,1S
Cooldown 22 - (2–10gtl :raw) (minimum 10)
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-40% for 4 turns.