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
732 / 4566
Discarded
143 / 1438
Drawn
1067 / 8265

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);