{
Logable D = Configuration.getConfiguration().getDebugEntity();
int debugLevel = 3;
MatchComputerPlayer player = (MatchComputerPlayer)pl;
MatchPlayable opponent = match.getOpponent(pl);
AIPlayer aiPlayer = player.getAIPlayer();
int intelligence = aiPlayer.mStrategie.getIntelligence();
D.addLog("AI:getPowerTarget: " + list,debugLevel);
CardList damgedList = list.sortListByPower();