Finished board.
|
@ -219,17 +219,69 @@
|
||||||
\node at (0,8.1) {\fontsize{24}{24}\bebas#2\par};
|
\node at (0,8.1) {\fontsize{24}{24}\bebas#2\par};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
\newcommand{\drawdielegend}{%
|
||||||
|
\node at (0, 2.5) {\includegraphics[width=1cm]{icons/starve.png}};
|
||||||
|
\node at (-2.15, -1.25) {\includegraphics[width=1cm]{icons/hypo.png}};
|
||||||
|
\node at (2.15, -1.25) {\includegraphics[width=1cm]{icons/destroysupply.png}};
|
||||||
|
\node at (0, 1.5) {\includegraphics[width=1cm]{die/clouds.png}};
|
||||||
|
\node at (-1.3, -0.75) {\includegraphics[width=1cm]{die/snowflake.png}};
|
||||||
|
\node at (1.3, -0.75) {\includegraphics[width=1cm]{die/sun.png}};
|
||||||
|
\node at (1.3, 0.75) {\includegraphics[width=1cm]{die/storm.png}};
|
||||||
|
\node at (0, -1.5) {\includegraphics[width=1cm]{die/wind.png}};
|
||||||
|
\node at (-1.3, 0.75) {\includegraphics[width=1cm]{die/rain.png}};
|
||||||
|
}
|
||||||
|
|
||||||
|
\pgfdeclareradialshading{tikzlibfadecircle50}{\pgfpointorigin}{%
|
||||||
|
color(0mm)=(pgftransparent!0); color(0.5mm)=(pgftransparent!0);%
|
||||||
|
color(5mm)=(pgftransparent!100); color(10mm)=(pgftransparent!100)%
|
||||||
|
}
|
||||||
|
\pgfdeclarefading{fuzzy}{%
|
||||||
|
\pgfuseshading{tikzlibfadecircle50}%
|
||||||
|
}
|
||||||
|
|
||||||
|
\pgfdeclareplotmark{fuzz}{%
|
||||||
|
\scoped[shift={\pgfpointorigin}]{\fill[path fading=fuzzy] circle (\pgfplotmarksize);}%
|
||||||
|
}
|
||||||
|
|
||||||
|
\newcommand{\drawbackground}{%
|
||||||
|
\pgfmathsetseed{26}
|
||||||
|
\begin{scope}
|
||||||
|
\clip[use as bounding box] (0, 0) rectangle (\width, \height);
|
||||||
|
\begin{axis}[
|
||||||
|
x=\width cm, y=\height cm,
|
||||||
|
xmin=-1, xmax=1,
|
||||||
|
ymin=-1, ymax=1,
|
||||||
|
hide axis=true,
|
||||||
|
axis lines=none,
|
||||||
|
axis background/.style={fill=blue},
|
||||||
|
every axis label/.style={fill=blue},
|
||||||
|
ticklabel style={fill=blue},
|
||||||
|
draw opacity=0,
|
||||||
|
]
|
||||||
|
\addplot[white, only marks, mark=fuzz, samples=100, mark size=400.0] ({rand}, {rand});
|
||||||
|
\addplot[white, only marks, mark=fuzz, samples=100, mark size=300.0] ({rand}, {rand});
|
||||||
|
\addplot[white, only marks, mark=fuzz, samples=100, mark size=200.0] ({rand}, {rand});
|
||||||
|
\addplot[white, only marks, mark=fuzz, samples=100, mark size=100.0] ({rand}, {rand});
|
||||||
|
\end{axis}
|
||||||
|
\end{scope}
|
||||||
|
}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\begin{board}
|
\begin{board}
|
||||||
|
|
||||||
\scoped[shift={(-10.5,3.75)}]{\cardtrackindicator{firstleg}{First Leg}}
|
\scoped[shift={(\left,\bottom)}]{\drawbackground}
|
||||||
\scoped[shift={(-1.5,-3.75)},yscale=-1]{\cardtrackindicator{secondleg}{\rotatebox[origin=c]{180}{Second Leg}}}
|
|
||||||
\scoped[shift={(7.5,3.75)}]{\cardtrackindicator{thirdleg}{Third Leg}}
|
|
||||||
|
|
||||||
\node at (-15.0,7.5) {\fontsize{24}{24}\bebas Start};
|
\scoped[shift={(-7.5,3.75)}]{\cardtrackindicator{firstleg}{First Leg}}
|
||||||
\node at (15.0,-7.5) {\fontsize{24}{24}\bebas End};
|
\scoped[shift={(1.5,-3.75)},yscale=-1]{\cardtrackindicator{secondleg}{\rotatebox[origin=c]{180}{Second Leg}}}
|
||||||
|
\scoped[shift={(10.5,3.75)}]{\cardtrackindicator{thirdleg}{Third Leg}}
|
||||||
|
|
||||||
\track
|
\node at (-12.0,7.5) {\fontsize{24}{24}\bebas Start};
|
||||||
|
\node at (18.0,-7.5) {\fontsize{24}{24}\bebas End};
|
||||||
|
|
||||||
|
\scoped[shift={(-17,8)}]{\drawdielegend}
|
||||||
|
\scoped[shift={(-17,-6)}, rotate=90]{\node[transform shape] {\includegraphics{logotransparent.png}}}
|
||||||
|
|
||||||
|
\scoped[shift={(3,0)}]{\track}
|
||||||
\drawguides
|
\drawguides
|
||||||
|
|
||||||
\end{board}
|
\end{board}
|
||||||
|
|
BIN
images/die/clouds.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.2 KiB |
BIN
images/icons/clouds.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
images/icons/clouds.xcf
Normal file
BIN
images/icons/destroysupply.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
images/icons/destroysupply.xcf
Normal file
BIN
images/icons/rain.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
images/icons/rain.xcf
Normal file
BIN
images/icons/snowflake.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
images/icons/snowflake.xcf
Normal file
BIN
images/icons/storm.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
images/icons/storm.xcf
Normal file
BIN
images/icons/sun.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
images/icons/sun.xcf
Normal file
BIN
images/icons/wind.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
images/icons/wind.xcf
Normal file
18
instructions-anatomy.tex
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
\documentclass{iditacard}
|
||||||
|
|
||||||
|
\cardtype{utility}
|
||||||
|
\rarity{common}
|
||||||
|
\deck{starter0}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
\begin{card}
|
||||||
|
\art{anatomy}
|
||||||
|
\energy{X}
|
||||||
|
\health{Y}
|
||||||
|
\risk{Z}
|
||||||
|
\name{Name}
|
||||||
|
\text{Effect description.}
|
||||||
|
\flava{Just flavour text.}
|
||||||
|
\type{Type}
|
||||||
|
\end{card}
|
||||||
|
\end{document}
|
|
@ -74,10 +74,10 @@ bottom right corner:
|
||||||
|
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\setlength\itemsep{-1em}
|
\setlength\itemsep{-1em}
|
||||||
\item 4 Starter Decks - \input "|cat cards/decks/starter1.txt | wc -l" cards each (\includegraphics[width=1em]{images/deck/starter1.png} \includegraphics[width=1em]{images/deck/starter2.png} \includegraphics[width=1em]{images/deck/starter3.png} \includegraphics[width=1em]{images/deck/starter4.png})
|
\item 4 Starter Decks - 22 cards each (\includegraphics[width=1em]{images/deck/starter1.png} \includegraphics[width=1em]{images/deck/starter2.png} \includegraphics[width=1em]{images/deck/starter3.png} \includegraphics[width=1em]{images/deck/starter4.png})
|
||||||
\item 1 Legendary Deck - \input "|cat cards/decks/legendary.txt | wc -l" cards (\includegraphics[width=1em]{images/deck/legendary.png})
|
\item 1 Legendary Deck - 12 cards (\includegraphics[width=1em]{images/deck/legendary.png})
|
||||||
\item 4 Upgrade Decks - \input "|cat cards/decks/speed.txt | wc -l" cards each (\includegraphics[width=1em]{images/deck/speed.png} \includegraphics[width=1em]{images/deck/attack.png} \includegraphics[width=1em]{images/deck/upgrade.png} \includegraphics[width=1em]{images/deck/survivor.png})
|
\item 2 Upgrade Decks - 26 cards each (\includegraphics[width=1em]{images/deck/race.png} \includegraphics[width=1em]{images/deck/survivor.png})
|
||||||
\item 1 Damage Deck - \input "|cat cards/decks/damage.txt | wc -l" cards (\includegraphics[width=1em]{images/deck/token.png})
|
\item 1 Damage Deck - 10 cards (\includegraphics[width=1em]{images/deck/token.png})
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
Additionally there are 32 smaller leg cards.
|
Additionally there are 32 smaller leg cards.
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
\onlegspace{4}{\includegraphics[width=1cm]{icons/starve.png}}
|
\onlegspace{4}{\includegraphics[width=1cm]{icons/starve.png}}
|
||||||
\onlegspace{6}{\includegraphics[width=1cm]{icons/starve.png}}
|
\onlegspace{6}{\includegraphics[width=1cm]{icons/starve.png}}
|
||||||
\onlegspace{8}{\includegraphics[width=1cm]{icons/starve.png}}
|
\onlegspace{8}{\includegraphics[width=1cm]{icons/starve.png}}
|
||||||
\legeffect{\healthcosts{}}
|
\legeffect{\healthcosts{-1}}
|
||||||
\end{leg}
|
\end{leg}
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
||||||
|
|