MArcomage

Free multiplayer on-line fantasy card game

Please log in


9 11 U
Risen angel
Risen angel

Undead Cursed

Attack: 22 + N
Gems: +N
N = #Holy in opponent's hand

Id
31
Name
Risen angel
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 9 / 11
Modes
0
Level
6
Created
1. May, 2006
Modified
17. Dec, 2016
Played
474 / 3670
Discarded
362 / 1692
Drawn
853 / 6745

BB code

Effect

Attack: 22 + N
Gems: +N
N = #Holy in opponent's hand

Code

    $tmp = $t->keywordCount($t->hisData()->Hand, 'Holy');
    $t->hisData()->attack(22 + $tmp);
    $t->myData()->addGems($tmp);