google plus page facebook page
username password

Please log in.

MArcomage

Free multiplayer on-line fantasy card game

Back
10
Wolf mistress
Wolf mistress

Barbarian Beast Frenzy

Attack: 6
Replace a card in hand with Frenzy

Wolf mistressName

UncommonRarity

Barbarian,Beast,FrenzyKeywords

0/0/10Cost (B/G/R)

8Modes

8Level

3. Oct, 2010Created

31. Mar, 2013Modified

963 / 6367Played

328 / 1838Discarded

1823 / 11854Drawn

Effect

Attack: 6
Replace a card in hand with Frenzy

Code

    $this->Attack(6, $hisdata->Tower, $hisdata->Wall);
    $mydata->Hand[$mode] = $this->DrawCard($carddb->GetList(array('keyword'=>"Frenzy")), $mydata->Hand, $mode, 'DrawCard_list');
    if ($mode == $cardpos) $nextcard = 0; else $mydata->NewCards[$mode] = 1;