MArcomage

Free multiplayer on-line fantasy card game

Please log in


4 4 4 U
Tartarus gate
Tartarus gate

Summons a non-common Titan

Id
313
Name
Tartarus gate
Rarity
Uncommon
Keywords
Cost (B / G / R)
4 / 4 / 4
Modes
0
Level
8
Created
19. Aug, 2007
Modified
30. Jul, 2008
Played
2189 / 19277
Discarded
343 / 1651
Drawn
1736 / 10382

BB code

Effect

Summons a non-common Titan

Code

    $uncommon = $t->getList(['rarity'=>'Uncommon', 'keyword'=>'Titan']);
    $rare = $t->getList(['rarity'=>'Rare', 'keyword'=>'Titan']);
    $t->nextCard($t->drawCard(array_merge($uncommon, $rare), $t->myData()->Hand, $t->cardPos(), 'drawCardList'));