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
2015 / 12527
Discarded
1503 / 6182
Drawn
4661 / 24103

BB code

Effect

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

Code

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