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
699 / 2881
Discarded
66 / 238
Drawn
793 / 3328

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'));