MArcomage

Free multiplayer on-line fantasy card game

Please log in


5 C
Arcane bolt
Arcane bolt

Destruction

Enemy stock: -2
If Mage tokens > 60
Enemy stock: -3

Id
561
Name
Arcane bolt
Rarity
Common
Keywords
Cost (B / G / R)
0 / 5 / 0
Modes
0
Level
10
Created
21. Jun, 2010
Modified
24. Dec, 2010
Played
257 / 7146
Discarded
148 / 4378
Drawn
488 / 14657

BB code

Effect

Enemy stock: -2
If Mage tokens > 60
Enemy stock: -3

Code

$reduction = ($t->myData()->getToken('Mage') > 60) ? 5 : 2; $t->hisData()->addStock(-$reduction);