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
1940 / 11977
Discarded
594 / 3427
Drawn
3356 / 21197

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);
    }