MArcomage

Free multiplayer on-line fantasy card game

Please log in


26 26 R
Rainbow dragon
Rainbow dragon

Dragon Legend

Attack: 8N
Stock: +2N
N = #different keywords in hand

Id
397
Name
Rainbow dragon
Rarity
Rare
Keywords
Cost (B / G / R)
0 / 26 / 26
Modes
0
Level
8
Created
24. Dec, 2008
Modified
24. Dec, 2008
Played
707 / 4541
Discarded
140 / 1435
Drawn
1037 / 8235

BB code

Effect

Attack: 8N
Stock: +2N
N = #different keywords in hand

Code

    $tmp = $t->countDistinctKeywords($t->myData()->Hand);
    $t->hisData()->attack($tmp * 8);
    $t->myData()->addStock($tmp * 2);