this.add(`ADD_AVATAR`,ProfileRecommendationLevel.CRITICAL,'Add an avatar portrait','Profiles with an avatar portrait stand out in chats.','https://wiki.f-list.net/Guide:_Character_Profiles#Avatar');
this.add(`ADD_IMAGE`,ProfileRecommendationLevel.CRITICAL,'Add a profile image','Profiles with images are more attractive to other players.','https://wiki.f-list.net/Guide:_Character_Profiles#Images');
this.add(`ADD_MORE_IMAGES`,ProfileRecommendationLevel.NOTE,'Add more profile images','Profiles with images are more attractive – try to have at least 3 images in your profile.','https://wiki.f-list.net/Guide:_Character_Profiles#Images');
this.add(`ADD_INLINE_IMAGE`,ProfileRecommendationLevel.NOTE,'Add an inline image','Profiles with inline images are more engaging to other players.','https://wiki.f-list.net/Frequently_Asked_Questions#How_do_I_add_an_inline_image_to_my_profile.3F');
this.add(`ADD_DESCRIPTION`,ProfileRecommendationLevel.CRITICAL,'Add a description','Profiles with descriptions are more likely to draw attention from other players.','https://wiki.f-list.net/Guide:_Character_Profiles#Description');
this.add(`EXPAND_DESCRIPTION`,ProfileRecommendationLevel.NOTE,'Extend your description','Long descriptions are more attractive to other players. Try expanding your description to at least 400 characters.','https://wiki.f-list.net/Guide:_Character_Profiles#Description');
this.add(`ADD_CUSTOM_KINK`,ProfileRecommendationLevel.CRITICAL,'Add custom kinks',`Custom kinks will help your profile stand out. Try adding at least 5 custom kinks.`,'https://wiki.f-list.net/Guide:_Character_Profiles#Custom_Kinks');
this.add(`ADD_MORE_CUSTOM_KINKS`,ProfileRecommendationLevel.NOTE,'Add more custom kinks',`Players pay a lot of attention to custom kinks. Try adding at least 5 custom kinks.`,'https://wiki.f-list.net/Guide:_Character_Profiles#Custom_Kinks');
this.add(`ADD_MORE_CUSTOM_KINK_DESCRIPTIONS`,ProfileRecommendationLevel.NOTE,'Add descriptions to custom kinks',`Some or all of your custom kinks are missing descriptions. Add descriptions to your custom kinks to attract more players.`,'https://wiki.f-list.net/Guide:_Character_Profiles#Custom_Kinks');
this.add(`ADD_MORE_KINKS`,ProfileRecommendationLevel.CRITICAL,`Add more kinks`,`You should have at least 10 kinks for the matching algorithm to work well.`,'https://wiki.f-list.net/Guide:_Character_Profiles#Kinks');
this.add(`ADD_MORE_KINKS_${key.toString().toUpperCase()}`,ProfileRecommendationLevel.CRITICAL,`Add more '${key}' kinks`,`You should have at least ${minCountPerType} '${key}' kinks for the matching algorithm to work well.`,'https://wiki.f-list.net/Guide:_Character_Profiles#Kinks');
this.add('AGE',ProfileRecommendationLevel.CRITICAL,'Enter age','Specifying the age of your character will improve your matches with other players.','https://wiki.f-list.net/Guide:_Character_Profiles#General_Details');
this.add('ORIENTATION',ProfileRecommendationLevel.CRITICAL,'Enter sexual orientation','Specifying the sexual orientation of your character will improve your matches with other players.','https://wiki.f-list.net/Guide:_Character_Profiles#General_Details');
this.add('SPECIES',ProfileRecommendationLevel.CRITICAL,'Enter species','Specifying the species of your character – even if it\'s \'human\' – will improve your matches with other players.','https://wiki.f-list.net/Guide:_Character_Profiles#General_Details');
this.add('FURRY_PREFERENCE',ProfileRecommendationLevel.CRITICAL,'Enter furry preference','Specifying whether you like to play with anthro characters will improve your matches with other players.','https://wiki.f-list.net/Guide:_Character_Profiles#RPing_Preferences');
this.add('SUB_DOM_ROLE',ProfileRecommendationLevel.CRITICAL,'Enter sub/dom role','Specifying your preferred sub/dom role will improve your matches with other players.','https://wiki.f-list.net/Guide:_Character_Profiles#Sexual_Details');
this.add('POSITION',ProfileRecommendationLevel.CRITICAL,'Enter position','Specifying your preferred position (e.g. "top", "bottom") will improve your matches with other players.','https://wiki.f-list.net/Guide:_Character_Profiles#Sexual_Details');
this.add('POST_LENGTH',ProfileRecommendationLevel.CRITICAL,'Enter post length preference','Specifying your post length preference will improve your matches with other players.','https://wiki.f-list.net/Guide:_Character_Profiles#RPing_Preferences');
this.add('BODY_TYPE',ProfileRecommendationLevel.CRITICAL,'Enter body type','Specifying your character\'s body type will improve your matches with other players.','https://wiki.f-list.net/Guide:_Character_Profiles#General_Details');
}
if(p.gender===null){
this.add('GENDER',ProfileRecommendationLevel.CRITICAL,'Enter gender','Specifying your character\'s gender will help matching you with other players','https://wiki.f-list.net/Guide:_Character_Profiles#General_Details');
this.add('KINK_MISMATCH_FURRIES_ONLY_HUMAN',ProfileRecommendationLevel.NOTE,'Inconsistent kink','Your "furries-only" profile has a positive "humans" kink. If you are open to playing with humans, consider updating your preference from "furries only" to "furs and humans".');
this.add('KINK_MISMATCH_HUMANS_ONLY_ANTHRO',ProfileRecommendationLevel.NOTE,'Inconsistent kink',`Your "humans-only" profile has a positive "furry" kink (${Matcher.getSpeciesName(species)}). If you are open to playing with anthros, consider updating your preference from "humans only" to "furs and humans"`);
this.add('KINK_NO_SPECIES',ProfileRecommendationLevel.NOTE,'Add preferred species','Specifying which anthro species you like (e.g. "equines", or "canines") in your kinks can improve your matches.');