MArcomage

Free multiplayer on-line fantasy card game

Please log in


5 5 5 C
Crystal golem
Crystal golem

Holy Unliving

Gain N random resources
Wall: +2N
N = #Holy + #Unliving in hand

Id
396
Name
Crystal golem
Rarity
Common
Keywords
Cost (B / G / R)
5 / 5 / 5
Modes
0
Level
9
Created
24. Dec, 2008
Modified
7. Apr, 2012
Played
4810 / 36506
Discarded
2839 / 13747
Drawn
9947 / 64147

BB code

Effect

Gain N random resources
Wall: +2N
N = #Holy + #Unliving in hand

Code

    $count = $t->keywordCount($t->myData()->Hand, 'Holy') + $t->keywordCount($t->myData()->Hand, 'Unliving');
    $t->myData()->addRandomResources($count)->addWall(2 * $count);