MArcomage

Free multiplayer on-line fantasy card game

Please log in


11 R
Completion ritual
Completion ritual

Titan

If all Titan cards are present in hand
Instant destruction victory
else
Titan tokens: +60

Id
315
Name
Completion ritual
Rarity
Rare
Keywords
Cost (B / G / R)
0 / 11 / 0
Modes
0
Level
10
Created
19. Aug, 2007
Modified
24. Dec, 2012
Played
514 / 4969
Discarded
328 / 2619
Drawn
1481 / 11786

BB code

Effect

If all Titan cards are present in hand
Instant destruction victory
else
Titan tokens: +60

Code

    if (in_array(302, $t->myData()->Hand) && in_array(303, $t->myData()->Hand) && in_array(310, $t->myData()->Hand)
      && in_array(311, $t->myData()->Hand) && in_array(312, $t->myData()->Hand)) {
      $t->hisData()->setTower(0)->setWall(0);
    }
    else {
      $t->myData()->addToken('Titan', 60);
    }