MArcomage

Free multiplayer on-line fantasy card game

Please log in


1 R
Reiji Maigo
Reiji Maigo

Restoration Durable

If Round is divisible by 3
Gems: +15

Id
668
Name
Reiji Maigo
Rarity
Rare
Keywords
Cost (B / G / R)
0 / 1 / 0
Modes
0
Level
10
Created
24. Jun, 2012
Modified
8. Sep, 2012
Played
1784 / 5370
Discarded
515 / 1459
Drawn
1200 / 3844

BB code

Effect

If Round is divisible by 3
Gems: +15

Code

if (($t->round() % 3) == 0) { $t->myData()->addGems(15); }