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
510 / 11564
Discarded
423 / 3396
Drawn
1234 / 17962

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