MArcomage

Free multiplayer on-line fantasy card game

Please log in


1 C
Goblin flanker
Goblin flanker

Horde

Attack: 3
If matching card doesn't cost recruits
Steals 3 random resources

Id
13
Name
Goblin flanker
Rarity
Common
Keywords
Cost (B / G / R)
0 / 0 / 1
Modes
0
Level
9
Created
1. May, 2006
Modified
29. Oct, 2016
Played
1667 / 12536
Discarded
1008 / 9662
Drawn
1132 / 9940

BB code

Effect

Attack: 3
If matching card doesn't cost recruits
Steals 3 random resources

Code

    $t->hisData()->attack(3);
    if ($t->getCard($t->hisData()->Hand[$t->cardPos()])->getResources('Recruits') == 0) {
      $t->stealRandomResources('my', 3);
    }