MArcomage

Free multiplayer on-line fantasy card game

Please log in

Keywords > Brigand

Icon

Brigand

Effect

Basic gain 10, bonus gain 10, Robbery - additional stock will be stolen from opponent, amount based on played card rarity (Common - 1 stock, Uncommon - 2 stock, Rare - 3 stock).

Lore

In most cities there are thieves guilds present, although most officials deny their very existence. Most nobles are trying to be on good terms with local thieves guild. A band of merciless thieves and deadly assassins are a powerful ally and a dangerous opponent.

Brigands specialize in stealing resources, thus crippling the enemy before they can do harm.

Code

    $stock = ['Common' => 1, 'Uncommon' => 2, 'Rare' => 3];
    $this->stealStock('my', $stock[$t->card()->getRarity()]);