MArcomage

Free multiplayer on-line fantasy card game

Please log in


1 C
Benediction
Benediction

Holy Restoration

Each player's stock raised by #Holy in his hand (max 4)

Id
331
Name
Benediction
Rarity
Common
Keywords
Cost (B / G / R)
0 / 1 / 0
Modes
0
Level
8
Created
25. Nov, 2007
Modified
11. Apr, 2009
Played
5670 / 41578
Discarded
1735 / 9186
Drawn
9086 / 62461

BB code

Effect

Each player's stock raised by #Holy in his hand (max 4)

Code

    $t->myData()->addStock(min(4, $t->keywordCount($t->myData()->Hand, 'Holy')));
    $t->hisData()->addStock(min(4, $t->keywordCount($t->hisData()->Hand, 'Holy')));