MArcomage

Free multiplayer on-line fantasy card game

Please log in


1 C
Prayer
Prayer

Gain 1 random resource for each Holy in hand (max 5)
Summons Holy

Id
177
Name
Prayer
Rarity
Common
Keywords
Cost (B / G / R)
0 / 1 / 0
Modes
0
Level
6
Created
1. May, 2006
Modified
24. Apr, 2011
Played
5358 / 18143
Discarded
358 / 1652
Drawn
6186 / 22200

BB code

Effect

Gain 1 random resource for each Holy in hand (max 5)
Summons Holy

Code

    $t->nextCard($t->drawCard($t->getList(['keyword'=>'Holy']), $t->myData()->Hand, $t->cardPos(), 'drawCardList'));
    $resources = min($t->keywordCount($t->myData()->Hand, 'Holy'),5);
    $t->myData()->addRandomResources($resources);