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
9707 / 42714
Discarded
1405 / 8903
Drawn
12694 / 63775

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