MArcomage

Free multiplayer on-line fantasy card game

Please log in


6 C
Druid
Druid

Alliance Mage

Attack: 5
Summons
Mode1:
Nature
Mode2:
Restoration

Id
393
Name
Druid
Rarity
Common
Keywords
Cost (B / G / R)
0 / 6 / 0
Modes
2
Level
9
Created
24. Dec, 2008
Modified
31. Mar, 2013
Played
14583 / 46419
Discarded
7598 / 27251
Drawn
26552 / 91874

BB code

Effect

Attack: 5
Summons
Mode1:
Nature
Mode2:
Restoration

Code

    $t->hisData()->attack(5);
    $selected = ($t->mode() == 1) ? 'Nature' : 'Restoration';
    $t->nextCard($t->drawCard($t->getList(['keyword'=>$selected]), $t->myData()->Hand, $t->cardPos(), 'drawCardList'));