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
832 / 5131
Discarded
791 / 4845
Drawn
2409 / 14997

BB code

Effect

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

Code

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