Elven rogue
Attack: 8 - N
Steals N random resources
N = #Alliance in opponent's hand
Cost (B / G / R)
0 / 0 / 6
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);