MArcomage

Free multiplayer on-line fantasy card game

Please log in


0 R
Danai present
Danai present

Enemy stock: +10
Replace opponent's hand with non-rare zero cost cards

Id
205
Name
Danai present
Rarity
Rare
Keywords
Cost (B / G / R)
0 / 0 / 0
Modes
0
Level
6
Created
1. May, 2006
Modified
11. Apr, 2010
Played
501 / 3922
Discarded
73 / 1023
Drawn
655 / 5799

BB code

Effect

Enemy stock: +10
Replace opponent's hand with non-rare zero cost cards

Code

    $t->hisData()->addStock(10);
    $common = $t->getList(['rarity'=>'Common', 'cost'=>'Zero']);
    $uncommon = $t->getList(['rarity'=>'Uncommon', 'cost'=>'Zero']);
    $t->setHand('his', $t->drawHandList(array_merge($common, $uncommon)));