Amazon warrior
If Enemy wall > 30
Enemy wall: -10
Always:
Attack: 7
Cost (B / G / R)
0 / 0 / 6
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);