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
253 / 7142
Discarded
147 / 4377
Drawn
482 / 14651

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