MArcomage

Free multiplayer on-line fantasy card game

Please log in


40 R
Dark legion
Dark legion

Horde

Recruits: +80
Replace your hand with Horde cards (can't summon self)

Id
403
Name
Dark legion
Rarity
Rare
Keywords
Cost (B / G / R)
0 / 0 / 40
Modes
0
Level
8
Created
24. Dec, 2008
Modified
24. Jun, 2012
Played
210 / 1927
Discarded
96 / 974
Drawn
483 / 4395

BB code

Effect

Recruits: +80
Replace your hand with Horde cards (can't summon self)

Code

    $t->myData()->addRecruits(80);
    $horde = $t->getList(['keyword'=>'Horde']);
    $horde = array_diff($horde, [$t->card()->id()]);
    $t->setHand('my', $t->drawHandList($horde));
    $t->noNextCard();