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
6374 / 33222
Discarded
2889 / 13128
Drawn
11334 / 58016

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