{
int lifeOfOpponent = vMatch.getLife((player+1)%2) - otherAttackDamage;
int playerDamageScore = -Weighting.DEFAULT.getPlayerDamageScore(sFight.attacker.getNowPower(), lifeOfOpponent);
boolean ret = true;
SingleFight fight = SingleFight.getFight(sFight.attacker, sFight.blocker, null, false);
fight.simAttack(true);
int blockerDeadScore = 0;
for (int i = 0; i< fight.blockerDead; i++)
{
CardSim bl = fight.blocker.getCard(i);