MArcomage

Free multiplayer on-line fantasy card game

Please log in


16 R
Miriam
Miriam

Alliance Legend

Production x4
Summons non-common Alliance

Id
687
Name
Miriam
Rarity
Rare
Keywords
Cost (B / G / R)
0 / 0 / 16
Modes
0
Level
10
Created
1. Jan, 2013
Modified
1. Jan, 2013
Played
658 / 2840
Discarded
60 / 232
Drawn
737 / 3272

BB code

Effect

Production x4
Summons non-common Alliance

Code

    $t->production()->multiply(4);
    $uncommon = $t->getList(['rarity'=>'Uncommon', 'keyword'=>'Alliance']);
    $rare = $t->getList(['rarity'=>'Rare', 'keyword'=>'Alliance']);
    $t->nextCard($t->drawCard(array_merge($uncommon, $rare), $t->myData()->Hand, $t->cardPos(), 'drawCardList'));