Vampire lord
Attack: 25
Magic: -1
Replace a card in hand with Vampire
Cost (B / G / R)
0 / 10 / 20
BB code
Effect
Attack: 25
Magic: -1
Replace a card in hand with Vampire
Code
$t->hisData()->attack(25);
$t->myData()->addMagic(-1);
$t->setCard('my', $t->mode(), 28, ['reveal' => true]);
if ($t->mode() == $t->cardPos()) {
$t->noNextCard();
}