MArcomage

Free multiplayer on-line fantasy card game

Please log in


20 U
Djinn
Djinn

Aria.

Wall: +15
Stock: +6
Summon a non-common from your deck

Author
Id
1150
Name
Djinn
Rarity
Uncommon
Keywords
Aria.
State
interesting

BB code

Effect

Wall: +15
Stock: +6
Summon a non-common from your deck

Note

three wishes: health, wealth and luck

Possible code:

$mydata->Wall+= 15;
$mydata->Gems+= 6;
$mydata->Recruits+= 6;
$mydata->Bricks+= 6;
$nextcard = $this->DrawCard(array_merge($carddb->GetList(array('class'=>"Uncommon")), $carddb->GetList(array('class'=>"Rare"))), $mydata->Hand, $cardpos, 'DrawCard_list');