diff --git a/FlyingCircus.sty b/FlyingCircus.sty index 7e43f1c..e39cff7 100644 --- a/FlyingCircus.sty +++ b/FlyingCircus.sty @@ -485,17 +485,7 @@ \FCStrengths & \FCWeaknesses & \\ \CodeAfter \begin{tikzpicture}[pos=3-3] - \pie[color=white, hide number, text=inside, sum=auto, rotate=90, change direction]{ - \FCVitalParts - % 1/, - % 1/-2 Guns, - % 1/-1 Speed, - % 1/-2 Guns, - % 1/-2 Guns, - % 1/-2 Guns, - % 1/-1 Speed, - % 1/Sinking - } + \expanded{\unexpanded{\pie[color=white, hide number, text=inside, sum=auto, rotate=90, change direction]}\expandafter}\expandafter{\FCVitalParts} \end{tikzpicture} \end{NiceTabular} diff --git a/Main.tex b/Main.tex index 0148c39..9750bec 100644 --- a/Main.tex +++ b/Main.tex @@ -120,5 +120,35 @@ Faucibus purus in massa tempor nec feugiat nisl pretium fusce. Morbi enim nunc faucibus a pellentesque sit amet. Et netus et malesuada fames ac turpis egestas. Mattis rhoncus urna neque viverra justo nec ultrices. Nunc eget lorem dolor sed viverra. Posuere lorem ipsum dolor sit amet consectetur adipiscing elit duis. Condimentum id venenatis a condimentum vitae sapien pellentesque. Cursus eget nunc scelerisque viverra. Consectetur purus ut faucibus pulvinar elementum integer. Non tellus orci ac auctor augue mauris augue neque. Est lorem ipsum dolor sit amet consectetur adipiscing. Cursus mattis molestie a iaculis at erat pellentesque adipiscing commodo. } +\FCShip[Name = {\textit{Republic}-class Battleship}, Notes = {750 Crew}, + Speed = 3, Handling = 5, Hardness = 16, Soak = 1, + Strengths = {HE, Incendiary}, Weaknesses = {AP}, + Vital Parts = { + 1/, + 1/-2 Guns, + 1/-1 Speed, + 1/-2 Guns, + 1/-2 Guns, + 1/-2 Guns, + 1/-1 Speed, + 1/Sinking + }, + Armament = { + x6 Med. Howitzer & x4 & x4 & x4 & x6 & - \\ + x6 Pom-Pom Guns & x4 & x3 & x3 & x2 & x6 \\ + x4 WMG & - & x2 & x2 & - & - \\ + x4 Torpedo Tube & x4 & - & - & - & - \\ + }, + Image = {Default.png} +]{ + The pinnacle of Macchi shipbuilding, the Republic-class was by all + measures the most advanced ship in the world. Macchi's battleships + existed primarily to deter any other power from pursuing control of the + seas. Though feared, these expensive ships were only rarely deployed + because of the risk of being sunk by aircraft, though they completely + dominated any engagement they joined. Some of those that survived + offshore have become fortified towns. +} + \end{document} \ No newline at end of file