# Author(s): AngriestBird # Internal Faction Display Scripted Localization defined_text = { name = SMBO_opinion_display text = { trigger = { check_variable = { small_medium_business_owners_opinion > 50 } } localization_key = positive_smbo_tt } text = { trigger = { check_variable = { small_medium_business_owners_opinion < 50 } } localization_key = negative_smbo_tt } text = { localization_key = neutral_smbo_tt } } defined_text = { name = INTB_opinion_display text = { trigger = { check_variable = { international_bankers_opinion > 50 } } localization_key = positive_intb_tt } text = { trigger = { check_variable = { international_bankers_opinion < 50 } } localization_key = negative_intb_tt } text = { localization_key = neutral_intb_tt } } defined_text = { name = FFI_opinion_display text = { trigger = { check_variable = { fossil_fuel_industry_opinion > 50 } } localization_key = positive_ffi_tt } text = { trigger = { check_variable = { fossil_fuel_industry_opinion < 50 } } localization_key = negative_ffi_tt } text = { localization_key = neutral_ffi_tt } } defined_text = { name = IND_opinion_display text = { trigger = { check_variable = { industrial_conglomerates_opinion > 50 } } localization_key = positive_ind_tt } text = { trigger = { check_variable = { industrial_conglomerates_opinion < 50 } } localization_key = negative_ind_tt } text = { localization_key = neutral_ind_tt } } defined_text = { name = OLI_opinion_display text = { trigger = { check_variable = { oligarchs_opinion > 50 } } localization_key = positive_oli_tt } text = { trigger = { check_variable = { oligarchs_opinion < 50 } } localization_key = negative_oli_tt } text = { localization_key = neutral_oli_tt } } defined_text = { name = DEF_opinion_display text = { trigger = { check_variable = { defense_industry_opinion > 50 } } localization_key = positive_def_tt } text = { trigger = { check_variable = { defense_industry_opinion < 50 } } localization_key = negative_def_tt } text = { localization_key = neutral_def_tt } } defined_text = { name = MAR_opinion_display text = { trigger = { check_variable = { maritime_industry_opinion > 50 } } localization_key = positive_mar_tt } text = { trigger = { check_variable = { maritime_industry_opinion < 50 } } localization_key = negative_mar_tt } text = { localization_key = neutral_mar_tt } } defined_text = { name = MILI_opinion_display text = { trigger = { check_variable = { the_military_opinion > 50 } } localization_key = positive_mili_tt } text = { trigger = { check_variable = { the_military_opinion < 50 } } localization_key = negative_mili_tt } text = { localization_key = neutral_mili_tt } } defined_text = { name = INTC_opinion_display text = { trigger = { check_variable = { intelligence_community_opinion > 50 } } localization_key = positive_intc_tt } text = { trigger = { check_variable = { intelligence_community_opinion < 50 } } localization_key = negative_intc_tt } text = { localization_key = neutral_intc_tt } } defined_text = { name = INTC_intel_display text = { trigger = { has_dlc = "La Resistance" } localization_key = INTC_intel_display_lar_tt } text = { localization_key = INTC_intel_display_tt } } defined_text = { name = LBU_opinion_display text = { trigger = { check_variable = { labour_unions_opinion > 50 } } localization_key = positive_lbu_tt } text = { trigger = { check_variable = { labour_unions_opinion < 50 } } localization_key = negative_lbu_tt } text = { localization_key = neutral_lbu_tt } } defined_text = { name = LAND_opinion_display text = { trigger = { check_variable = { landowners_opinion > 50 } } localization_key = positive_land_tt } text = { trigger = { check_variable = { landowners_opinion < 50 } } localization_key = negative_land_tt } text = { localization_key = neutral_land_tt } } defined_text = { name = FARM_opinion_display text = { trigger = { check_variable = { farmers_opinion > 50 } } localization_key = positive_farm_tt } text = { trigger = { check_variable = { farmers_opinion < 50 } } localization_key = negative_farm_tt } text = { localization_key = neutral_farm_tt } } defined_text = { name = COM_opinion_display text = { trigger = { check_variable = { communist_cadres_opinion > 50 } } localization_key = positive_com_tt } text = { trigger = { check_variable = { communist_cadres_opinion < 50 } } localization_key = negative_com_tt } text = { localization_key = neutral_com_tt } } defined_text = { name = PRIEST_opinion_display text = { trigger = { check_variable = { the_priesthood_opinion > 50 } } localization_key = positive_priest_tt } text = { trigger = { check_variable = { the_priesthood_opinion < 50 } } localization_key = negative_priest_tt } text = { localization_key = neutral_priest_tt } } defined_text = { name = ULE_opinion_display text = { trigger = { check_variable = { the_ulema_opinion > 50 } } localization_key = positive_ule_tt } text = { trigger = { check_variable = { the_ulema_opinion < 50 } } localization_key = negative_ule_tt } text = { localization_key = neutral_ule_tt } } defined_text = { name = CLER_opinion_display text = { trigger = { check_variable = { the_clergy_opinion > 50 } } localization_key = positive_cler_tt } text = { trigger = { check_variable = { the_clergy_opinion < 50 } } localization_key = negative_cler_tt } text = { localization_key = neutral_cler_tt } } defined_text = { name = WAHULE_opinion_display text = { trigger = { check_variable = { wahabi_ulema_opinion > 50 } } localization_key = positive_wahule_tt } text = { trigger = { check_variable = { wahabi_ulema_opinion < 50 } } localization_key = negative_wahule_tt } text = { localization_key = neutral_wahule_tt } } defined_text = { name = DONJU_opinion_display text = { trigger = { check_variable = { the_donju_opinion > 50 } } localization_key = positive_donju_tt } text = { trigger = { check_variable = { the_donju_opinion < 50 } } localization_key = negative_donju_tt } text = { localization_key = neutral_donju_tt } } defined_text = { name = SARF_opinion_display text = { trigger = { check_variable = { saudi_royal_family_opinion > 50 } } localization_key = positive_sarf_tt } text = { trigger = { check_variable = { saudi_royal_family_opinion < 50 } } localization_key = negative_sarf_tt } text = { localization_key = neutral_sarf_tt } } defined_text = { name = IRQF_opinion_display text = { trigger = { check_variable = { iranian_quds_force_opinion > 50 } } localization_key = positive_irqf_tt } text = { trigger = { check_variable = { iranian_quds_force_opinion < 50 } } localization_key = negative_irqf_tt } text = { localization_key = neutral_irqf_tt } } defined_text = { name = JIHAD_opinion_display text = { trigger = { check_variable = { foreign_jihadis_opinion > 50 } } localization_key = positive_jihad_tt } text = { trigger = { check_variable = { foreign_jihadis_opinion < 50 } } localization_key = negative_jihad_tt } text = { localization_key = neutral_jihad_tt } } defined_text = { name = WALL_opinion_display text = { trigger = { check_variable = { wall_street_opinion > 50 } } localization_key = positive_wall_tt } text = { trigger = { check_variable = { wall_street_opinion < 50 } } localization_key = negative_wall_tt } text = { localization_key = neutral_wall_tt } } defined_text = { name = CHAE_opinion_display text = { trigger = { check_variable = { chaebols_opinion > 50 } } localization_key = positive_chae_tt } text = { trigger = { check_variable = { chaebols_opinion < 50 } } localization_key = negative_chae_tt } text = { localization_key = neutral_chae_tt } } defined_text = { name = internal_faction_military_desc text = { trigger = { NOT = { original_tag = PER } } localization_key = generic_description_the_military } text = { trigger = { original_tag = PER PER = { OR = { emerging_moderate_shiite_are_in_power = yes emerging_hardline_shiite_are_in_power = yes } } } localization_key = PER_irgc_description } }