Overpower
Summons a Frenzy
Gems: -N
Recruits: +N
N = recruits cost of the summoned card (max 10)
Cost (B / G / R)
0 / 0 / 0
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);