MArcomage

Free multiplayer on-line fantasy card game

Please log in


7 7 7 U
Titan's heart
Titan's heart

Titan Unliving

Tower: +6
Wall: +9
If #Unliving in hand > 4
Quarry: +1

Id
312
Name
Titan's heart
Rarity
Uncommon
Keywords
Cost (B / G / R)
7 / 7 / 7
Modes
0
Level
10
Created
19. Aug, 2007
Modified
30. Jul, 2008
Played
2302 / 18053
Discarded
505 / 3509
Drawn
4199 / 30539

BB code

Effect

Tower: +6
Wall: +9
If #Unliving in hand > 4
Quarry: +1

Code

    $t->myData()->addTower(6)->addWall(9);
    if ($t->keywordCount($t->myData()->Hand, 'Unliving') > 4) {
      $t->myData()->addQuarry(1);
    }