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
7436 / 34284
Discarded
3606 / 13845
Drawn
13504 / 60186

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);
    }