MArcomage

Free multiplayer on-line fantasy card game

Please log in


2 2 2 U
Priestess of light
Priestess of light

Alliance Holy

Mode1:
Bricks prod x3
Mode2:
Gems prod x3
Mode3:
Recruits prod x3

Id
632
Name
Priestess of light
Rarity
Uncommon
Keywords
Cost (B / G / R)
2 / 2 / 2
Modes
3
Level
7
Created
24. Apr, 2011
Modified
24. Apr, 2011
Played
1460 / 12949
Discarded
326 / 1861
Drawn
2617 / 19259

BB code

Effect

Mode1:
Bricks prod x3
Mode2:
Gems prod x3
Mode3:
Recruits prod x3

Code

    if ($t->mode() == 1) {
      $t->production()->multiplyBricks(3);
    }
    elseif ($t->mode() == 2) {
      $t->production()->multiplyGems(3);
    }
    elseif ($t->mode() == 3) {
      $t->production()->multiplyRecruits(3);
    }