{
cond = joinAnd(cond, new ConditionTargetPercentHp(parseNumber(a.getNodeValue()).intValue()));
}
else if ("percentMP".equalsIgnoreCase(nodeName))
{
cond = joinAnd(cond, new ConditionTargetPercentMp(parseNumber(a.getNodeValue()).intValue()));
}
else if ("percentCP".equalsIgnoreCase(nodeName))
{
cond = joinAnd(cond, new ConditionTargetPercentCp(parseNumber(a.getNodeValue()).intValue()));
}