MArcomage

Free multiplayer on-line fantasy card game

Please log in


7 C
Divine guidance
Divine guidance

Restoration

Mode1:
Wall: +10
Mode2:
Recruits: +7

Id
562
Name
Divine guidance
Rarity
Common
Keywords
Cost (B / G / R)
0 / 7 / 0
Modes
2
Level
1
Created
21. Jun, 2010
Modified
7. Apr, 2012
Played
5891 / 32739
Discarded
2562 / 12801
Drawn
10350 / 57032

BB code

Effect

Mode1:
Wall: +10
Mode2:
Recruits: +7

Code

    if ($t->mode() == 1) {
      $t->myData()->addWall(10);
    }
    elseif ($t->mode() == 2) {
      $t->myData()->addRecruits(7);
    }