MArcomage

Free multiplayer on-line fantasy card game

Please log in


40 U
Royal dragoons
Royal dragoons

Soldier Charge (15)

Attack: 25 + 8N
N = #Charge in hand

Id
166
Name
Royal dragoons
Rarity
Uncommon
Keywords
Cost (B / G / R)
0 / 0 / 40
Modes
0
Level
10
Created
1. May, 2006
Modified
24. Jan, 2011
Played
385 / 5127
Discarded
360 / 3662
Drawn
1058 / 10341

BB code

Effect

Attack: 25 + 8N
N = #Charge in hand

Code

    $tmp = $t->keywordCount($t->myData()->Hand, 'Charge');
    $t->hisData()->attack(25 + (8 * $tmp));