Djinn
Aria.
Wall: +15
Stock: +6
Summon a non-common from your deck
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');