MArcomage

Free multiplayer on-line fantasy card game

Please log in

Fithz Hood on 14:31, 30. Jul, 2010
I'm trying to learn how the cards are coded, so I looked in this card code:

$tmp = (isset($mynewflags[$cardpos])) ? 'Rare' : 'Common'; $nextcard = $this->DrawCard(array_merge($carddb->GetList(array('class'=>"Uncommon", 'keyword'=>"Nature")), $carddb->GetList(array('class'=>$tmp, 'keyword'=>"Nature"))), $mydata->Hand, $cardpos, 'DrawCard_list');

Shouldn't the word "beast" be somewhere?

maybe it's more a bug than a balance.
Mojko on 16:10, 30. Jul, 2010
Yup, it's a bug. Current effect draws only Nature cards. Thanks for reporting ;-)
Mojko on 11:51, 8. Aug, 2010
Fixed in r1063. Changes will be applied in the next update.