MArcomage

Free multiplayer on-line fantasy card game

Please log in


12 R
Mother of dragons
Mother of dragons

Dragon Legend

Replace a card in hand with a rare Dragon

Id
670
Name
Mother of dragons
Rarity
Rare
Keywords
Cost (B / G / R)
0 / 0 / 12
Modes
8
Level
9
Created
24. Jun, 2012
Modified
8. Sep, 2012
Played
743 / 3318
Discarded
54 / 316
Drawn
982 / 4937

BB code

Effect

Replace a card in hand with a rare Dragon

Code

    $dragon = $t->getList(['rarity'=>'Rare', 'keyword'=>'Dragon']);
    $t->setCard('my', $t->mode(), $t->drawCard($dragon, $t->myData()->Hand, $t->mode(), 'drawCardList'));
    if ($t->mode() == $t->cardPos()) {
      $t->noNextCard();
    }