MArcomage

Free multiplayer on-line fantasy card game

Please log in


5 5 C
Pet dragon
Pet dragon

Alliance Dragon

Attack: 5
Mode1:
Gems prod x2
Mode2:
Recruits prod x2

Id
628
Name
Pet dragon
Rarity
Common
Keywords
Cost (B / G / R)
0 / 5 / 5
Modes
2
Level
6
Created
24. Apr, 2011
Modified
7. Apr, 2012
Played
1073 / 15351
Discarded
737 / 7520
Drawn
2952 / 38866

BB code

Effect

Attack: 5
Mode1:
Gems prod x2
Mode2:
Recruits prod x2

Code

    $t->hisData()->attack(5);
    if ($t->mode() == 1) {
      $t->production()->multiplyGems(2);
    }
    elseif ($t->mode() == 2) {
      $t->production()->multiplyRecruits(2);
    }