MArcomage

Free multiplayer on-line fantasy card game

Please log in


2 2 C
Owlverlord
Owlverlord

Demonic Aria

Attack: 3
Gems: +N
Recruits: +N
N = #Demonic in hand (max 4)

Id
727
Name
Owlverlord
Rarity
Common
Keywords
Cost (B / G / R)
0 / 2 / 2
Modes
0
Level
10
Created
1. Jan, 2015
Modified
16. Sep, 2017
Played
306 / 1298
Discarded
158 / 511
Drawn
600 / 2194

BB code

Effect

Attack: 3
Gems: +N
Recruits: +N
N = #Demonic in hand (max 4)

Code

    $t->hisData()->attack(3);
    $tmp = min(4, $t->keywordCount($t->myData()->Hand, 'Demonic'));
    $t->myData()->addGems($tmp)->addRecruits($tmp);