Conjurer
Gems: +6
Wall: +3
Production x0
Replace a card in hand with self
Cost (B / G / R)
0 / 1 / 0
BB code
Effect
Gems: +6
Wall: +3
Production x0
Replace a card in hand with self
Code
$t->myData()->addGems(6)->addWall(3);
$t->production()->multiply(0);
if ($t->mode() == $t->cardPos()) {
$t->noNextCard();
}
else {
$t->replaceCard('my', $t->mode(), $t->card()->id());
}