MArcomage

Free multiplayer on-line fantasy card game

Please log in


32 U
Dwarven fortification
Dwarven fortification

Runic

Wall: +40
Summons non-common Runic (can't summon self)

Id
154
Name
Dwarven fortification
Rarity
Uncommon
Keywords
Cost (B / G / R)
32 / 0 / 0
Modes
0
Level
0
Created
1. May, 2006
Modified
24. Dec, 2012
Played
852 / 12032
Discarded
331 / 6012
Drawn
1604 / 27547

BB code

Effect

Wall: +40
Summons non-common Runic (can't summon self)

Code

    $t->myData()->addWall(40);
    $uncommon = $t->getList(['rarity'=>'Uncommon', 'keyword'=>'Runic']);
    $uncommon = array_diff($uncommon, [$t->card()->id()]);
    $rare = $t->getList(['rarity'=>'Rare', 'keyword'=>'Runic']);
    $t->nextCard($t->drawCard(array_merge($uncommon, $rare), $t->myData()->Hand, $t->cardPos(), 'drawCardList'));