MArcomage

Free multiplayer on-line fantasy card game

Please log in


1 C
Rogue
Rogue

Brigand Far sight

Attack: 2
Enemy recruits: -1
Replace a card in hand with self

Id
212
Name
Rogue
Rarity
Common
Keywords
Cost (B / G / R)
0 / 0 / 1
Modes
8
Level
5
Created
1. May, 2006
Modified
24. Dec, 2011
Played
5221 / 31949
Discarded
2606 / 13063
Drawn
3757 / 24552

BB code

Effect

Attack: 2
Enemy recruits: -1
Replace a card in hand with self

Code

    $t->hisData()->attack(2)->addRecruits(-1);
    if ($t->mode() == $t->cardPos()) {
      $t->noNextCard();
    }
    else {
      $t->replaceCard('my', $t->mode(), $t->card()->id());
    }