MArcomage

Free multiplayer on-line fantasy card game

Please log in


0 U
Overpower
Overpower

Summons a Frenzy
Gems: -N
Recruits: +N
N = recruits cost of the summoned card (max 10)

Id
346
Name
Overpower
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 0 / 0
Modes
0
Level
6
Created
12. Feb, 2008
Modified
31. Mar, 2013
Played
576 / 6207
Discarded
77 / 708
Drawn
800 / 8270

BB code

Effect

Summons a Frenzy
Gems: -N
Recruits: +N
N = recruits cost of the summoned card (max 10)

Code

    $t->nextCard($t->drawCard($t->getList(['keyword'=>'Frenzy']), $t->myData()->Hand, $t->cardPos(), 'drawCardList'));
    $cost = min(10, $t->getCard($t->nextCard())->getResources('Recruits'));
    $t->myData()->addGems(-$cost)->addRecruits($cost);