MArcomage

Free multiplayer on-line fantasy card game

Please log in


5 1 C
Orc banner
Orc banner

Tower: +2
Recruits prod x2
Replace a card in hand with non-rare Horde

Id
658
Name
Orc banner
Rarity
Common
Keywords
Cost (B / G / R)
5 / 0 / 1
Modes
8
Level
9
Created
6. Jan, 2012
Modified
7. Apr, 2012
Played
500 / 5045
Discarded
90 / 1071
Drawn
694 / 7104

BB code

Effect

Tower: +2
Recruits prod x2
Replace a card in hand with non-rare Horde

Code

    $t->myData()->addTower(2); $t->production()->multiplyRecruits(2);
    $common = $t->getList(['rarity'=>'Common', 'keyword'=>'Horde']);
    $uncommon = $t->getList(['rarity'=>'Uncommon', 'keyword'=>'Horde']);
    $t->setCard('my', $t->mode(), $t->drawCard(array_merge($common, $uncommon), $t->myData()->Hand, $t->mode(), 'drawCardList'));
    if ($t->mode() == $t->cardPos()) {
      $t->noNextCard();
    }