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
751 / 5050
Discarded
724 / 4778
Drawn
2205 / 14793

BB code

Effect

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

Code

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