MArcomage

Free multiplayer on-line fantasy card game

Please log in


6 C
Elven rogue
Elven rogue

Alliance Brigand

Attack: 8 - N
Steals N random resources
N = #Alliance in opponent's hand

Id
659
Name
Elven rogue
Rarity
Common
Keywords
Cost (B / G / R)
0 / 0 / 6
Modes
0
Level
10
Created
6. Jan, 2012
Modified
29. Oct, 2016
Played
451 / 11505
Discarded
356 / 3329
Drawn
1062 / 17790

BB code

Effect

Attack: 8 - N
Steals N random resources
N = #Alliance in opponent's hand

Code

    $count = $t->keywordCount($t->hisData()->Hand, 'Alliance');
    $t->hisData()->attack(8 - $count);
    $t->stealRandomResources('my', $count);