====== Instant Air Dash ======
{{tablelayout?rowsHeaderSource=Auto}}
^ **//Instant Air Dash//** ||
^ {{ ::universaltech:iad.mp4 }}||
^ Tech Type | Universal |
^ Difficulty | Advanced Easy |
^ Character Dependent | No |
^ Inputs | N/A |
**Instant Air Dashing** ((AKA **IAD**)) is the act of [[universaltech:jumping]] then instantly [[universaltech:dashing|air dashing]]. This removes the slowdown that happens at the end of each regular dash.
The **IAD** only costs one bar of [[universaltech:stamina]].
Without items, an **IAD** is slower than a regular dash, air dash and [[universaltech:dash jumping]]. However, with the Vitality Item [[itemtech:Superior Stamina]], and combined with [[universaltech:Slide Bunnyhopping]], **IAD** becomes significantly faster and travels further.
Dashing once gives a substantial amount of speed and distance for one bar; a good **IAD** with slide bunnyhopping can give the distance of a dash jump with half the stamina cost. Air Dashing twice increases the peak speed from the speed of a regular dash to ~900 u/s and the distance to around two dash jumps.
**IAD**’s also can give a small amount of momentum to abilities if timed correctly.
===== Instant Air Dash Bind =====
This bind is to be placed in an autoexec.cfg file, located at __**(path to Steam library)\Steam\steamapps\common\Deadlock\game\citadel\cfg\autoexec.cfg**__ or Right click Deadlock in your library → Properties → Installed Files → Browse → __**\game\citadel\cfg\autoexec.cfg**__
alias +iad "+in_innate1; +in_mantle"
alias -iad "-in_innate1; -in_mantle"
bind "key" +iad
Replace key with a key of your choosing.
To have autoexec.cfg run every time the game starts, add:
+exec autoexec
to the Steam launch options.