MArcomage

Free multiplayer on-line fantasy card game

Please log in


6 6 C
Warlock
Warlock

Mage Undead

Tower: +2
Wall: +2
Mode1:
Gems: +6
Mode2:
Recruits: +6

Id
357
Name
Warlock
Rarity
Common
Keywords
Cost (B / G / R)
0 / 6 / 6
Modes
2
Level
8
Created
12. Feb, 2008
Modified
16. Sep, 2017
Played
7637 / 49579
Discarded
4950 / 26113
Drawn
15210 / 94324

BB code

Effect

Tower: +2
Wall: +2
Mode1:
Gems: +6
Mode2:
Recruits: +6

Code

    $t->myData()->addTower(2)->addWall(2);
    if ($t->mode() == 1) {
      $t->myData()->addGems(6);
    }
    elseif ($t->mode() == 2) {
      $t->myData()->addRecruits(6);
    }