MArcomage

Free multiplayer on-line fantasy card game

Please log in


13 U
Lava spectre
Lava spectre

Burning

Attack: 10
If #Burning in hand > 3
Magic: +1

Id
254
Name
Lava spectre
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 13 / 0
Modes
0
Level
9
Created
8. May, 2007
Modified
8. Sep, 2012
Played
892 / 9002
Discarded
63 / 761
Drawn
847 / 9916

BB code

Effect

Attack: 10
If #Burning in hand > 3
Magic: +1

Code

    $t->hisData()->attack(10);
    if ($t->keywordCount($t->myData()->Hand, 'Burning') > 3) {
      $t->myData()->addMagic(1);
    }