$t->production()->multiply(4);
$uncommon = $t->getList(['rarity'=>'Uncommon', 'keyword'=>'Alliance']);
$rare = $t->getList(['rarity'=>'Rare', 'keyword'=>'Alliance']);
$t->nextCard($t->drawCard(array_merge($uncommon, $rare), $t->myData()->Hand, $t->cardPos(), 'drawCardList'));