MArcomage

Free multiplayer on-line fantasy card game

Please log in


10 10 U
Banshee
Banshee

Undead

Attack: 4N + 4
N = #Undead in hand

Id
133
Name
Banshee
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 10 / 10
Modes
0
Level
8
Created
14. Nov, 2006
Modified
8. Sep, 2012
Played
876 / 8356
Discarded
537 / 3651
Drawn
1926 / 15728

BB code

Effect

Attack: 4N + 4
N = #Undead in hand

Code

    $tmp = $t->keywordCount($t->myData()->Hand, 'Undead');
    $t->hisData()->attack((($tmp * 4) + 4));