MArcomage

Free multiplayer on-line fantasy card game

Please log in


1 C
Mummy
Mummy

Undead Banish

Tower: +4
If #Undead in hand < 4
Gems: -3

Id
117
Name
Mummy
Rarity
Common
Keywords
Cost (B / G / R)
0 / 0 / 1
Modes
0
Level
8
Created
1. May, 2006
Modified
24. Dec, 2011
Played
1649 / 13463
Discarded
1037 / 8438
Drawn
3528 / 29673

BB code

Effect

Tower: +4
If #Undead in hand < 4
Gems: -3

Code

    $t->myData()->addTower(4);
    if ($t->keywordCount($t->myData()->Hand, 'Undead') < 4) {
      $t->myData()->addGems(-3);
    }