MArcomage

Free multiplayer on-line fantasy card game

Please log in


1 U
Gladiator
Gladiator

Barbarian

Attack: 3
Recruits: +2
Summons a non-common Barbarian

Id
68
Name
Gladiator
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 0 / 1
Modes
0
Level
6
Created
1. May, 2006
Modified
30. Jul, 2008
Played
1507 / 12794
Discarded
236 / 1408
Drawn
1966 / 15497

BB code

Effect

Attack: 3
Recruits: +2
Summons a non-common Barbarian

Code

    $t->hisData()->attack(3);
    $t->myData()->addRecruits(2);
    $uncommon = $t->getList(['rarity'=>'Uncommon', 'keyword'=>'Barbarian']);
    $rare = $t->getList(['rarity'=>'Rare', 'keyword'=>'Barbarian']);
    $t->nextCard($t->drawCard(array_merge($uncommon, $rare), $t->myData()->Hand, $t->cardPos(), 'drawCardList'));