MArcomage

Free multiplayer on-line fantasy card game

Please log in


32 U
Frost unicorn
Frost unicorn

Legend

Attack: 35
If #Legend in hand > 1 and #Mage in hand > 0
Gems: +20
Magic: +1

Id
371
Name
Frost unicorn
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 32 / 0
Modes
0
Level
10
Created
30. Jul, 2008
Modified
30. Jul, 2008
Played
3271 / 14688
Discarded
653 / 3733
Drawn
4911 / 24753

BB code

Effect

Attack: 35
If #Legend in hand > 1 and #Mage in hand > 0
Gems: +20
Magic: +1

Code

    $t->hisData()->attack(35);
    if ($t->keywordCount($t->myData()->Hand, 'Legend') > 1 && $t->keywordCount($t->myData()->Hand, 'Mage') > 0) {
      $t->myData()->addMagic(1)->addGems(20);
    }