# Author(s): LordBogdanoff ###########SUBJECTS OF RUSSIA - EXIST OF SUBJECTS########### SUB_has_russian_special_autonomy = { custom_trigger_tooltip = { tooltip = SOV_subjects_exist_tt any_subject_country = { SUB_is_rf_subject = yes } } } ###########SUBJECTS OF RUSSIA - IS RF SUBJECT########### SUB_is_rf_subject = { OR = { has_autonomy_state = autonomy_state_rf has_autonomy_state = autonomy_republic_rf has_autonomy_state = autonomy_kray_rf has_autonomy_state = autonomy_oblast_rf has_autonomy_state = autonomy_okrug_rf } } ###########SUBJECTS OF RUSSIA - IS LESSER RF SUBJECT (excludes autonomy_state_rf governorate tier)########### SUB_is_rf_lesser_subject = { OR = { has_autonomy_state = autonomy_republic_rf has_autonomy_state = autonomy_kray_rf has_autonomy_state = autonomy_oblast_rf has_autonomy_state = autonomy_okrug_rf } } ###########SUBJECTS OF RUSSIA - IS POST-SOVIET SPHERE SUBJECT (RF tiers + CIS + Union State)########### SUB_is_soviet_sphere_subject = { OR = { SUB_is_rf_subject = yes has_autonomy_state = autonomy_state_cis has_autonomy_state = autonomy_union_state } } ###########SUBJECTS OF RUSSIA - IS POST-SOVIET SPHERE MEMBER (SOV itself or a sphere subject)########### SUB_is_soviet_sphere_member = { OR = { original_tag = SOV SUB_is_soviet_sphere_subject = yes } } ###########SUBJECTS OF RUSSIA - IS ACTIVE RF SUBJECT (not rebelling + any RF tier)########### SUB_is_active_rf_subject = { NOT = { has_country_flag = SUB_subject_rebellion_flag } SUB_is_rf_subject = yes } ###########SUBJECTS OF RUSSIA - IS ACTIVE LESSER RF SUBJECT (not rebelling + 4-tier only)########### SUB_is_active_rf_lesser_subject = { NOT = { has_country_flag = SUB_subject_rebellion_flag } SUB_is_rf_lesser_subject = yes } ###########SUBJECTS OF RUSSIA - TAX RATE CHANGE AVAILABLE (regional rise/fall decisions)########### SUB_can_change_subjects_taxes = { has_country_flag = SUB_taxes_to_open NOT = { SOV = { has_completed_focus = SOV_no_taxes_subjects } } } ###########SUBJECTS OF RUSSIA - INTERNAL RF SUBJECT (subsidies/buildings modifier eligible)########### SUB_is_internal_rf_subject = { OR = { original_tag = CHE original_tag = BSH original_tag = KBK original_tag = TAT original_tag = TUV original_tag = YAK original_tag = BRY original_tag = KOM original_tag = ALT original_tag = KHS original_tag = KAE original_tag = CKK original_tag = KHM original_tag = YAM original_tag = NEE original_tag = KCC original_tag = ING original_tag = ADY original_tag = DAG original_tag = KLM original_tag = CHU original_tag = MEL original_tag = MOV original_tag = UDM } } ###########SUBJECTS OF RUSSIA - INTEGRATE RUSSIAN ECONOMIC########### SUB_subjects_economic_integration = { SOV = { check_variable = { SOV_econ_sphere_company_count > 0 } } check_variable = { var = SUB_russian_companies_integrated value = SOV.SOV_econ_sphere_company_count compare = less_than } } ###########SUBJECTS OF RUSSIA - INTEGRATE RUSSIAN ARMY########### SUB_subjects_army_integration = { OR = { #Russian Space Force AND = { SOV = { has_completed_focus = SOV_kosmo_voiska } NOT = { has_idea = SOV_russian_spaceforce } } #Russian Far Aviation Force AND = { SOV = { has_completed_focus = SOV_airforce_far_aviation } NOT = { has_idea = SOV_far_aviation_idea } } #Russian Transport Aviation Force AND = { SOV = { has_completed_focus = SOV_airforce_transport_aviation } NOT = { has_idea = SOV_transport_aviation_idea } } #Air and Missile Defense Forces AND = { SOV = { has_completed_focus = SOV_air_rocket_defence } NOT = { has_idea = SOV_air_missile_defence_idea } } #Anti-Aircraft missile Forces AND = { SOV = { has_completed_focus = SOV_missile_defense_investments } NOT = { has_idea = SOV_anti_aircraft_forces_idea } } #Radio-Technical Troops AND = { SOV = { has_completed_focus = SOV_radio_defense_investments } NOT = { has_idea = SOV_radio_technical_troops_idea } } #Satellites AND = { SOV = { has_completed_focus = SOV_roscosmos_intel } NOT = { has_idea = SOV_russian_satellite_idea } } #Strategic Rocket Forces AND = { SOV = { has_completed_focus = SOV_missile_development } NOT = { has_idea = SOV_rocket_forces_idea } } #Army Ipso AND = { SOV = { has_completed_focus = SOV_armyreform_ipso } NOT = { has_idea = SOV_army_ipso } } #Army MTO AND = { SOV = { has_completed_focus = SOV_mto } NOT = { has_idea = SOV_army_mto } } #Army Engineer AND = { SOV = { has_completed_focus = SOV_armyreform_engineer } NOT = { has_idea = SOV_army_engineer } } #Army AntiAir AND = { SOV = { has_completed_focus = SOV_armyreform_anti_air } NOT = { has_idea = SOV_army_anti_air } } #Army Railway Troops AND = { SOV = { has_completed_focus = SOV_railway_troops } NOT = { has_idea = SOV_army_railway } } #Army RadioElectir Troops AND = { SOV = { has_completed_focus = SOV_radioelectronic_warfare } NOT = { has_idea = SOV_army_radioelectric } } } } ###########EKATERINBURG - EXIST########### SUB_ekaterinburg_exist_development = { has_country_flag = SOV_moscow_no_more 676 = { check_variable = { SOV_city_level < 6 } } } # Common Subject Triggers SUB_is_a_non_rebelling_russian_national_republic = { NOT = { has_country_flag = SUB_subject_rebellion_flag } is_subject_of = SOV has_autonomy_state = autonomy_republic_rf }