diff options
author | Daniel Schadt <kingdread@gmx.de> | 2019-06-29 17:22:17 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2019-06-29 17:22:17 +0200 |
commit | 48f78b85e2449e141a4129016c9ef4eea62eca34 (patch) | |
tree | 3364d6c83bd58ffd06097afc4f49c2566e1390b2 /blocking | |
parent | 572eb7cb57482e5c270f89b1b0dc0e1cd2d7cefa (diff) | |
download | open-tt-guides-48f78b85e2449e141a4129016c9ef4eea62eca34.tar.gz open-tt-guides-48f78b85e2449e141a4129016c9ef4eea62eca34.tar.bz2 open-tt-guides-48f78b85e2449e141a4129016c9ef4eea62eca34.zip |
add mirage blocking
Diffstat (limited to 'blocking')
-rw-r--r-- | blocking/blocking.tex | 36 | ||||
-rw-r--r-- | blocking/images/mirage-skills.png | bin | 0 -> 54676 bytes | |||
-rw-r--r-- | blocking/images/mirage-traits.png | bin | 0 -> 169255 bytes |
3 files changed, 35 insertions, 1 deletions
diff --git a/blocking/blocking.tex b/blocking/blocking.tex index da7c613..717fdf3 100644 --- a/blocking/blocking.tex +++ b/blocking/blocking.tex @@ -33,7 +33,7 @@ \iftexforht \newenvironment{infobox}[1][]{ - \HCode{</p><div class="infobox"><p>} + \HCode{</p><div class="infobox"><p class="indent">} \textbf{#1}: }{ \HCode{</p></div><p>} @@ -462,4 +462,38 @@ You should be able to block every big spin with either \skill{Sword}{2}{Blurred \caption{Utility skills for Chronomancer blocking. \gwtskills} \end{figure} + +\subsubsection{Alternation - Mirage Full Blocking} + +As we can see from the previous guide, we don't really need anything Chronomancer specific. +The only extras that Chronomancer gives us are an extra clone after shattering, and the ability to use a Shield for some more blocks. + +Mirage can easily fill in those gaps due to its special class mechanic - \href{https://wiki.guildwars2.com/wiki/Mirage_Cloak}{\trait{Mirage Cloak}}. +This replaces your dodge so that you can dodge in-place. +Therefore, you can easily make up for the loss of blocks by having two dodges that will not move you away from the Sweet Spot. + +As for clone generation, you can get get some extra clones with the trait \href{https://wiki.guildwars2.com/wiki/Self-Deception}{\trait{Self-Deception}} (Mirage, first column top). +This will generate a clone if you use a deception skill, such as \href{https://wiki.guildwars2.com/wiki/Jaunt}{\uskill{Jaunt}}. +Keep in mind the UI trick to cast \uskill{Jaunt} in-place, without moving! + +Additionally, you can take \href{https://wiki.guildwars2.com/wiki/Deceptive_Evasion}{\trait{Deceptive Evasion}} (Dueling, last column down). +This will generate a clone whenever you dodge. + +Since you cannot take a Shield off-hand anymore, you can use a second Sword as a replacement. +This will give you access to another block: \skill{Sword}{4}{\href{https://wiki.guildwars2.com/wiki/Illusionary_Riposte}{Illusionary Riposte}}. +The downside of this block is that it will move you a bit upon blocking an attack, which means you have to reposition yourself. +You can avoid the teleport by jumping in the right moment, but it is better to not rely on that if possible. + +\begin{figure}[ht] + \centering + \includegraphics[width=0.5\textwidth]{images/mirage-traits.png} + \caption{Traitlines for Mirage blocking. \gwtskills} +\end{figure} + +\begin{figure}[ht] + \centering + \includegraphics[width=0.3\textwidth]{images/mirage-skills.png} + \caption{Utility skills for Mirage blocking. \gwtskills} +\end{figure} + \end{document} diff --git a/blocking/images/mirage-skills.png b/blocking/images/mirage-skills.png Binary files differnew file mode 100644 index 0000000..aae0233 --- /dev/null +++ b/blocking/images/mirage-skills.png diff --git a/blocking/images/mirage-traits.png b/blocking/images/mirage-traits.png Binary files differnew file mode 100644 index 0000000..55ae7fe --- /dev/null +++ b/blocking/images/mirage-traits.png |