MArcomage

Free multiplayer on-line fantasy card game

Please log in


4 C
Thug
Thug

Opponent loses 5 random resources
Replace non-rare matching card with Palisade

Id
595
Name
Thug
Rarity
Common
Keywords
Cost (B / G / R)
0 / 0 / 4
Modes
0
Level
9
Created
10. Sep, 2010
Modified
26. Sep, 2015
Played
7567 / 27613
Discarded
1263 / 5355
Drawn
9811 / 36844

BB code

Effect

Opponent loses 5 random resources
Replace non-rare matching card with Palisade

Code

    $t->hisData()->addRandomResources(-5);
    if ($t->getCard($t->hisData()->Hand[$t->cardPos()])->getRarity() != 'Rare') {
      $t->setCard('his', $t->cardPos(), 297, ['reveal' => true]);
    }