MArcomage

Free multiplayer on-line fantasy card game

Please log in


9 9 U
Warpriest
Warpriest

Holy Mage

Attack: 6 + 2N
N = #Magic + #Dungeon

Id
621
Name
Warpriest
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 9 / 9
Modes
0
Level
7
Created
1. Jan, 2011
Modified
1. Jan, 2011
Played
2066 / 12578
Discarded
1547 / 6226
Drawn
4793 / 24235

BB code

Effect

Attack: 6 + 2N
N = #Magic + #Dungeon

Code

    $tmp = $t->myData()->Magic + $t->myData()->Dungeons;
    $t->hisData()->attack(6 + 2 * $tmp);