Please log in
Summons a DragonIf #Dragon in hand > 0it will be a rare Dragon
BB code
Effect
Code
$filters = ($t->keywordCount($t->myData()->Hand, 'Dragon') > 0) ? ['rarity'=>'Rare', 'keyword'=>'Dragon'] : ['keyword'=>'Dragon']; $t->nextCard($t->drawCard($t->getList($filters), $t->myData()->Hand, $t->cardPos(), 'drawCardList'));
An error has occurred