MArcomage

Free multiplayer on-line fantasy card game

Please log in


46 U
Devastator
Devastator

Barbarian

Enemy wall: -10N
N = #Barbarian in hand
Attack: 40

Id
345
Name
Devastator
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 0 / 46
Modes
0
Level
9
Created
12. Feb, 2008
Modified
12. Feb, 2008
Played
727 / 4938
Discarded
619 / 3564
Drawn
1870 / 11969

BB code

Effect

Enemy wall: -10N
N = #Barbarian in hand
Attack: 40

Code

    $tmp = $t->keywordCount($t->myData()->Hand, 'Barbarian');
    $t->hisData()->addWall(-$tmp * 10)->attack(40);