# Check which robot portrait to use for a newly built or upgraded robot in a country. # With the new robot portraits in synthetic dawn, robots select a portrait depending on the species class of the founder species. # See robot field in 00_robot_pops.txt # scope: country, from: upgraded from species (optional) use_robot_portrait_sd_hum_robot = { has_synthetic_dawn = yes OR = { is_species_class = HUM species_portrait = sd_hum_robot } } use_robot_portrait_sd_mam_robot = { has_synthetic_dawn = yes OR = { is_species_class = MAM species_portrait = sd_mam_robot } } use_robot_portrait_sd_rep_robot = { has_synthetic_dawn = yes OR = { is_species_class = REP species_portrait = sd_rep_robot } } use_robot_portrait_sd_avi_robot = { has_synthetic_dawn = yes OR = { is_species_class = AVI species_portrait = sd_avi_robot } } use_robot_portrait_sd_art_robot = { has_synthetic_dawn = yes OR = { is_species_class = ART species_portrait = sd_art_robot } } use_robot_portrait_sd_mol_robot = { has_synthetic_dawn = yes OR = { is_species_class = MOL species_portrait = sd_mol_robot } } use_robot_portrait_sd_fun_robot = { has_synthetic_dawn = yes OR = { is_species_class = FUN species_portrait = sd_fun_robot } } use_robot_portrait_sd_pla_robot = { OR = { has_synthetic_dawn = yes has_plantoids = yes } OR = { is_species_class = PLANT species_portrait = sd_pla_robot } } use_robot_portrait_sd_lit_robot = { has_lithoids = yes OR = { is_species_class = LITHOID species_portrait = lith_machine } } use_robot_portrait_sd_nec_robot = { has_necroids = yes OR = { is_species_class = NECROID species_portrait = nec_machine } } use_robot_portrait_sd_aqu_robot = { has_aquatics = yes OR = { is_species_class = AQUATIC species_portrait = aqu_machine } } use_robot_portrait_sd_tox_robot = { has_toxoids = yes OR = { is_species_class = TOX species_portrait = tox_machine } } use_robot_portrait_tma_synth_machine_01 = { has_machine_age_dlc = yes species_portrait = synth01 } use_robot_portrait_tma_synth_machine_02 = { has_machine_age_dlc = yes species_portrait = synth02 } use_robot_portrait_tma_synth_machine_03 = { has_machine_age_dlc = yes species_portrait = synth03 } use_robot_portrait_tma_synth_machine_04 = { has_machine_age_dlc = yes species_portrait = synth04 } use_robot_portrait_tma_synth_machine_05 = { has_machine_age_dlc = yes species_portrait = synth05 } use_robot_portrait_tma_synth_machine_06 = { has_machine_age_dlc = yes species_portrait = synth06 } use_robot_portrait_tma_synth_machine_07 = { has_machine_age_dlc = yes species_portrait = synth07 } use_robot_portrait_tma_synth_machine_08 = { has_machine_age_dlc = yes species_portrait = synth08 } use_robot_portrait_tma_synth_machine_09 = { has_machine_age_dlc = yes species_portrait = synth09 }