MArcomage

Free multiplayer on-line fantasy card game

Please log in


2 2 2 C
Amazon tribe
Amazon tribe

Barbarian Skirmisher

Attack: 6
Recruits: +N
N = #Barbarian in hand (max 4)

Id
77
Name
Amazon tribe
Rarity
Common
Cost (B / G / R)
2 / 2 / 2
Modes
0
Level
8
Created
1. May, 2006
Modified
7. Apr, 2012
Played
2292 / 17784
Discarded
1048 / 5685
Drawn
4158 / 29495

BB code

Effect

Attack: 6
Recruits: +N
N = #Barbarian in hand (max 4)

Code

    $t->hisData()->attack(6);
    $t->myData()->addRecruits(min($t->keywordCount($t->myData()->Hand, 'Barbarian'), 4));