MArcomage

Free multiplayer on-line fantasy card game

Please log in


5 5 R
Dwarven kingdom
Dwarven kingdom

Replace your hand with 3 common, 3 uncommon and 2 rare Runic cards

Id
718
Name
Dwarven kingdom
Rarity
Rare
Keywords
Cost (B / G / R)
5 / 0 / 5
Modes
0
Level
10
Created
1. Jan, 2014
Modified
1. Jan, 2014
Played
112 / 493
Discarded
66 / 217
Drawn
293 / 1019

BB code

Effect

Replace your hand with 3 common, 3 uncommon and 2 rare Runic cards

Code

    $trans = ['Common', 'Common', 'Common', 'Uncommon', 'Uncommon', 'Uncommon', 'Rare', 'Rare'];
    shuffle($trans);
    for ($i = 1; $i <= $t->handSize(); $i++) {
      $t->setCard('my', $i, $t->drawCard($t->getList(['rarity'=>$trans[$i-1], 'keyword'=>'Runic']), $t->myData()->Hand, $i, 'drawCardList'));
    }
    $t->noNextCard();