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
469 / 3665
Discarded
359 / 1689
Drawn
845 / 6737

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);