MArcomage

Free multiplayer on-line fantasy card game

Please log in


4 4 C
River thief
River thief

Aqua Brigand

Attack: 4
Enemy stock: -2
If #Aqua in hand > 2
Stock: +2

Id
559
Name
River thief
Rarity
Common
Keywords
Cost (B / G / R)
0 / 4 / 4
Modes
0
Level
8
Created
21. Jun, 2010
Modified
12. Feb, 2011
Played
9023 / 42030
Discarded
1300 / 8798
Drawn
11767 / 62848

BB code

Effect

Attack: 4
Enemy stock: -2
If #Aqua in hand > 2
Stock: +2

Code

    $t->hisData()->attack(4)->addStock(-2);
    if ($t->keywordCount($t->myData()->Hand, 'Aqua') > 2) {
      $t->myData()->addStock(2);
    }