* @param condition
* @param active
* @return the new Achievement
*/
protected Achievement createAchievement(String identifier, String title, String description, int score, boolean active, ChatCondition condition) {
return new Achievement(identifier, title, getCategory(), description, score, active, condition);
}