MArcomage

Free multiplayer on-line fantasy card game

Please log in


4 1 C
Stables
Stables

Tower: +2
Wall: +4
Summons non-rare Charge

Id
572
Name
Stables
Rarity
Common
Keywords
Cost (B / G / R)
4 / 0 / 1
Modes
0
Level
7
Created
21. Jun, 2010
Modified
24. Dec, 2014
Played
1673 / 20431
Discarded
415 / 2695
Drawn
2484 / 26465

BB code

Effect

Tower: +2
Wall: +4
Summons non-rare Charge

Code

    $t->myData()->addTower(2)->addWall(4);
    $common = $t->getList(['rarity'=>'Common', 'keyword'=>'Charge']);
    $uncommon = $t->getList(['rarity'=>'Uncommon', 'keyword'=>'Charge']);
    $t->nextCard($t->drawCard(array_merge($common, $uncommon), $t->myData()->Hand, $t->cardPos(), 'drawCardList'));