MArcomage

Free multiplayer on-line fantasy card game

Please log in


16 10 U
Keeper of souls
Keeper of souls

Beast Burning

Attack: 13 + 2N
Recruits: + N
N = #Burning + #Beast in game

Id
369
Name
Keeper of souls
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 16 / 10
Modes
0
Level
9
Created
30. Jul, 2008
Modified
30. Jul, 2008
Played
1003 / 8055
Discarded
285 / 2169
Drawn
1615 / 13641

BB code

Effect

Attack: 13 + 2N
Recruits: + N
N = #Burning + #Beast in game

Code

    $tmp = $t->keywordCount($t->myData()->Hand, 'Beast') + $t->keywordCount($t->myData()->Hand, 'Burning') + $t->keywordCount($t->hisData()->Hand, 'Beast') + $t->keywordCount($t->hisData()->Hand, 'Burning');
    $t->hisData()->attack(13 + 2 * $tmp);
    $t->myData()->addRecruits($tmp);