MArcomage

Free multiplayer on-line fantasy card game

Please log in


0 U
Revolt
Revolt

Recruits: +12
Replace your hand with non-rare Recruits only no support keyword attack cards

Id
287
Name
Revolt
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 0 / 0
Modes
0
Level
9
Created
1. May, 2006
Modified
1. Jan, 2013
Played
400 / 9064
Discarded
210 / 4576
Drawn
809 / 17378

BB code

Effect

Recruits: +12
Replace your hand with non-rare Recruits only no support keyword attack cards

Code

    $common = $t->getList(['rarity'=>'Common', 'cost'=>'Green', 'advanced'=>'Attack:', 'support'=>'No keywords']);
    $uncommon = $t->getList(['rarity'=>'Uncommon', 'cost'=>'Green', 'advanced'=>'Attack:', 'support'=>'No keywords']);
    $t->setHand('my', $t->drawHandList(array_merge($common, $uncommon)));
    $t->myData()->addRecruits(12); $t->noNextCard();