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
2068 / 19156
Discarded
308 / 1616
Drawn
1558 / 10204

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'));