MArcomage

Free multiplayer on-line fantasy card game

Please log in


0 U
Mercenaries
Mercenaries

Production x0
Attack: 9 + 9N
N = #Facilities that were lowered to 1

Id
180
Name
Mercenaries
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 0 / 0
Modes
0
Level
1
Created
1. May, 2006
Modified
12. Feb, 2011
Played
272 / 7487
Discarded
157 / 3522
Drawn
446 / 14276

BB code

Effect

Production x0
Attack: 9 + 9N
N = #Facilities that were lowered to 1

Code

    $t->production()->multiply(0);
    $tmp = 0;
    if ($t->myData()->Quarry == 1) {
      $tmp++;
    }
    if ($t->myData()->Magic == 1) {
      $tmp++;
    }
    if ($t->myData()->Dungeons == 1) {
      $tmp++;
    }
    $t->hisData()->attack(9 + 9 * $tmp);