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
893 / 6677
Discarded
860 / 7301
Drawn
2656 / 24037

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