MArcomage

Free multiplayer on-line fantasy card game

Please log in


6 C
Amazon warrior
Amazon warrior

Barbarian

If Enemy wall > 30
Enemy wall: -10
Always:
Attack: 7

Id
651
Name
Amazon warrior
Rarity
Common
Keywords
Cost (B / G / R)
0 / 0 / 6
Modes
0
Level
7
Created
24. Sep, 2011
Modified
7. Apr, 2012
Played
4018 / 17481
Discarded
1843 / 8009
Drawn
7342 / 34377

BB code

Effect

If Enemy wall > 30
Enemy wall: -10
Always:
Attack: 7

Code

if ($t->hisData()->Wall > 30) { $t->hisData()->addWall(-10); } $t->hisData()->attack(7);