From 5d75b6acd325896d774b460addaa47f5fd30662f Mon Sep 17 00:00:00 2001
From: Daniel Schadt
} } +\newenvironment{triviabox}{ + \HCode{
} + \textbf{Trivia}: +}{ + \HCode{
} +} \else \newtcolorbox{infobox}[1][]{ breakable, @@ -52,6 +58,22 @@ outer arc=0pt, colframe=black, } +\newtcolorbox{triviabox}{ + breakable, + title=Trivia, + colback=white, + colbacktitle=white, + coltitle=black, + fonttitle=\bfseries, + bottomrule=0pt, + toprule=0pt, + leftrule=3pt, + rightrule=3pt, + titlerule=0pt, + arc=0pt, + outer arc=0pt, + colframe=blue, +} \fi @@ -581,6 +603,12 @@ If you are unsure, you can always use \skill{Shield}{5}{Shield of Absorption} fi If you want to be extra sure, you can take \href{https://wiki.guildwars2.com/wiki/Shield_of_the_Avenger}{\uskill{Shield of the Avenger}} as an extra utility. This will give you another ability that you can use to block eggs. +\begin{triviabox} + \uskill{Shield of the Avenger} used to have a bug which made it block unblockable projectiles. + This meant that you could use it for husk and AoE blocking. + This bug has been fixed in the July 24, 2018 patch. +\end{triviabox} + \subsubsection{Advanced Mode} diff --git a/blocking/custom.css b/blocking/custom.css index af5dede..db5d227 100644 --- a/blocking/custom.css +++ b/blocking/custom.css @@ -108,3 +108,8 @@ div.infobox { border-left: 5px solid green; border-right: 5px solid green; } + +div.triviabox { + border-left: 5px solid blue; + border-right: 5px solid blue; +} -- cgit v1.2.3