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
7007 / 27053
Discarded
1173 / 5265
Drawn
9067 / 36100

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]);
    }