Please log in
Attack: 5SummonsMode1:NatureMode2:Restoration
BB code
Effect
Code
$t->hisData()->attack(5); $selected = ($t->mode() == 1) ? 'Nature' : 'Restoration'; $t->nextCard($t->drawCard($t->getList(['keyword'=>$selected]), $t->myData()->Hand, $t->cardPos(), 'drawCardList'));
An error has occurred