$tmp = ($t->isMyNew($t->cardPos())) ? 'Rare' : 'Common';
$uncommon_b = $t->getList(['rarity'=>'Uncommon', 'keyword'=>'Beast']);
$other_b = $t->getList(['rarity'=>$tmp, 'keyword'=>'Beast']);
$uncommon_n = $t->getList(['rarity'=>'Uncommon', 'keyword'=>'Nature']);
$other_n = $t->getList(['rarity'=>$tmp, 'keyword'=>'Nature']);
$t->nextCard($t->drawCard(array_unique(array_merge($uncommon_b, $other_b, $uncommon_n, $other_n)), $t->myData()->Hand, $t->cardPos(), 'drawCardList'));