MArcomage

Free multiplayer on-line fantasy card game

Please log in


1 C
Conjurer
Conjurer

Mage Nature

Gems: +6
Wall: +3
Production x0
Replace a card in hand with self

Id
329
Name
Conjurer
Rarity
Common
Keywords
Cost (B / G / R)
0 / 1 / 0
Modes
8
Level
6
Created
4. Oct, 2007
Modified
24. Dec, 2011
Played
4211 / 48959
Discarded
8971 / 49108
Drawn
12519 / 73873

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());
    }