This repo contains LaTeX source code and additional images needed to make box labels for the YASS (Yet Another Storage Solution) for Frosthaven. If you just want US Letter sheets, they are here:
-
monsters2.pdfcontains labels for the monsters. -
overlays2.pdfcontains labels for overlay tiles.
Each PDF is two-sided on US letter paper and can simply be printed. For other paper size or to customize your layout, read on.
The sheets are set up for 4 shallow tackle boxes each holding up to 36 small compartments (Plano 3600 or similar). This is not a great setup because the Frosthaven standees are significantly larger than the Gloomhaven standees, which means that many standee sets take up two or even three compartments—if I had it to do over again, I would have bought deeper boxes.
The monsters are grouped by the order in which the stat cards ship. This order groups together monsters that are often encountered together or that share similar themes. In order to help find enemies quickly, I've named and labeled some groups: "Water Hazards" for enemies found in or near water, "Deadly Mechanisms" for Ancient Artillery and other mechanical enemies, and so on.
Overlay tiles are grouped in a way that I hope makes things easy to find:
-
Large corridor tiles are mostly grouped together in the same compartment so that you can find the one you want by color.
-
Other tiles that share compartments are, when possible, of different shapes.
-
Doors are in two different compartments; if you have the right compartment, you have the door you want.
Other notes:
-
Each group of monster standees gets its own compartment. By using diagonal separators or other tricks to create oddly shaped compartments, it might be possible to cram all the enemies into just two boxes. I have not tried it.
-
Although treasure tiles aren't technically overlay tiles, I've included them in the overlay box.
-
Not all the overlay tiles are correctly named. I didn't want to scan the entire scenario book looking for the right names, and attempts to crowdsource the names encountered limited success.
-
Images of some monster portraits and all overlay tiles are made from photographs of my game. Cephalofair has granted permission for me to post them for nonprofit purposes.
To make your own PDFs, you will need the contents of this repository, plus the following:
-
The Gloomhaven Creator Pack which was provided by Isaac Childres
To build the PDFs, follow these steps:
-
Ensure that you have TeXLive installed.
-
Download and install these fonts:
- Germania One
- High Tower Text
- High Tower Text Bold
All should be available from free sites.
-
Download and install the two image sets above (in the locations of your choice).
-
Alter the first two lines of
monsters.texto point to the locations where you installed the image sets in step 3. (If you don't have acrusheddirectory, open an issue and I'll try to help. If it isn't part of Isaac's package, then I must have created it, but I don't remember how.) -
Build both PDFs:
xelatex monsters xelatex overlays -
To create two-sided PDFs, if on Linux:
pdftk monsters.pdf cat 1 1 2 2 3 3 output monsters2.pdf pdftk overlays.pdf cat 1 1 2 2 3 3 output overlays2.pdf
To change names or layouts, you'll need to edit these files:
-
monsters.texis self-contained and has layouts for all monsters. -
tiledefs.texdefines the name and count of every set of overlay tiles. -
tilenames.texshows all the overlay tiles with their names. -
overlays.texlays out the overlay tiles to fit in one box.
If you need to change paper size or box size, focus on monsters.tex and overlays.tex.