MArcomage

Free multiplayer on-line fantasy card game

Please log in


15 15 U
Ballistae
Ballistae

Siege

Wall: +30
If #Siege in hand > 1
Enemy tower: -10

Id
201
Name
Ballistae
Rarity
Uncommon
Keywords
Cost (B / G / R)
15 / 0 / 15
Modes
0
Level
0
Created
1. May, 2006
Modified
24. Apr, 2011
Played
1331 / 13607
Discarded
215 / 4242
Drawn
2177 / 28404

BB code

Effect

Wall: +30
If #Siege in hand > 1
Enemy tower: -10

Code

    $t->myData()->addWall(30);
    if ($t->keywordCount($t->myData()->Hand, 'Siege') > 1) {
      $t->hisData()->addTower(-10);
    }