MArcomage

Free multiplayer on-line fantasy card game

Please log in


0 U
Ninja
Ninja

Far sight

Production x0
Enemy tower: -3
Replace a card in hand with self

Id
76
Name
Ninja
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 0 / 0
Modes
8
Level
8
Created
1. May, 2006
Modified
24. Dec, 2011
Played
1446 / 25884
Discarded
774 / 6300
Drawn
1206 / 11932

BB code

Effect

Production x0
Enemy tower: -3
Replace a card in hand with self

Code

    $t->production()->multiply(0);
    $t->hisData()->addTower(-3);
    if ($t->mode() == $t->cardPos()) {
      $t->noNextCard();
    }
    else {
      $t->replaceCard('my', $t->mode(), $t->card()->id());
    }