MArcomage

Free multiplayer on-line fantasy card game

Please log in


8 R
Myr the magelord
Myr the magelord

Mage. Legend. Enduring (8)

Attack: 8
Replace a random mage with Myr the magelord
Next card will be a common from your deck

Author
Id
1087
Name
Myr the magelord
Rarity
Rare
Keywords
Mage. Legend. Enduring (8)
State
waiting

BB code

Effect

Attack: 8
Replace a random mage with Myr the magelord
Next card will be a common from your deck

Note

$this->Attack(8, $hisdata->Tower, $hisdata->Wall);
$storage = array();
for ($i = 1; $i <= 8; $i++)
if (($i != $cardpos) AND ($carddb->GetCard($mydata->Hand[$i])->GetClass() == 'Common') AND ($carddb->GetCard($mydata->Hand[$i])->HasKeyword("Mage")) $storage[] = $i;
if count($storage)>0
{shuffle($storage);
$j = $storage[0];
$mydata->Hand[$j] = ####;
$mydata->NewCards[$j] = 1;
}