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
5093 / 31821
Discarded
2541 / 12998
Drawn
3658 / 24453

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