preliminary refactor complete.

This commit is contained in:
Louis Burke 2018-07-21 13:15:54 -04:00
parent c12137831e
commit a3ce1510ef
12 changed files with 110 additions and 12 deletions

View file

@ -14,18 +14,18 @@ cards/stretches/27/farm_salt_flat.pdf
cards/stretches/27/volcano_exposed.pdf
cards/stretches/27/wind.pdf
cards/stretches/27/hill.pdf
cards/stretches/36/example36.pdf
cards/stretches/36/example36.pdf
cards/stretches/36/scrapyard_muddy.pdf
cards/stretches/36/dump_recycling.pdf
cards/stretches/36/lowlands_plateau.pdf
cards/stretches/36/university_trailer.pdf
cards/stretches/36/winery_factory.pdf
cards/stretches/36/fertile_toxic_soil.pdf
cards/stretches/36/frozen_lake_wasteland.pdf
cards/stretches/36/philadelphia_vancouver.pdf
cards/stretches/45/example45.pdf
cards/stretches/45/example45.pdf
cards/stretches/45/example45.pdf
cards/stretches/45/example45.pdf
cards/stretches/45/flower_desert.pdf
cards/stretches/45/geothermal_wetlands.pdf
cards/stretches/45/expanse_canyon.pdf
cards/stretches/45/reserve_border.pdf
cards/stretches/45/valley_fjord.pdf
cards/stretches/45/hunting_season_ban.pdf
cards/stretches/45/cold_hot_wave.pdf

View file

@ -5,11 +5,11 @@
\begin{document}
\begin{cardstretch}
\name{Mountainside}{Avalanche}
\effect{All movement moves 5\mms}{All movement moves 0\mms}
\effect{All movement moves 5 \Mms}{All movement moves 0 \Mms}
\art{volcano.png}{exposed.jpg}
\easyhypo{1}
\hardhypo{3}
\hardstarve{0}
\flava{Its like skiing.}{Only the dogs can push through.}
\end{cardstretch}
\end{document}
\end{document}

View file

@ -0,0 +1,16 @@
\documentclass{iditastretch}
\difficulty{stage_three}{stage_six}
\begin{document}
\begin{cardstretch}
\name{Dump}{Recycling Plant}
\effect{You may \destroy{1}{1} each turn.}{\destroy{}{\kern-0.5em} cards are discarded instead.}
\art{fertile.jpg}{toxic.jpg}
\easyhypo{0}
\easystarve{1}
\hardhypo{1}
\hardstarve{0}
\flava{Just toss it over the gate.}{Turn it into something else.}
\end{cardstretch}
\end{document}

View file

@ -0,0 +1,16 @@
\documentclass{iditastretch}
\difficulty{stage_three}{stage_six}
\begin{document}
\begin{cardstretch}
\name{Scrapyard}{Muddy Ground}
\effect{\take{+1}{+1}}{\take{-1}{-1}}
\art{fertile.jpg}{toxic.jpg}
\easyhypo{1}
\easystarve{0}
\hardhypo{0}
\hardstarve{2}
\flava{Everything ripe for the picking.}{If you drop it, it will sink.}
\end{cardstretch}
\end{document}

View file

@ -0,0 +1,17 @@
\documentclass{iditastretch}
\difficulty{stage_four}{stage_five}
\begin{document}
\begin{cardstretch}
\name{Expanse}{Canyon}
\effect{Passing players gives 0 damage.}{Passing players gives +1 damage.}
\art{valley.jpg}{fjord.png}
\easyhypo{1}
\easystarve{0}
\hardhypo{0}
\hardstarve{2}
\flava{Plenty of space.}{Not much room to maneuver.}
\end{cardstretch}
\end{document}

View file

@ -0,0 +1,17 @@
\documentclass{iditastretch}
\difficulty{stage_four}{stage_five}
\begin{document}
\begin{cardstretch}
\name{Flower Patch}{Desert}
\effect{Ignore the effects of \starvation.}{\starvation applies to 0 cost cards.}
\art{valley.jpg}{fjord.png}
\easyhypo{1}
\easystarve{0}
\hardhypo{0}
\hardstarve{2}
\flava{No food, but it smells nice.}{Cold deserts exist.}
\end{cardstretch}
\end{document}

View file

@ -0,0 +1,17 @@
\documentclass{iditastretch}
\difficulty{stage_four}{stage_five}
\begin{document}
\begin{cardstretch}
\name{Geothermal}{Wetlands}
\effect{Ignore the effects of \hypothermia.}{\hypothermia applies to 0 cost cards.}
\art{valley.jpg}{fjord.png}
\easyhypo{0}
\easystarve{1}
\hardhypo{2}
\hardstarve{0}
\flava{Still cold, but some relief.}{Even the simplest actions are hard.}
\end{cardstretch}
\end{document}

View file

@ -0,0 +1,15 @@
\documentclass{iditastretch}
\difficulty{stage_four}{stage_five}
\begin{document}
\begin{cardstretch}
\name{Reserve}{Border}
\effect{\daydraw{+1}}{\daydraw{-1}}
\art{valley.jpg}{fjord.png}
\hardhypo{2}
\hardstarve{0}
\flava{Safe pickings.}{Stay away from the border!}
\end{cardstretch}
\end{document}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 219 KiB

After

Width:  |  Height:  |  Size: 252 KiB

Binary file not shown.

View file

@ -141,8 +141,8 @@
\node [anchor=center] at (536.0/300.0, 603.0/300.0) {#1};
}
\newcommand{\Mm}{myriameter}
\newcommand{\Mms}{myriameters}
\newcommand{\Mm}{Mm}
\newcommand{\Mms}{Mms}
\newcommand{\move}[1]{\raisebox{-0.2em}{\includegraphics[height=1em]{icons/dog-sled-icon.png}} #1}
\newcommand{\destroy}[2]{\raisebox{-0.1em}{\includegraphics[height=1em]{icons/card-pickup.png}} #2 \raisebox{-0.1em}{\includegraphics[height=1em]{icons/trash-can.png}} #1}
\newcommand{\take}[2]{\raisebox{-0.1em}{\includegraphics[height=1em]{icons/backpack.png}} #2 \raisebox{-0.1em}{\includegraphics[height=1em]{icons/shopping-cart.png}} #1}

View file

@ -40,8 +40,8 @@
\definecolor{sled}{HTML}{7FDF7F}
\definecolor{food}{HTML}{CFCF4F}
\newcommand{\Mm}{myriameter}
\newcommand{\Mms}{myriameters}
\newcommand{\Mm}{Mm}
\newcommand{\Mms}{Mms}
\newcommand{\move}[1]{\raisebox{-0.2em}{\includegraphics[height=1em]{icons/dog-sled-icon.png}} #1}
\newcommand{\destroy}[2]{\raisebox{-0.1em}{\includegraphics[height=1em]{icons/card-pickup.png}} #2 \raisebox{-0.1em}{\includegraphics[height=1em]{icons/trash-can.png}} #1}
\newcommand{\take}[2]{\raisebox{-0.1em}{\includegraphics[height=1em]{icons/backpack.png}} #2 \raisebox{-0.1em}{\includegraphics[height=1em]{icons/shopping-cart.png}} #1}