diff --git a/star-wars-formatting.sty b/star-wars-formatting.sty index 7c03cd6..65f0b0c 100644 --- a/star-wars-formatting.sty +++ b/star-wars-formatting.sty @@ -206,21 +206,28 @@ \node[talentname] at (0,-0.8) {\footnotesize{}\texttn{ACTIVE}}; \end{tikzpicture} }\\ - \ifthenelse{\equal{\careerskills}{}}{\phantom{t}\\}{ + \ifthenelse{\equal{\careerskills}{}}{ + \ifthenelse{\equal{#4}{}}{}{% + \texttn{\footnotesize{}Gain Force Rating #4} \\ + } + }{ \texttn{\footnotesize{}Career Skills:} \textltn{\footnotesize{}\careerskills}\\ } - \ifthenelse{\equal{#2}{}}{\phantom{t}\\}{ + \ifthenelse{\equal{#2}{}}{}{ \texttn{\footnotesize{}Additional Carreer Skills:} \textltn{\footnotesize{}#2}\\ } - \ifthenelse{\equal{#4}{}}{ - \ifthenelse{\equal{#5}{}}{\phantom{t}\\}{% - \texttn{\footnotesize{}Prerequisite: Force Rating #5} \\ - } - }{% - \texttn{\footnotesize{}Gain Force Rating #4} \\ + \ifthenelse{\equal{#5}{}}{}{% + \texttn{\footnotesize{}Prerequisite: Force Rating #5} \\ } - \endtabular + + \endtabular\\ \vspace*{20pt} + \ifthenelse{\equal{\careerskills}{}}{ + \vspace{5pt} + \ifthenelse{\equal{#4}{}}{ + \vspace{10pt} + }{} + }{} \tikzpicture }{% \endtikzpicture diff --git a/talent-trees.pdf b/talent-trees.pdf index f1b9212..71f0a66 100644 Binary files a/talent-trees.pdf and b/talent-trees.pdf differ diff --git a/talent-trees.tex b/talent-trees.tex index e43796c..20d8df0 100644 --- a/talent-trees.tex +++ b/talent-trees.tex @@ -9,7 +9,7 @@ % \input{talent trees/explorer.tex} % \input{talent trees/guardian.tex} % \input{talent trees/hired gun.tex} - % \input{talent trees/jedi.tex} + \input{talent trees/jedi.tex} % \input{talent trees/mystic.tex} % \input{talent trees/seeker.tex} % \input{talent trees/sentinel.tex}