MArcomage

Free multiplayer on-line fantasy card game

Please log in


0 C
Barbz's pupil
Barbz's pupil

Brigand

Summons selected non-rare card in opponent's hand

Id
585
Name
Barbz's pupil
Rarity
Common
Keywords
Cost (B / G / R)
0 / 0 / 0
Modes
8
Level
9
Created
10. Sep, 2010
Modified
29. Oct, 2016
Played
1423 / 13458
Discarded
1745 / 10807
Drawn
3876 / 29324

BB code

Effect

Summons selected non-rare card in opponent's hand

Code

    if ($t->getCard($t->hisData()->Hand[$t->mode()])->getRarity() != 'Rare') {
      $t->nextCard($t->hisData()->Hand[$t->mode()], true);
    }