MArcomage

Free multiplayer on-line fantasy card game

Please log in


1 R
Arcane tome
Arcane tome

Magic: +1
Replace a card in hand with Book of magic

Id
642
Name
Arcane tome
Rarity
Rare
Keywords
Cost (B / G / R)
0 / 1 / 0
Modes
8
Level
5
Created
24. Sep, 2011
Modified
26. Sep, 2015
Played
270 / 3903
Discarded
10 / 224
Drawn
328 / 5254

BB code

Effect

Magic: +1
Replace a card in hand with Book of magic

Code

    $t->myData()->addMagic(1);
    $t->setCard('my', $t->mode(), 34, ['reveal' => true]);
    if ($t->mode() == $t->cardPos()) {
      $t->noNextCard();
    }