MArcomage

Free multiplayer on-line fantasy card game

Please log in


12 15 U
Azure unicorn
Azure unicorn

Legend

Attack: 15
If Magic > Enemy magic
Attack: 19

Id
352
Name
Azure unicorn
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 12 / 15
Modes
0
Level
7
Created
12. Feb, 2008
Modified
30. Jul, 2008
Played
1829 / 11866
Discarded
564 / 3397
Drawn
3184 / 21025

BB code

Effect

Attack: 15
If Magic > Enemy magic
Attack: 19

Code

    if ($t->myData()->Magic > $t->hisData()->Magic) {
      $t->hisData()->attack(34);
    }
    else {
      $t->hisData()->attack(15);
    }