MArcomage

Free multiplayer on-line fantasy card game

Please log in


35 35 U
Undead host
Undead host

Undead

Attack: 35 + 7N
N = #Undead in hand

Id
88
Name
Undead host
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 35 / 35
Modes
0
Level
9
Created
1. May, 2006
Modified
8. Sep, 2012
Played
727 / 5026
Discarded
708 / 4762
Drawn
2159 / 14747

BB code

Effect

Attack: 35 + 7N
N = #Undead in hand

Code

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