# United States of Europe: reverts the country cosmetic tag back to the base # USoE flag after EU scripted effects swapped it to a dynastic/ideological # variant (USoE_HAB, USoE_BOR, USoE_com, USoE_air, USoE_navy, etc.). USoE_Flag_Reset_Flag_category = { USoE_reset_flag = { icon = GFX_decision_generic_form_nation cost = 0 ai_will_do = { base = 0 } visible = { NOT = { has_cosmetic_tag = USoE } } complete_effect = { log = "[GetDateText]: [Root.GetName]: Decision USoE_reset_flag" set_cosmetic_tag = USoE custom_effect_tooltip = tooltip_change_flag } } USoE_AI_reset_flag = { icon = GFX_decision_generic_form_nation cost = 0 ai_will_do = { base = 1 } visible = { is_ai = yes OR = { AND = { has_cosmetic_tag = USoE_com NOT = { OR = { check_variable = { ruling_party = 4 } check_variable = { ruling_party = 19 } } } } AND = { OR = { has_cosmetic_tag = USoE_air has_cosmetic_tag = USoE_army has_cosmetic_tag = USoE_navy } NOT = { check_variable = { ruling_party = 22 } } } AND = { OR = { has_cosmetic_tag = USoE_BOR has_cosmetic_tag = USoE_BOR_ANJ has_cosmetic_tag = USoE_GLU has_cosmetic_tag = USoE_HAB has_cosmetic_tag = USoE_HAN has_cosmetic_tag = USoE_HOH has_cosmetic_tag = USoE_NAP has_cosmetic_tag = USoE_ORA has_cosmetic_tag = USoE_SAV has_cosmetic_tag = USoE_WIN has_cosmetic_tag = USoE_WIT } NOT = { check_variable = { ruling_party = 23 } } } } } complete_effect = { log = "[GetDateText]: [Root.GetName]: Decision USoE_AI_reset_flag" set_cosmetic_tag = USoE custom_effect_tooltip = tooltip_change_flag } } }