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
507 / 11561
Discarded
421 / 3394
Drawn
1228 / 17956

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