Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- \documentclass{article}
- \usepackage[utf8]{inputenc}
- \usepackage{array}
- \newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
- \newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
- \newcolumntype{R}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
- \usepackage{xcolor,colortbl} %% Set some local commands and colors
- %%Define colors. Precise color does not matter, will tweak later
- \definecolor{green}{rgb}{0.08,0.35,0.12}
- \definecolor{tangreen}{rgb}{0.92, 0.95, 0.8}
- \newcommand{\green}{\cellcolor{green}}
- \newcommand{\whiteText}{\color{white}}
- \newcommand{\tHead}{\green \whiteText}
- \newcommand{\lCell}{\cellcolor{tangreen}}
- \begin{document}
- \begin{center}
- \begin{tabular}{lll}
- \multicolumn{2}{L{0.60\linewidth}}{\tHead \textbf{Angel of Valor}} & \multicolumn{1}{R{0.30\linewidth}}{\tHead \textbf{Level 8 Soldier}}\\
- \multicolumn{2}{L{0.60\linewidth}}{\tHead \small \textsc{Medium immortal humanoid (angel)}} & \multicolumn{1}{R{0.30\linewidth}}{\tHead \textbf{XP 350}}\\
- % INITIAL STAT BLOCK
- %
- \multicolumn{1}{L{0.30\linewidth}}{\lCell \textbf{Initiative} +9} & \multicolumn{2}{L{0.60\linewidth}}{\lCell \textbf{Senses} Perception +7}\\
- \multicolumn{3}{L{0.90\linewidth}}{\lCell \textbf{HP} 1; a missed attack never damages a minion}\\
- \multicolumn{3}{L{0.90\linewidth}}{\lCell \textbf{Immune} fear; \textbf{Resist} 10 fire, 10 radiant}\\
- \multicolumn{3}{L{0.90\linewidth}}{\lCell \textbf{Speed} 6, fly 9 (hover)}\\
- \end{tabular}
- \end{center}
- \end{document}
Advertisement
Add Comment
Please, Sign In to add comment