MArcomage

Free multiplayer on-line fantasy card game

Please log in


10 C
Harpy
Harpy

Aria Siege

Attack: 10
If #Aria in opponent's hand = 0
Recruits: +5

Id
683
Name
Harpy
Rarity
Common
Keywords
Cost (B / G / R)
0 / 0 / 10
Modes
0
Level
9
Created
24. Jun, 2012
Modified
24. Jun, 2012
Played
378 / 3624
Discarded
202 / 2365
Drawn
704 / 7067

BB code

Effect

Attack: 10
If #Aria in opponent's hand = 0
Recruits: +5

Code

$t->hisData()->attack(10); if ($t->keywordCount($t->hisData()->Hand, 'Aria') == 0) { $t->myData()->addRecruits(5); }