MArcomage

Free multiplayer on-line fantasy card game

Please log in


40 R
Colossus of Kran
Colossus of Kran

Unliving Siege

Attack: 30 + 4N
Quarry: +N / 2
N = #Unliving in hand

Id
591
Name
Colossus of Kran
Rarity
Rare
Keywords
Cost (B / G / R)
40 / 0 / 0
Modes
0
Level
10
Created
10. Sep, 2010
Modified
24. Apr, 2011
Played
272 / 2239
Discarded
72 / 732
Drawn
456 / 4153

BB code

Effect

Attack: 30 + 4N
Quarry: +N / 2
N = #Unliving in hand

Code

    $tmp = $t->keywordCount($t->myData()->Hand, 'Unliving');
    $t->hisData()->attack(30 + 4 * $tmp);
    $t->myData()->addQuarry(round($tmp / 2));