MArcomage

Free multiplayer on-line fantasy card game

Please log in


17 U
Vampire
Vampire

Undead

Attack: 29
Gems: -7
If #Undead in hand < 4
Magic: -1

Id
28
Name
Vampire
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 17 / 0
Modes
0
Level
0
Created
1. May, 2006
Modified
10. Sep, 2010
Played
1005 / 13414
Discarded
845 / 9684
Drawn
2417 / 32958

BB code

Effect

Attack: 29
Gems: -7
If #Undead in hand < 4
Magic: -1

Code

    $t->hisData()->attack(29); $t->myData()->addGems(-7);
    if ($t->keywordCount($t->myData()->Hand, 'Undead') < 4) {
      $t->myData()->addMagic(-1);
    }