Arthoria the Saber
Attack: 30
Replace a card in hand with self
Cost (B / G / R)
0 / 20 / 20
BB code
Effect
Attack: 30
Replace a card in hand with self
Code
$t->hisData()->attack(30);
if ($t->mode() == $t->cardPos()) {
$t->noNextCard();
}
else {
$t->replaceCard('my', $t->mode(), $t->card()->id());
}