MArcomage

Free multiplayer on-line fantasy card game

Please log in


30 R
Urk the Conqueror
Urk the Conqueror

Barbarian Durable Banish

If last card played was a non-common Barbarian
Enemy wall: -20
Always:
Attack: 35

Id
535
Name
Urk the Conqueror
Rarity
Rare
Cost (B / G / R)
0 / 0 / 30
Modes
0
Level
7
Created
21. Jun, 2010
Modified
1. Nov, 2010
Played
352 / 4075
Discarded
284 / 2214
Drawn
583 / 5198

BB code

Effect

If last card played was a non-common Barbarian
Enemy wall: -20
Always:
Attack: 35

Code

    if ($t->myLastCard()->hasKeyword('Barbarian') && $t->myLastAction() == 'play' && $t->myLastCard()->getRarity() != 'Common') {
      $t->hisData()->addWall(-20);
    }
    $t->hisData()->attack(35);