(Alien bases count as any terrain.)","4 VPs"); $rds[] = array("Alien Forest", "3 contiguous Forests, with at least one containing an alien base. (Alien bases count as any terrain.)","4 VPs"); $rds[] = array("Cultivated Lake", "6 contiguous Lakes, with at least 2 occupied. (Alien bases count as any terrain.)","5 VPs"); $rds[] = array("Cultivated Mountain", "6 contiguous Mountains, with at least 2 occupied. (Alien bases count as any terrain.)","5 VPs"); $rds[] = array("Cultivated Desert", "6 contiguous Deserts, with at least 2 occupied. (Alien bases count as any terrain.)","5 VPs"); $rds[] = array("Cultivated Forest", "6 contiguous Forests, with at least 2 occupied. (Alien bases count as any terrain.)","5 VPs"); $rds[] = array("Alien Desert", "4 contiguous Deserts, with at least one containing an alien base. (Alien bases count as any terrain.)","3 VPs"); $rds[] = array("Alien Mountain", "3 contiguous Mountains, with at least one containing an alien base. (Alien bases count as any terrain.)","3 VPs"); $rds[] = array("Pristine Desert", "3 unoccupied Deserts in a row, column, or diagonal.","3 VPs"); $rds[] = array("Pristine Forest", "3 unoccupied Forests in a row, column, or diagonal.","3 VPs"); $rds[] = array("Pristine Mountain", "3 unoccupied Mountains in a row, column, or diagonal.","3 VPs"); $rds[] = array("Pristine Lake", "3 unoccupied Lakes in a row, column, or diagonal.","3 VPs"); $rds[] = array("Huge Desert", "6 contiguous Deserts, with at least 3 unoccupied. (Alien bases count as any terrain.)","5 VPs"); $rds[] = array("Huge Forest", "6 contiguous Forests, with at least 3 unoccupied. (Alien bases count as any terrain.)","5 VPs"); $rds[] = array("Huge Lake", "6 contiguous Lakes, with at least 3 unoccupied. (Alien bases count as any terrain.)","5 VPs"); $rds[] = array("Huge Mountain", "6 contiguous Mountains, with at least 3 unoccupied. (Alien bases count as any terrain.)","5 VPs"); $rds[] = array("Large Forest", "4 contiguous Forests. (Alien bases count as any terrain.)","2 VPs"); $rds[] = array("Large Desert", "4 contiguous Deserts. (Alien bases count as any terrain.)","2 VPs"); $rds[] = array("Large Mountain", "4 contiguous Mountains. (Alien bases count as any terrain.)","2 VPs"); $rds[] = array("Untouched Desert", "4 unoccupied, contiguous Deserts.","4 VPs"); $rds[] = array("Untouched Forest", "4 unoccupied, contiguous Forests.","4 VPs"); $rds[] = array("Untouched Mountain", "4 unoccupied, contiguous Mountains.","4 VPs"); $rds[] = array("Large Lake", "4 contiguous Lakes. (Alien bases count as any terrain.)","2 VPs"); $rds[] = array("Untouched Lake", "4 unoccupied, contiguous Lakes.","4 VPs"); $rds[] = array("Token of Friendship", "☺ ☺ ☺. Choose another player who gains ☺.",""); $rds[] = array("Collaboration", "Advance 1 Tech twice, and pick another player who advances that tech once. If that player already has that tech at maximum, he or she gains 1 VP.",""); $rds[] = array("Collaboration", "Advance 1 Tech twice, and pick another player who advances that tech once. If that player already has that tech at maximum, he or she gains 1 VP.",""); $rds[] = array("Collaboration", "Advance 1 Tech twice, and pick another player who advances that tech once. If that player already has that tech at maximum, he or she gains 1 VP.",""); $rds[] = array("Collaboration", "Advance 1 Tech twice, and pick another player who advances that tech once. If that player already has that tech at maximum, he or she gains 1 VP.",""); $rds[] = array("Universal Translator", "Advance Alien Communication Tech by 1. If already at max, gain 3 VPs.",""); $rds[] = array("Alien Roads", "Advance Construction Tech by 1. If already at max, gain 3 VPs.",""); $rds[] = array("Antigravity Boots", "Advance R&D Tech by 1. If already at max, gain 3 VPs.",""); $rds[] = array("Greenhouse", "Advance Terraforming Tech by 1. If already at max, gain 3 VPs.",""); $rds[] = array("Defense Grid", "Whenever you must lose VP due to a negative alien result or exceeding the alien attitude track, lose 2 fewer VPs.",""); $rds[] = array("Beauty", "1 VP",""); $rds[] = array("Beauty", "1 VP",""); $rds[] = array("Beauty", "1 VP",""); $rds[] = array("Glamor", "2 VPs",""); $rds[] = array("Glamor", "2 VPs",""); $rds[] = array("Glamor", "2 VPs",""); $rds[] = array("Glamor", "2 VPs",""); $rds[] = array("Glamor", "2 VPs",""); $rds[] = array("Elegance", "3 VPs",""); $rds[] = array("Elegance", "3 VPs",""); $rds[] = array("Elegance", "3 VPs",""); $rds[] = array("Water Purification System", "If you have at least 1 settlement on water during a scoring round, gain 1 VP.",""); $rds[] = array("Solar Panels", "Whenever you construct on at least one desert, gain 1 VP",""); $rds[] = array("Biodome", "Whenever you construct on at least one forest, gain 1 VP",""); $rds[] = array("Hydroelectric Generator", "Whenever you construct on at least one lake, gain 1 VP",""); $rds[] = array("Forge", "Whenever you construct on at least one mountain, gain 1 VP",""); $cardHeight = 320; $cardWidth = 235; function printTile ($tile) { echo "\n"; echo " \n"; echo " \n"; echo "
\n"; return; } ?> \n"; } echo " \n"; // if we reached a column if (++$c == $cThresh) { $c = 0; echo " \n"; } } // close the table row if necessary if ($c > 0) { echo " \n"; } ?>
"; echo "".$card[0].""; echo "
Alien
"; echo "

"; echo $card[1]."
"; echo "
"; echo $card[2]; echo "
\n"; } echo " \n"; // if we reached a column if (++$c == $cThresh) { $c = 0; echo " \n"; } } // close the table row if necessary if ($c > 0) { echo " \n"; } ?>
"; echo "".$card[0].""; echo "
Alien Result
"; echo "

"; echo $card[1]."
"; echo "
"; echo $card[2]; echo "
\n"; } echo " \n"; // if we reached a column if (++$c == $cThresh) { $c = 0; echo " \n"; } } // close the table row if necessary if ($c > 0) { echo " \n"; } ?>
"; echo "".$card[0].""; echo "
Alien Result
"; echo "

"; echo $card[1]."
"; echo "
"; echo $card[2]; echo "
\n"; } echo " \n"; // if we reached a column if (++$c == $cThresh) { $c = 0; echo " \n"; } } // close the table row if necessary if ($c > 0) { echo " \n"; } ?>
"; echo "".$card[0].""; echo "
R&D
"; echo "

"; echo $card[1]."
"; echo "
"; echo $card[2]; echo "
\n"; } echo " \n"; // if we reached a column if (++$c == $cThresh) { $c = 0; echo " \n"; } } // close the table row if necessary if ($c > 0) { echo " \n"; } ?>
\n"; printTile($tile); echo "