MArcomage

Free multiplayer on-line fantasy card game

Please log in


8 5 U
Academy of Destruction
Academy of Destruction

Tower: +6
Stock: +2
Summons non-common Destruction

Id
58
Name
Academy of Destruction
Rarity
Uncommon
Keywords
Cost (B / G / R)
8 / 5 / 0
Modes
0
Level
0
Created
14. Nov, 2006
Modified
26. Sep, 2015
Played
497 / 12424
Discarded
39 / 1169
Drawn
599 / 18388

BB code

Effect

Tower: +6
Stock: +2
Summons non-common Destruction

Code

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