MArcomage

Free multiplayer on-line fantasy card game

Please log in


16 U
Locust swarm
Locust swarm

If Enemy wall < 5
Attack: 35
else
Attack: 11

Id
230
Name
Locust swarm
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 0 / 16
Modes
0
Level
0
Created
8. May, 2007
Modified
24. Dec, 2011
Played
800 / 6584
Discarded
753 / 7194
Drawn
2337 / 23718

BB code

Effect

If Enemy wall < 5
Attack: 35
else
Attack: 11

Code

    if ($t->hisData()->Wall < 5) {
      $t->hisData()->attack(35);
    }
    else {
      $t->hisData()->attack(11);
    }