while (st.hasMoreTokens())
{
String item = st.nextToken().trim();
array.add(Integer.decode(getValue(item, null)));
}
cond = joinAnd(cond, new ConditionPlayerClassIdRestriction(array));
}
}
// Elemental seed condition processing
for(int elementSeed : ElementSeeds)