Skip to content

Commit

Permalink
Fix Ships thanks to advice from https://tex.stackexchange.com/questio…
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetragramm committed Feb 7, 2023
1 parent 72d24b6 commit 73b8ca9
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 11 deletions.
12 changes: 1 addition & 11 deletions FlyingCircus.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
30 changes: 30 additions & 0 deletions Main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 73b8ca9

Please sign in to comment.