MArcomage

Free multiplayer on-line fantasy card game

Please log in


4 13 U
Corsairs
Corsairs

Brigand

Attack: 11
Steals resources equal to opponent's normal production
Summons a Brigand

Id
424
Name
Corsairs
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 4 / 13
Modes
0
Level
9
Created
11. Apr, 2009
Modified
29. Oct, 2016
Played
2198 / 16639
Discarded
246 / 2242
Drawn
2850 / 21799

BB code

Effect

Attack: 11
Steals resources equal to opponent's normal production
Summons a Brigand

Code

    $t->hisData()->attack(11);
    $resources = ['Quarry' => 'Bricks', 'Magic' => 'Gems', 'Dungeons' => 'Recruits'];
    foreach ($resources as $facility => $resource) {
      $t->stealResource('my', $resource, $t->hisData()->$facility);
    }
    $t->nextCard($t->drawCard($t->getList(['keyword'=>'Brigand']), $t->myData()->Hand, $t->cardPos(), 'drawCardList'));