# General:
defined_text = {
	name = GetRefundedPoliticalPowerPerIdea

	text = {
		trigger = {
			set_temp_variable = { halfed_idea_cost_temp = idea_cost_var }
			divide_temp_variable = { halfed_idea_cost_temp = 2 }
			round_temp_variable = halfed_idea_cost_temp
			always = yes
		}
		localization_key = string_refunded_pp_from_removing_idea_group
	}
}

defined_text = {
	name = GetIdeaGroupUnlockedAtText

	text = {
		trigger = {
			specific_idea_group_slot_is_unlocked = yes
		}
		localization_key = string_free_idea_slot
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = string_idea_slot_locked
	}
}

defined_text = {
	name = GetIdeaGroupUnlockDate

	text = {
		trigger = {
			has_global_flag = eu4_like_ideas_test_flag
		}
		localization_key = "[GetDateText]"
	}
	text = {
		trigger = {
			set_temp_variable = { idea_group_slot = i }
			add_to_temp_variable = { idea_group_slot = 1 }
			meta_trigger = {
				text = {
					set_temp_variable = { idea_group_unlock_date_temp = global.unlock_date_for_idea_group_[SLOT] }
				}
				SLOT = "[?idea_group_slot]"
			}
		}
		localization_key = string_idea_slot_unlock_date_relative
	}
}

defined_text = {
	name = GetNextIdeasProgressTooltip

	text = {
		trigger = {
			NOT = { has_political_power < idea_cost_var }
		}
		localization_key = string_enacting_idea_cost_modifier
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = string_cannot_enact_idea
	}
}

defined_text = {
	name = GetIdeaGroupNotSelectableTooltip

	text = {
		trigger = {
			NOT = { can_select_any_idea_group = yes }
		}
		localization_key = string_cannot_select_idea_group_because_no_free_slot
	}
	text = {
		trigger = {
			NOT = { has_global_flag = eu4_like_ideas_test_flag }
			NOT = { has_global_flag = eu4_like_ideas_limit_for_idea_groups_from_same_type_disabled }
			set_temp_variable = { num_of_selected_adm = 9 }
			subtract_from_temp_variable = { num_of_selected_adm = adm_idea_groups^num }
			set_temp_variable = { num_of_selected_dip = 9 }
			subtract_from_temp_variable = { num_of_selected_dip = dip_idea_groups^num }
			set_temp_variable = { num_of_selected_mil = 9 }
			subtract_from_temp_variable = { num_of_selected_mil = mil_idea_groups^num }
			set_temp_variable = { total_num_of_selected_ideas = num_of_selected_adm }
			add_to_temp_variable = { total_num_of_selected_ideas = num_of_selected_dip }
			add_to_temp_variable = { total_num_of_selected_ideas = num_of_selected_mil }
			divide_temp_variable = { total_num_of_selected_ideas = 2 }
			NOT = {
				OR = {
					AND = {
						OR = {
							check_variable = { v = 1 }
							check_variable = { v = 2 }
							check_variable = { v = 3 }
							check_variable = { v = 4 }
							check_variable = { v = 5 }
							check_variable = { v = 6 }
							check_variable = { v = 19 }
							check_variable = { v = 22 }
							check_variable = { v = 25 }
						}
						OR = {
							check_variable = { num_of_selected_adm = 0 }
							check_variable = { var = total_num_of_selected_ideas value = num_of_selected_adm compare = greater_than_or_equals }
						}
					}
					AND = {
						OR = {
							check_variable = { v = 7 }
							check_variable = { v = 8 }
							check_variable = { v = 9 }
							check_variable = { v = 10 }
							check_variable = { v = 11 }
							check_variable = { v = 12 }
							check_variable = { v = 20 }
							check_variable = { v = 23 }
							check_variable = { v = 26 }
						}
						OR = {
							check_variable = { num_of_selected_dip = 0 }
							check_variable = { var = total_num_of_selected_ideas value = num_of_selected_dip compare = greater_than_or_equals }
						}
					}
					AND = {
						OR = {
							check_variable = { v = 13 }
							check_variable = { v = 14 }
							check_variable = { v = 15 }
							check_variable = { v = 16 }
							check_variable = { v = 17 }
							check_variable = { v = 18 }
							check_variable = { v = 21 }
							check_variable = { v = 24 }
							check_variable = { v = 27 }
						}
						OR = {
							check_variable = { num_of_selected_mil = 0 }
							check_variable = { var = total_num_of_selected_ideas value = num_of_selected_mil compare = greater_than_or_equals }
						}
					}
				}
			}
		}
		localization_key = string_cannot_select_idea_group_because_too_many_of_category
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = string_can_select_idea_group
	}
}

defined_text = {
	name = GetNumOfIdeas

	text = {
		trigger = {
			calculate_total_num_of_ideas_trigger = yes
			always = yes
		}
		localization_key = "[?num_of_ideas_temp]"
	}
}

defined_text = {
	name = GetUnlockedIdeaGroup1Tooltip

	text = {
		trigger = {
			check_variable = { selected_idea_groups^0 > 0 }
			set_temp_variable = { v = selected_idea_groups^0 }
		}
		localization_key = string_selected_idea_group
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = string_no_selected_idea_group
	}
}

defined_text = {
	name = GetUnlockedIdeaGroup2Tooltip

	text = {
		trigger = {
			check_variable = { selected_idea_groups^1 > 0 }
			set_temp_variable = { v = selected_idea_groups^1 }
		}
		localization_key = string_selected_idea_group
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = ""
	}
}

defined_text = {
	name = GetUnlockedIdeaGroup3Tooltip

	text = {
		trigger = {
			check_variable = { global.num_of_unlockable_idea_groups > 2 }
			check_variable = { selected_idea_groups^2 > 0 }
			set_temp_variable = { v = selected_idea_groups^2 }
		}
		localization_key = string_selected_idea_group
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = ""
	}
}

defined_text = {
	name = GetUnlockedIdeaGroup4Tooltip

	text = {
		trigger = {
			check_variable = { global.num_of_unlockable_idea_groups > 2 }
			check_variable = { selected_idea_groups^3 > 0 }
			set_temp_variable = { v = selected_idea_groups^3 }
		}
		localization_key = string_selected_idea_group
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = ""
	}
}

defined_text = {
	name = GetUnlockedIdeaGroup5Tooltip

	text = {
		trigger = {
			check_variable = { global.num_of_unlockable_idea_groups > 4 }
			check_variable = { selected_idea_groups^4 > 0 }
			set_temp_variable = { v = selected_idea_groups^4 }
		}
		localization_key = string_selected_idea_group
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = ""
	}
}

defined_text = {
	name = GetUnlockedIdeaGroup6Tooltip

	text = {
		trigger = {
			check_variable = { global.num_of_unlockable_idea_groups > 4 }
			check_variable = { selected_idea_groups^5 > 0 }
			set_temp_variable = { v = selected_idea_groups^5 }
		}
		localization_key = string_selected_idea_group
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = ""
	}
}

defined_text = {
	name = GetUnlockedIdeaGroup7Tooltip

	text = {
		trigger = {
			check_variable = { global.num_of_unlockable_idea_groups > 6 }
			check_variable = { selected_idea_groups^6 > 0 }
			set_temp_variable = { v = selected_idea_groups^6 }
		}
		localization_key = string_selected_idea_group
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = ""
	}
}

defined_text = {
	name = GetUnlockedIdeaGroup8Tooltip

	text = {
		trigger = {
			check_variable = { global.num_of_unlockable_idea_groups > 6 }
			check_variable = { selected_idea_groups^7 > 0 }
			set_temp_variable = { v = selected_idea_groups^7 }
		}
		localization_key = string_selected_idea_group
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = ""
	}
}

defined_text = {
	name = GetUnlockedIdeaGroup9Tooltip

	text = {
		trigger = {
			check_variable = { global.num_of_unlockable_idea_groups > 8 }
			check_variable = { selected_idea_groups^8 > 0 }
			set_temp_variable = { v = selected_idea_groups^8 }
		}
		localization_key = string_selected_idea_group
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = ""
	}
}

defined_text = {
	name = GetUnlockedIdeaGroup10Tooltip

	text = {
		trigger = {
			check_variable = { global.num_of_unlockable_idea_groups > 8 }
			check_variable = { selected_idea_groups^9 > 0 }
			set_temp_variable = { v = selected_idea_groups^9 }
		}
		localization_key = string_selected_idea_group
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = ""
	}
}

defined_text = {
	name = GetUnlockedIdeaGroup11Tooltip

	text = {
		trigger = {
			check_variable = { global.num_of_unlockable_idea_groups > 10 }
			check_variable = { selected_idea_groups^10 > 0 }
			set_temp_variable = { v = selected_idea_groups^10 }
		}
		localization_key = string_selected_idea_group
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = ""
	}
}

defined_text = {
	name = GetUnlockedIdeaGroup12Tooltip

	text = {
		trigger = {
			check_variable = { global.num_of_unlockable_idea_groups > 10 }
			check_variable = { selected_idea_groups^11 > 0 }
			set_temp_variable = { v = selected_idea_groups^11 }
		}
		localization_key = string_selected_idea_group
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = ""
	}
}

defined_text = {
	name = GetUnlockedIdeaGroup13Tooltip

	text = {
		trigger = {
			check_variable = { global.num_of_unlockable_idea_groups > 12 }
			check_variable = { selected_idea_groups^12 > 0 }
			set_temp_variable = { v = selected_idea_groups^12 }
		}
		localization_key = string_selected_idea_group
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = ""
	}
}

defined_text = {
	name = GetUnlockedIdeaGroup14Tooltip

	text = {
		trigger = {
			check_variable = { global.num_of_unlockable_idea_groups > 12 }
			check_variable = { selected_idea_groups^13 > 0 }
			set_temp_variable = { v = selected_idea_groups^13 }
		}
		localization_key = string_selected_idea_group
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = ""
	}
}

defined_text = {
	name = GetUnlockedIdeaGroup15Tooltip

	text = {
		trigger = {
			check_variable = { global.num_of_unlockable_idea_groups > 14 }
			check_variable = { selected_idea_groups^14 > 0 }
			set_temp_variable = { v = selected_idea_groups^14 }
		}
		localization_key = string_selected_idea_group
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = ""
	}
}

defined_text = {
	name = GetUnlockedIdeaGroup16Tooltip

	text = {
		trigger = {
			check_variable = { global.num_of_unlockable_idea_groups > 14 }
			check_variable = { selected_idea_groups^15 > 0 }
			set_temp_variable = { v = selected_idea_groups^15 }
		}
		localization_key = string_selected_idea_group
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = ""
	}
}

defined_text = {
	name = GetUnlockedIdeaGroup17Tooltip

	text = {
		trigger = {
			check_variable = { global.num_of_unlockable_idea_groups > 16 }
			check_variable = { selected_idea_groups^16 > 0 }
			set_temp_variable = { v = selected_idea_groups^16 }
		}
		localization_key = string_selected_idea_group
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = ""
	}
}

defined_text = {
	name = GetUnlockedIdeaGroup18Tooltip

	text = {
		trigger = {
			check_variable = { global.num_of_unlockable_idea_groups > 16 }
			check_variable = { selected_idea_groups^17 > 0 }
			set_temp_variable = { v = selected_idea_groups^17 }
		}
		localization_key = string_selected_idea_group
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = ""
	}
}

defined_text = {
	name = GetUnlockedIdeaGroup19Tooltip

	text = {
		trigger = {
			check_variable = { global.num_of_unlockable_idea_groups > 18 }
			check_variable = { selected_idea_groups^18 > 0 }
			set_temp_variable = { v = selected_idea_groups^18 }
		}
		localization_key = string_selected_idea_group
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = ""
	}
}

defined_text = {
	name = GetUnlockedIdeaGroup20Tooltip

	text = {
		trigger = {
			check_variable = { global.num_of_unlockable_idea_groups > 18 }
			check_variable = { selected_idea_groups^19 > 0 }
			set_temp_variable = { v = selected_idea_groups^19 }
		}
		localization_key = string_selected_idea_group
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = ""
	}
}

defined_text = {
	name = GetUnlockedIdeaGroup21Tooltip

	text = {
		trigger = {
			check_variable = { global.num_of_unlockable_idea_groups > 20 }
			check_variable = { selected_idea_groups^20 > 0 }
			set_temp_variable = { v = selected_idea_groups^20 }
		}
		localization_key = string_selected_idea_group
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = ""
	}
}

defined_text = {
	name = GetUnlockedIdeaGroup22Tooltip

	text = {
		trigger = {
			check_variable = { global.num_of_unlockable_idea_groups > 20 }
			check_variable = { selected_idea_groups^21 > 0 }
			set_temp_variable = { v = selected_idea_groups^21 }
		}
		localization_key = string_selected_idea_group
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = ""
	}
}

defined_text = {
	name = GetUnlockedIdeaGroup23Tooltip

	text = {
		trigger = {
			check_variable = { global.num_of_unlockable_idea_groups > 22 }
			check_variable = { selected_idea_groups^22 > 0 }
			set_temp_variable = { v = selected_idea_groups^22 }
		}
		localization_key = string_selected_idea_group
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = ""
	}
}

defined_text = {
	name = GetUnlockedIdeaGroup24Tooltip

	text = {
		trigger = {
			check_variable = { global.num_of_unlockable_idea_groups > 22 }
			check_variable = { selected_idea_groups^23 > 0 }
			set_temp_variable = { v = selected_idea_groups^23 }
		}
		localization_key = string_selected_idea_group
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = ""
	}
}

defined_text = {
	name = GetUnlockedIdeaGroup25Tooltip

	text = {
		trigger = {
			check_variable = { global.num_of_unlockable_idea_groups > 24 }
			check_variable = { selected_idea_groups^24 > 0 }
			set_temp_variable = { v = selected_idea_groups^24 }
		}
		localization_key = string_selected_idea_group
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = ""
	}
}

defined_text = {
	name = GetUnlockedIdeaGroup26Tooltip

	text = {
		trigger = {
			check_variable = { global.num_of_unlockable_idea_groups > 24 }
			check_variable = { selected_idea_groups^25 > 0 }
			set_temp_variable = { v = selected_idea_groups^25 }
		}
		localization_key = string_selected_idea_group
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = ""
	}
}

defined_text = {
	name = GetIfNationalIdeaCompleted1

	text = {
		trigger = {
			check_variable = { completed_national_ideas > 0 }
		}
		localization_key = string_completed_national_idea_1
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = ""
	}
}

defined_text = {
	name = GetIfNationalIdeaCompleted2

	text = {
		trigger = {
			check_variable = { completed_national_ideas > 1 }
		}
		localization_key = string_completed_national_idea_2
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = ""
	}
}

defined_text = {
	name = GetIfNationalIdeaCompleted3

	text = {
		trigger = {
			check_variable = { completed_national_ideas > 2 }
		}
		localization_key = string_completed_national_idea_3
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = ""
	}
}

defined_text = {
	name = GetIfNationalIdeaCompleted4

	text = {
		trigger = {
			check_variable = { completed_national_ideas > 3 }
		}
		localization_key = string_completed_national_idea_4
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = ""
	}
}

defined_text = {
	name = GetIfNationalIdeaCompleted5

	text = {
		trigger = {
			check_variable = { completed_national_ideas > 4 }
		}
		localization_key = string_completed_national_idea_5
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = ""
	}
}

defined_text = {
	name = GetIfNationalIdeaCompleted6

	text = {
		trigger = {
			check_variable = { completed_national_ideas > 5 }
		}
		localization_key = string_completed_national_idea_6
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = ""
	}
}

defined_text = {
	name = GetIfNationalIdeaCompleted7

	text = {
		trigger = {
			check_variable = { completed_national_ideas > 6 }
		}
		localization_key = string_completed_national_idea_7
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = ""
	}
}

# National Ideas:
defined_text = {
	name = GetNationalIdeasName

	text = {
		trigger = {
			always = yes
			set_temp_variable = { national_ideas_id_other_context = national_ideas_id }
		}
		localization_key = "[This.GetNationalIdeasNameOtherContext]"
	}
}

defined_text = {
	name = GetNationalIdeasNameOtherContext

	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1000 }
		}
		localization_key = GENERIC_IDEAS
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1 }
		}
		localization_key = GER_IDEAS
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 2 }
		}
		localization_key = USA_IDEAS
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 3 }
		}
		localization_key = ENG_IDEAS
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 4 }
		}
		localization_key = ITA_IDEAS
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 5 }
		}
		localization_key = SOV_IDEAS
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 6 }
		}
		localization_key = JAP_IDEAS
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 7 }
		}
		localization_key = FRA_IDEAS
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 8 }
		}
		localization_key = CAN_IDEAS
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 9 }
		}
		localization_key = PRC_IDEAS
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 10 }
		}
		localization_key = CHI_IDEAS
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 11 }
		}
		localization_key = CHINA_WARLORD_IDEAS
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 12 }
		}
		localization_key = POL_IDEAS
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 13 }
		}
		localization_key = GER_NEUTRALITY_IDEAS
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 14 }
		}
		localization_key = GRE_IDEAS
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 15 }
		}
		localization_key = SPR_IDEAS
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 16 }
		}
		localization_key = CHINA_IMPERIAL_IDEAS
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 17 }
		}
		localization_key = GRE_IMPERIAL_IDEAS
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 18 }
		}
		localization_key = ROM_IDEAS
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 19 }
		}
		localization_key = TUR_IDEAS
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 20 }
		}
		localization_key = OTTOMAN_IDEAS
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 21 }
		}
		localization_key = AUSTRIAN_HUNGARIAN_IDEAS
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 22 }
		}
		localization_key = POR_IDEAS
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 23 }
		}
		localization_key = SWE_IDEAS
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 24 }
		}
		localization_key = HOL_IDEAS
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 25 }
		}
		localization_key = SAU_IDEAS
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 26 }
		}
		localization_key = SPR_REVOLUTIONARY_IDEAS
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 27 }
		}
		localization_key = SOV_NEUTRALITY_IDEAS
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 28 }
		}
		localization_key = BEL_IDEAS
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 29 }
		}
		localization_key = SWI_IDEAS
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 30 }
		}
		localization_key = PER_IDEAS
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 31 }
		}
		localization_key = HUN_IDEAS
	}
}

defined_text = {
	name = GetNationalIdeasProgressTooltip

	text = {
		trigger = {
			check_variable = { completed_national_ideas < 7 }
		}
		localization_key = string_national_ideas_not_completed
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = string_national_ideas_completed
	}
}

## National Idea 0 (Traditions)
defined_text = {
	name = GetNationalIdeaName0

	text = {
		trigger = {
			set_temp_variable = { national_ideas_id_other_context = national_ideas_id }
		}
		localization_key = "[This.GetNationalIdeaName0OtherContext]"
	}
}

defined_text = {
	name = GetNationalIdeaName0OtherContext

	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1000 }
		}
		localization_key = national_ideas_1000_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1 }
		}
		localization_key = national_ideas_1_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 2 }
		}
		localization_key = national_ideas_2_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 3 }
		}
		localization_key = national_ideas_3_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 4 }
		}
		localization_key = national_ideas_4_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 5 }
		}
		localization_key = national_ideas_5_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 6 }
		}
		localization_key = national_ideas_6_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 7 }
		}
		localization_key = national_ideas_7_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 8 }
		}
		localization_key = national_ideas_8_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 9 }
		}
		localization_key = national_ideas_9_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 10 }
		}
		localization_key = national_ideas_10_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 11 }
		}
		localization_key = national_ideas_11_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 12 }
		}
		localization_key = national_ideas_12_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 13 }
		}
		localization_key = national_ideas_13_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 14 }
		}
		localization_key = national_ideas_14_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 15 }
		}
		localization_key = national_ideas_15_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 16 }
		}
		localization_key = national_ideas_16_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 17 }
		}
		localization_key = national_ideas_17_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 18 }
		}
		localization_key = national_ideas_18_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 19 }
		}
		localization_key = national_ideas_19_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 20 }
		}
		localization_key = national_ideas_20_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 21 }
		}
		localization_key = national_ideas_21_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 22 }
		}
		localization_key = national_ideas_22_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 23 }
		}
		localization_key = national_ideas_23_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 24 }
		}
		localization_key = national_ideas_24_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 25 }
		}
		localization_key = national_ideas_25_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 26 }
		}
		localization_key = national_ideas_26_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 27 }
		}
		localization_key = national_ideas_27_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 28 }
		}
		localization_key = national_ideas_28_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 29 }
		}
		localization_key = national_ideas_29_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 30 }
		}
		localization_key = national_ideas_30_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 31 }
		}
		localization_key = national_ideas_31_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 32 }
		}
		localization_key = national_ideas_32_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 33 }
		}
		localization_key = national_ideas_33_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 34 }
		}
		localization_key = national_ideas_34_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 35 }
		}
		localization_key = national_ideas_35_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 36 }
		}
		localization_key = national_ideas_36_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 37 }
		}
		localization_key = national_ideas_37_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 38 }
		}
		localization_key = national_ideas_38_0
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 39 }
		}
		localization_key = national_ideas_39_0
	}
}

defined_text = {
	name = GetNationalIdeaBonus0

	text = {
		trigger = {
			set_temp_variable = { national_ideas_id_other_context = national_ideas_id }
		}
		localization_key = "[This.GetNationalIdeaBonus0OtherContext]"
	}
}

defined_text = {
	name = GetNationalIdeaBonus0OtherContext

	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1000 }
		}
		localization_key = national_ideas_1000_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1 }
		}
		localization_key = national_ideas_1_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 2 }
		}
		localization_key = national_ideas_2_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 3 }
		}
		localization_key = national_ideas_3_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 4 }
		}
		localization_key = national_ideas_4_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 5 }
		}
		localization_key = national_ideas_5_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 6 }
		}
		localization_key = national_ideas_6_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 7 }
		}
		localization_key = national_ideas_7_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 8 }
		}
		localization_key = national_ideas_8_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 9 }
		}
		localization_key = national_ideas_9_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 10 }
		}
		localization_key = national_ideas_10_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 11 }
		}
		localization_key = national_ideas_11_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 12 }
		}
		localization_key = national_ideas_12_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 13 }
		}
		localization_key = national_ideas_13_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 14 }
		}
		localization_key = national_ideas_14_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 15 }
		}
		localization_key = national_ideas_15_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 16 }
		}
		localization_key = national_ideas_16_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 17 }
		}
		localization_key = national_ideas_17_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 18 }
		}
		localization_key = national_ideas_18_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 19 }
		}
		localization_key = national_ideas_19_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 20 }
		}
		localization_key = national_ideas_20_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 21 }
		}
		localization_key = national_ideas_21_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 22 }
		}
		localization_key = national_ideas_22_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 23 }
		}
		localization_key = national_ideas_23_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 24 }
		}
		localization_key = national_ideas_24_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 25 }
		}
		localization_key = national_ideas_25_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 26 }
		}
		localization_key = national_ideas_26_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 27 }
		}
		localization_key = national_ideas_27_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 28 }
		}
		localization_key = national_ideas_28_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 29 }
		}
		localization_key = national_ideas_29_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 30 }
		}
		localization_key = national_ideas_30_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 31 }
		}
		localization_key = national_ideas_31_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 32 }
		}
		localization_key = national_ideas_32_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 33 }
		}
		localization_key = national_ideas_33_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 34 }
		}
		localization_key = national_ideas_34_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 35 }
		}
		localization_key = national_ideas_35_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 36 }
		}
		localization_key = national_ideas_36_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 37 }
		}
		localization_key = national_ideas_37_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 38 }
		}
		localization_key = national_ideas_38_0_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 39 }
		}
		localization_key = national_ideas_39_0_bonus
	}
}

defined_text = {
	name = GetNationalIdeaBonus0Short1

	text = {
		trigger = {
			check_variable = { national_ideas_id = 1000 }
		}
		localization_key = national_ideas_1000_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 1 }
		}
		localization_key = national_ideas_1_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 2 }
		}
		localization_key = national_ideas_2_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 3 }
		}
		localization_key = national_ideas_3_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 4 }
		}
		localization_key = national_ideas_4_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 5 }
		}
		localization_key = national_ideas_5_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 6 }
		}
		localization_key = national_ideas_6_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 7 }
		}
		localization_key = national_ideas_7_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 8 }
		}
		localization_key = national_ideas_8_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 9 }
		}
		localization_key = national_ideas_9_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 10 }
		}
		localization_key = national_ideas_10_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 11 }
		}
		localization_key = national_ideas_11_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 12 }
		}
		localization_key = national_ideas_12_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 13 }
		}
		localization_key = national_ideas_13_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 14 }
		}
		localization_key = national_ideas_14_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 15 }
		}
		localization_key = national_ideas_15_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 16 }
		}
		localization_key = national_ideas_16_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 17 }
		}
		localization_key = national_ideas_17_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 18 }
		}
		localization_key = national_ideas_18_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 19 }
		}
		localization_key = national_ideas_19_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 20 }
		}
		localization_key = national_ideas_20_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 21 }
		}
		localization_key = national_ideas_21_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 22 }
		}
		localization_key = national_ideas_22_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 23 }
		}
		localization_key = national_ideas_23_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 24 }
		}
		localization_key = national_ideas_24_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 25 }
		}
		localization_key = national_ideas_25_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 26 }
		}
		localization_key = national_ideas_26_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 27 }
		}
		localization_key = national_ideas_27_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 28 }
		}
		localization_key = national_ideas_28_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 29 }
		}
		localization_key = national_ideas_29_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 30 }
		}
		localization_key = national_ideas_30_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 31 }
		}
		localization_key = national_ideas_31_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 32 }
		}
		localization_key = national_ideas_32_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 33 }
		}
		localization_key = national_ideas_33_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 34 }
		}
		localization_key = national_ideas_34_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 35 }
		}
		localization_key = national_ideas_35_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 36 }
		}
		localization_key = national_ideas_36_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 37 }
		}
		localization_key = national_ideas_37_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 38 }
		}
		localization_key = national_ideas_38_0_bonus_short_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 39 }
		}
		localization_key = national_ideas_39_0_bonus_short_1
	}
}

defined_text = {
	name = GetNationalIdeaBonus0Short2

	text = {
		trigger = {
			check_variable = { national_ideas_id = 1000 }
		}
		localization_key = national_ideas_1000_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 1 }
		}
		localization_key = national_ideas_1_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 2 }
		}
		localization_key = national_ideas_2_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 3 }
		}
		localization_key = national_ideas_3_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 4 }
		}
		localization_key = national_ideas_4_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 5 }
		}
		localization_key = national_ideas_5_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 6 }
		}
		localization_key = national_ideas_6_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 7 }
		}
		localization_key = national_ideas_7_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 8 }
		}
		localization_key = national_ideas_8_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 9 }
		}
		localization_key = national_ideas_9_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 10 }
		}
		localization_key = national_ideas_10_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 11 }
		}
		localization_key = national_ideas_11_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 12 }
		}
		localization_key = national_ideas_12_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 13 }
		}
		localization_key = national_ideas_13_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 14 }
		}
		localization_key = national_ideas_14_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 15 }
		}
		localization_key = national_ideas_15_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 16 }
		}
		localization_key = national_ideas_16_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 17 }
		}
		localization_key = national_ideas_17_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 18 }
		}
		localization_key = national_ideas_18_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 19 }
		}
		localization_key = national_ideas_19_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 20 }
		}
		localization_key = national_ideas_20_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 21 }
		}
		localization_key = national_ideas_21_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 22 }
		}
		localization_key = national_ideas_22_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 23 }
		}
		localization_key = national_ideas_23_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 24 }
		}
		localization_key = national_ideas_24_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 25 }
		}
		localization_key = national_ideas_25_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 26 }
		}
		localization_key = national_ideas_26_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 27 }
		}
		localization_key = national_ideas_27_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 28 }
		}
		localization_key = national_ideas_28_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 29 }
		}
		localization_key = national_ideas_29_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 30 }
		}
		localization_key = national_ideas_30_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 31 }
		}
		localization_key = national_ideas_31_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 32 }
		}
		localization_key = national_ideas_32_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 33 }
		}
		localization_key = national_ideas_33_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 34 }
		}
		localization_key = national_ideas_34_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 35 }
		}
		localization_key = national_ideas_35_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 36 }
		}
		localization_key = national_ideas_36_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 37 }
		}
		localization_key = national_ideas_37_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 38 }
		}
		localization_key = national_ideas_38_0_bonus_short_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 39 }
		}
		localization_key = national_ideas_39_0_bonus_short_2
	}
}

defined_text = {
	name = GetNationalIdeaFirstPicture0

	text = {
		trigger = {
			check_variable = { national_ideas_id = 1000 }
		}
		localization_key = "GFX_research_speed_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 1 }
		}
		localization_key = "GFX_war_support_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 2 }
		}
		localization_key = "GFX_fuel_gain_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 3 }
		}
		localization_key = "GFX_convoy_escort_efficiency"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 4 }
		}
		localization_key = "GFX_attrition"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 5 }
		}
		localization_key = "GFX_stability_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 6 }
		}
		localization_key = "GFX_supply_consumption_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 7 }
		}
		localization_key = "GFX_resistance_growth_on_our_occupied_states"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 8 }
		}
		localization_key = "GFX_send_volunteers_tension"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 9 }
		}
		localization_key = "GFX_communism_drift"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 10 }
		}
		localization_key = "GFX_resistance_growth_on_our_occupied_states"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 11 }
		}
		localization_key = "GFX_consumer_goods_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 12 }
		}
		localization_key = "GFX_max_dig_in_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 13 }
		}
		localization_key = "GFX_army_core_attack_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 14 }
		}
		localization_key = "GFX_drift_defence_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 15 }
		}
		localization_key = "GFX_drift_defence_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 16 }
		}
		localization_key = "GFX_min_export"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 17 }
		}
		localization_key = "GFX_idea_cost_modifier"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 18 }
		}
		localization_key = "GFX_air_doctrine_cost_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 19 }
		}
		localization_key = "GFX_economy_cost_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 20 }
		}
		localization_key = "GFX_surrender_limit"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 21 }
		}
		localization_key = "GFX_improve_relations_maintain_cost_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 22 }
		}
		localization_key = "GFX_experience_gain_navy_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 23 }
		}
		localization_key = "GFX_local_resources_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 24 }
		}
		localization_key = "GFX_production_speed_dockyard_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 25 }
		}
		localization_key = "GFX_neutrality_drift"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 26 }
		}
		localization_key = "GFX_army_core_defence_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 27 }
		}
		localization_key = "GFX_neutrality_drift"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 28 }
		}
		localization_key = "GFX_production_factory_efficiency_gain_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 29 }
		}
		localization_key = "GFX_democratic_drift"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 30 }
		}
		localization_key = "GFX_industrial_capacity_factory"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 31 }
		}
		localization_key = "GFX_production_speed_buildings_factor"
	}
}

defined_text = {
	name = GetNationalIdeaSecondPicture0

	text = {
		trigger = {
			check_variable = { national_ideas_id = 1000 }
		}
		localization_key = "GFX_max_planning"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 1 }
		}
		localization_key = "GFX_democratic_drift"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 2 }
		}
		localization_key = "GFX_democratic_drift"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 3 }
		}
		localization_key = "GFX_navy_submarine_detection_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 4 }
		}
		localization_key = "GFX_idea_cost_modifier"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 5 }
		}
		localization_key = "GFX_economy_cost_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 6 }
		}
		localization_key = "GFX_experience_gain_army_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 7 }
		}
		localization_key = "GFX_max_dig_in"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 8 }
		}
		localization_key = "GFX_send_volunteer_divisions_required"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 9 }
		}
		localization_key = "GFX_political_power_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 10 }
		}
		localization_key = "GFX_max_dig_in_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 11 }
		}
		localization_key = "GFX_training_time_army_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 12 }
		}
		localization_key = "GFX_defense_bonus_against"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 13 }
		}
		localization_key = "GFX_army_core_defence_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 14 }
		}
		localization_key = "GFX_political_power_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 15 }
		}
		localization_key = "GFX_army_core_attack_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 16 }
		}
		localization_key = "GFX_surrender_limit"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 17 }
		}
		localization_key = "GFX_drift_defence_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 18 }
		}
		localization_key = "GFX_research_bonus_air_equipment"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 19 }
		}
		localization_key = "GFX_enemy_operative_detection_chance_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 20 }
		}
		localization_key = "GFX_production_speed_infrastructure_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 21 }
		}
		localization_key = "GFX_resistance_growth"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 22 }
		}
		localization_key = "GFX_naval_mines_damage_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 23 }
		}
		localization_key = "GFX_naval_invasion_capacity"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 24 }
		}
		localization_key = "GFX_production_speed_naval_base_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 25 }
		}
		localization_key = "GFX_war_support_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 26 }
		}
		localization_key = "GFX_production_factory_efficiency_gain_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 27 }
		}
		localization_key = "GFX_party_popularity_stability_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 28 }
		}
		localization_key = "GFX_production_lack_of_resource_penalty_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 29 }
		}
		localization_key = "GFX_attrition"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 30 }
		}
		localization_key = "GFX_local_resources_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 31 }
		}
		localization_key = "GFX_global_building_slots_factor"
	}
}

## National Idea 1:
defined_text = {
	name = GetNationalIdeaName1

	text = {
		trigger = {
			set_temp_variable = { national_ideas_id_other_context = national_ideas_id }
		}
		localization_key = "[This.GetNationalIdeaName1OtherContext]"
	}
}

defined_text = {
	name = GetNationalIdeaName1OtherContext

	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1000 }
		}
		localization_key = national_ideas_1000_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1 }
		}
		localization_key = national_ideas_1_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 2 }
		}
		localization_key = national_ideas_2_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 3 }
		}
		localization_key = national_ideas_3_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 4 }
		}
		localization_key = national_ideas_4_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 5 }
		}
		localization_key = national_ideas_5_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 6 }
		}
		localization_key = national_ideas_6_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 7 }
		}
		localization_key = national_ideas_7_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 8 }
		}
		localization_key = national_ideas_8_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 9 }
		}
		localization_key = national_ideas_9_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 10 }
		}
		localization_key = national_ideas_10_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 11 }
		}
		localization_key = national_ideas_11_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 12 }
		}
		localization_key = national_ideas_12_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 13 }
		}
		localization_key = national_ideas_13_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 14 }
		}
		localization_key = national_ideas_14_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 15 }
		}
		localization_key = national_ideas_15_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 16 }
		}
		localization_key = national_ideas_16_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 17 }
		}
		localization_key = national_ideas_17_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 18 }
		}
		localization_key = national_ideas_18_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 19 }
		}
		localization_key = national_ideas_19_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 20 }
		}
		localization_key = national_ideas_20_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 21 }
		}
		localization_key = national_ideas_21_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 22 }
		}
		localization_key = national_ideas_22_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 23 }
		}
		localization_key = national_ideas_23_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 24 }
		}
		localization_key = national_ideas_24_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 25 }
		}
		localization_key = national_ideas_25_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 26 }
		}
		localization_key = national_ideas_26_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 27 }
		}
		localization_key = national_ideas_27_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 28 }
		}
		localization_key = national_ideas_28_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 29 }
		}
		localization_key = national_ideas_29_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 30 }
		}
		localization_key = national_ideas_30_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 31 }
		}
		localization_key = national_ideas_31_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 32 }
		}
		localization_key = national_ideas_32_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 33 }
		}
		localization_key = national_ideas_33_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 34 }
		}
		localization_key = national_ideas_34_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 35 }
		}
		localization_key = national_ideas_35_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 36 }
		}
		localization_key = national_ideas_36_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 37 }
		}
		localization_key = national_ideas_37_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 38 }
		}
		localization_key = national_ideas_38_1
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 39 }
		}
		localization_key = national_ideas_39_1
	}
}

defined_text = {
	name = GetNationalIdeaDesc1

	text = {
		trigger = {
			check_variable = { national_ideas_id = 1000 }
		}
		localization_key = national_ideas_1000_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 1 }
		}
		localization_key = national_ideas_1_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 2 }
		}
		localization_key = national_ideas_2_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 3 }
		}
		localization_key = national_ideas_3_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 4 }
		}
		localization_key = national_ideas_4_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 5 }
		}
		localization_key = national_ideas_5_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 6 }
		}
		localization_key = national_ideas_6_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 7 }
		}
		localization_key = national_ideas_7_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 8 }
		}
		localization_key = national_ideas_8_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 9 }
		}
		localization_key = national_ideas_9_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 10 }
		}
		localization_key = national_ideas_10_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 11 }
		}
		localization_key = national_ideas_11_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 12 }
		}
		localization_key = national_ideas_12_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 13 }
		}
		localization_key = national_ideas_13_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 14 }
		}
		localization_key = national_ideas_14_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 15 }
		}
		localization_key = national_ideas_15_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 16 }
		}
		localization_key = national_ideas_16_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 17 }
		}
		localization_key = national_ideas_17_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 18 }
		}
		localization_key = national_ideas_18_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 19 }
		}
		localization_key = national_ideas_19_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 20 }
		}
		localization_key = national_ideas_20_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 21 }
		}
		localization_key = national_ideas_21_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 22 }
		}
		localization_key = national_ideas_22_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 23 }
		}
		localization_key = national_ideas_23_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 24 }
		}
		localization_key = national_ideas_24_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 25 }
		}
		localization_key = national_ideas_25_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 26 }
		}
		localization_key = national_ideas_26_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 27 }
		}
		localization_key = national_ideas_27_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 28 }
		}
		localization_key = national_ideas_28_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 29 }
		}
		localization_key = national_ideas_29_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 30 }
		}
		localization_key = national_ideas_30_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 31 }
		}
		localization_key = national_ideas_31_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 32 }
		}
		localization_key = national_ideas_32_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 33 }
		}
		localization_key = national_ideas_33_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 34 }
		}
		localization_key = national_ideas_34_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 35 }
		}
		localization_key = national_ideas_35_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 36 }
		}
		localization_key = national_ideas_36_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 37 }
		}
		localization_key = national_ideas_37_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 38 }
		}
		localization_key = national_ideas_38_1_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 39 }
		}
		localization_key = national_ideas_39_1_desc
	}
}

defined_text = {
	name = GetNationalIdeaBonus1

	text = {
		trigger = {
			set_temp_variable = { national_ideas_id_other_context = national_ideas_id }
		}
		localization_key = "[This.GetNationalIdeaBonus1OtherContext]"
	}
}

defined_text = {
	name = GetNationalIdeaBonus1OtherContext

	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1000 }
		}
		localization_key = national_ideas_1000_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1 }
		}
		localization_key = national_ideas_1_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 2 }
		}
		localization_key = national_ideas_2_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 3 }
		}
		localization_key = national_ideas_3_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 4 }
		}
		localization_key = national_ideas_4_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 5 }
		}
		localization_key = national_ideas_5_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 6 }
		}
		localization_key = national_ideas_6_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 7 }
		}
		localization_key = national_ideas_7_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 8 }
		}
		localization_key = national_ideas_8_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 9 }
		}
		localization_key = national_ideas_9_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 10 }
		}
		localization_key = national_ideas_10_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 11 }
		}
		localization_key = national_ideas_11_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 12 }
		}
		localization_key = national_ideas_12_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 13 }
		}
		localization_key = national_ideas_13_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 14 }
		}
		localization_key = national_ideas_14_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 15 }
		}
		localization_key = national_ideas_15_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 16 }
		}
		localization_key = national_ideas_16_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 17 }
		}
		localization_key = national_ideas_17_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 18 }
		}
		localization_key = national_ideas_18_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 19 }
		}
		localization_key = national_ideas_19_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 20 }
		}
		localization_key = national_ideas_20_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 21 }
		}
		localization_key = national_ideas_21_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 22 }
		}
		localization_key = national_ideas_22_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 23 }
		}
		localization_key = national_ideas_23_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 24 }
		}
		localization_key = national_ideas_24_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 25 }
		}
		localization_key = national_ideas_25_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 26 }
		}
		localization_key = national_ideas_26_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 27 }
		}
		localization_key = national_ideas_27_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 28 }
		}
		localization_key = national_ideas_28_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 29 }
		}
		localization_key = national_ideas_29_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 30 }
		}
		localization_key = national_ideas_30_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 31 }
		}
		localization_key = national_ideas_31_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 32 }
		}
		localization_key = national_ideas_32_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 33 }
		}
		localization_key = national_ideas_33_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 34 }
		}
		localization_key = national_ideas_34_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 35 }
		}
		localization_key = national_ideas_35_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 36 }
		}
		localization_key = national_ideas_36_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 37 }
		}
		localization_key = national_ideas_37_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 38 }
		}
		localization_key = national_ideas_38_1_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 39 }
		}
		localization_key = national_ideas_39_1_bonus
	}
}

defined_text = {
	name = GetNationalIdeaPicture1

	text = {
		trigger = {
			check_variable = { national_ideas_id = 1000 }
		}
		localization_key = "GFX_production_speed_buildings_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 1 }
		}
		localization_key = "GFX_army_bonus_air_superiority_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 2 }
		}
		localization_key = "GFX_consumer_goods_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 3 }
		}
		localization_key = "GFX_experience_gain_navy"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 4 }
		}
		localization_key = "GFX_drift_defence_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 5 }
		}
		localization_key = "GFX_production_speed_buildings_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 6 }
		}
		localization_key = "GFX_industrial_capacity_dockyard"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 7 }
		}
		localization_key = "GFX_production_speed_bunker_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 8 }
		}
		localization_key = "GFX_winter_attrition_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 9 }
		}
		localization_key = "GFX_dig_in_speed_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 10 }
		}
		localization_key = "GFX_experience_gain_army_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 11 }
		}
		localization_key = "GFX_political_power_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 12 }
		}
		localization_key = "GFX_cavalry_attack_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 13 }
		}
		localization_key = "GFX_generate_wargoal_tension"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 14 }
		}
		localization_key = "GFX_production_speed_industrial_complex_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 15 }
		}
		localization_key = "GFX_stability_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 16 }
		}
		localization_key = "GFX_research_speed_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 17 }
		}
		localization_key = "GFX_political_power_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 18 }
		}
		localization_key = "GFX_join_faction_tension"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 19 }
		}
		localization_key = "GFX_stability_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 20 }
		}
		localization_key = "GFX_political_power_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 21 }
		}
		localization_key = "GFX_local_resources_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 22 }
		}
		localization_key = "GFX_join_faction_tension"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 23 }
		}
		localization_key = "GFX_political_power_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 24 }
		}
		localization_key = "GFX_min_export"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 25 }
		}
		localization_key = "GFX_local_resources_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 26 }
		}
		localization_key = "GFX_army_attack_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 27 }
		}
		localization_key = "GFX_resistance_growth"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 28 }
		}
		localization_key = "GFX_political_power_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 29 }
		}
		localization_key = "GFX_enemy_justify_war_goal_time"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 30 }
		}
		localization_key = "GFX_generate_wargoal_tension"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 31 }
		}
		localization_key = "GFX_war_support_factor"
	}
}

## National Idea 2:
defined_text = {
	name = GetNationalIdeaName2

	text = {
		trigger = {
			set_temp_variable = { national_ideas_id_other_context = national_ideas_id }
		}
		localization_key = "[This.GetNationalIdeaName2OtherContext]"
	}
}

defined_text = {
	name = GetNationalIdeaName2OtherContext

	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1000 }
		}
		localization_key = national_ideas_1000_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1 }
		}
		localization_key = national_ideas_1_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 2 }
		}
		localization_key = national_ideas_2_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 3 }
		}
		localization_key = national_ideas_3_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 4 }
		}
		localization_key = national_ideas_4_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 5 }
		}
		localization_key = national_ideas_5_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 6 }
		}
		localization_key = national_ideas_6_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 7 }
		}
		localization_key = national_ideas_7_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 8 }
		}
		localization_key = national_ideas_8_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 9 }
		}
		localization_key = national_ideas_9_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 10 }
		}
		localization_key = national_ideas_10_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 11 }
		}
		localization_key = national_ideas_11_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 12 }
		}
		localization_key = national_ideas_12_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 13 }
		}
		localization_key = national_ideas_13_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 14 }
		}
		localization_key = national_ideas_14_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 15 }
		}
		localization_key = national_ideas_15_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 16 }
		}
		localization_key = national_ideas_16_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 17 }
		}
		localization_key = national_ideas_17_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 18 }
		}
		localization_key = national_ideas_18_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 19 }
		}
		localization_key = national_ideas_19_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 20 }
		}
		localization_key = national_ideas_20_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 21 }
		}
		localization_key = national_ideas_21_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 22 }
		}
		localization_key = national_ideas_22_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 23 }
		}
		localization_key = national_ideas_23_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 24 }
		}
		localization_key = national_ideas_24_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 25 }
		}
		localization_key = national_ideas_25_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 26 }
		}
		localization_key = national_ideas_26_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 27 }
		}
		localization_key = national_ideas_27_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 28 }
		}
		localization_key = national_ideas_28_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 29 }
		}
		localization_key = national_ideas_29_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 30 }
		}
		localization_key = national_ideas_30_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 31 }
		}
		localization_key = national_ideas_31_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 32 }
		}
		localization_key = national_ideas_32_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 33 }
		}
		localization_key = national_ideas_33_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 34 }
		}
		localization_key = national_ideas_34_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 35 }
		}
		localization_key = national_ideas_35_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 36 }
		}
		localization_key = national_ideas_36_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 37 }
		}
		localization_key = national_ideas_37_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 38 }
		}
		localization_key = national_ideas_38_2
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 39 }
		}
		localization_key = national_ideas_39_2
	}
}

defined_text = {
	name = GetNationalIdeaDesc2

	text = {
		trigger = {
			check_variable = { national_ideas_id = 1000 }
		}
		localization_key = national_ideas_1000_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 1 }
		}
		localization_key = national_ideas_1_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 2 }
		}
		localization_key = national_ideas_2_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 3 }
		}
		localization_key = national_ideas_3_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 4 }
		}
		localization_key = national_ideas_4_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 5 }
		}
		localization_key = national_ideas_5_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 6 }
		}
		localization_key = national_ideas_6_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 7 }
		}
		localization_key = national_ideas_7_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 8 }
		}
		localization_key = national_ideas_8_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 9 }
		}
		localization_key = national_ideas_9_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 10 }
		}
		localization_key = national_ideas_10_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 11 }
		}
		localization_key = national_ideas_11_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 12 }
		}
		localization_key = national_ideas_12_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 13 }
		}
		localization_key = national_ideas_13_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 14 }
		}
		localization_key = national_ideas_14_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 15 }
		}
		localization_key = national_ideas_15_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 16 }
		}
		localization_key = national_ideas_16_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 17 }
		}
		localization_key = national_ideas_17_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 18 }
		}
		localization_key = national_ideas_18_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 19 }
		}
		localization_key = national_ideas_19_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 20 }
		}
		localization_key = national_ideas_20_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 21 }
		}
		localization_key = national_ideas_21_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 22 }
		}
		localization_key = national_ideas_22_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 23 }
		}
		localization_key = national_ideas_23_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 24 }
		}
		localization_key = national_ideas_24_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 25 }
		}
		localization_key = national_ideas_25_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 26 }
		}
		localization_key = national_ideas_26_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 27 }
		}
		localization_key = national_ideas_27_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 28 }
		}
		localization_key = national_ideas_28_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 29 }
		}
		localization_key = national_ideas_29_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 30 }
		}
		localization_key = national_ideas_30_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 31 }
		}
		localization_key = national_ideas_31_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 32 }
		}
		localization_key = national_ideas_32_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 33 }
		}
		localization_key = national_ideas_33_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 34 }
		}
		localization_key = national_ideas_34_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 35 }
		}
		localization_key = national_ideas_35_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 36 }
		}
		localization_key = national_ideas_36_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 37 }
		}
		localization_key = national_ideas_37_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 38 }
		}
		localization_key = national_ideas_38_2_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 39 }
		}
		localization_key = national_ideas_39_2_desc
	}
}

defined_text = {
	name = GetNationalIdeaBonus2

	text = {
		trigger = {
			set_temp_variable = { national_ideas_id_other_context = national_ideas_id }
		}
		localization_key = "[This.GetNationalIdeaBonus2OtherContext]"
	}
}

defined_text = {
	name = GetNationalIdeaBonus2OtherContext

	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1000 }
		}
		localization_key = national_ideas_1000_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1 }
		}
		localization_key = national_ideas_1_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 2 }
		}
		localization_key = national_ideas_2_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 3 }
		}
		localization_key = national_ideas_3_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 4 }
		}
		localization_key = national_ideas_4_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 5 }
		}
		localization_key = national_ideas_5_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 6 }
		}
		localization_key = national_ideas_6_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 7 }
		}
		localization_key = national_ideas_7_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 8 }
		}
		localization_key = national_ideas_8_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 9 }
		}
		localization_key = national_ideas_9_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 10 }
		}
		localization_key = national_ideas_10_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 11 }
		}
		localization_key = national_ideas_11_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 12 }
		}
		localization_key = national_ideas_12_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 13 }
		}
		localization_key = national_ideas_13_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 14 }
		}
		localization_key = national_ideas_14_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 15 }
		}
		localization_key = national_ideas_15_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 16 }
		}
		localization_key = national_ideas_16_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 17 }
		}
		localization_key = national_ideas_17_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 18 }
		}
		localization_key = national_ideas_18_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 19 }
		}
		localization_key = national_ideas_19_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 20 }
		}
		localization_key = national_ideas_20_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 21 }
		}
		localization_key = national_ideas_21_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 22 }
		}
		localization_key = national_ideas_22_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 23 }
		}
		localization_key = national_ideas_23_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 24 }
		}
		localization_key = national_ideas_24_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 25 }
		}
		localization_key = national_ideas_25_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 26 }
		}
		localization_key = national_ideas_26_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 27 }
		}
		localization_key = national_ideas_27_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 28 }
		}
		localization_key = national_ideas_28_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 29 }
		}
		localization_key = national_ideas_29_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 30 }
		}
		localization_key = national_ideas_30_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 31 }
		}
		localization_key = national_ideas_31_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 32 }
		}
		localization_key = national_ideas_32_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 33 }
		}
		localization_key = national_ideas_33_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 34 }
		}
		localization_key = national_ideas_34_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 35 }
		}
		localization_key = national_ideas_35_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 36 }
		}
		localization_key = national_ideas_36_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 37 }
		}
		localization_key = national_ideas_37_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 38 }
		}
		localization_key = national_ideas_38_2_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 39 }
		}
		localization_key = national_ideas_39_2_bonus
	}
}

defined_text = {
	name = GetNationalIdeaPicture2

	text = {
		trigger = {
			check_variable = { national_ideas_id = 1000 }
		}
		localization_key = "GFX_global_building_slots_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 1 }
		}
		localization_key = "GFX_army_speed_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 2 }
		}
		localization_key = "GFX_army_core_attack_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 3 }
		}
		localization_key = "GFX_research_speed_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 4 }
		}
		localization_key = "GFX_air_accidents_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 5 }
		}
		localization_key = "GFX_political_power_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 6 }
		}
		localization_key = "GFX_carrier_max_organisation"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 7 }
		}
		localization_key = "GFX_idea_cost_modifier"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 8 }
		}
		localization_key = "GFX_out_of_supply_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 9 }
		}
		localization_key = "GFX_army_org_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 10 }
		}
		localization_key = "GFX_political_power_cost_for_government_ideas"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 11 }
		}
		localization_key = "GFX_political_advisor_cost_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 12 }
		}
		localization_key = "GFX_enemy_justify_war_goal_time"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 13 }
		}
		localization_key = "GFX_max_dig_in_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 14 }
		}
		localization_key = "GFX_consumer_goods_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 15 }
		}
		localization_key = "GFX_experience_loss_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 16 }
		}
		localization_key = "GFX_army_core_attack_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 17 }
		}
		localization_key = "GFX_army_org_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 18 }
		}
		localization_key = "GFX_political_power_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 19 }
		}
		localization_key = "GFX_political_power_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 20 }
		}
		localization_key = "GFX_join_faction_tension"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 21 }
		}
		localization_key = "GFX_production_speed_buildings_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 22 }
		}
		localization_key = "GFX_political_power_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 23 }
		}
		localization_key = "GFX_naval_speed_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 24 }
		}
		localization_key = "GFX_industrial_capacity_dockyard"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 25 }
		}
		localization_key = "GFX_stability_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 26 }
		}
		localization_key = "GFX_stability_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 27 }
		}
		localization_key = "GFX_justify_war_goal_time"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 28 }
		}
		localization_key = "GFX_enemy_justify_war_goal_time"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 29 }
		}
		localization_key = "GFX_research_speed_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 30 }
		}
		localization_key = "GFX_join_faction_tension"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 31 }
		}
		localization_key = "GFX_production_speed_bunker_factor"
	}
}

## National Idea 3:
defined_text = {
	name = GetNationalIdeaName3

	text = {
		trigger = {
			set_temp_variable = { national_ideas_id_other_context = national_ideas_id }
		}
		localization_key = "[This.GetNationalIdeaName3OtherContext]"
	}
}

defined_text = {
	name = GetNationalIdeaName3OtherContext

	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1000 }
		}
		localization_key = national_ideas_1000_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1 }
		}
		localization_key = national_ideas_1_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 2 }
		}
		localization_key = national_ideas_2_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 3 }
		}
		localization_key = national_ideas_3_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 4 }
		}
		localization_key = national_ideas_4_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 5 }
		}
		localization_key = national_ideas_5_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 6 }
		}
		localization_key = national_ideas_6_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 7 }
		}
		localization_key = national_ideas_7_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 8 }
		}
		localization_key = national_ideas_8_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 9 }
		}
		localization_key = national_ideas_9_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 10 }
		}
		localization_key = national_ideas_10_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 11 }
		}
		localization_key = national_ideas_11_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 12 }
		}
		localization_key = national_ideas_12_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 13 }
		}
		localization_key = national_ideas_13_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 14 }
		}
		localization_key = national_ideas_14_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 15 }
		}
		localization_key = national_ideas_15_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 16 }
		}
		localization_key = national_ideas_16_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 17 }
		}
		localization_key = national_ideas_17_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 18 }
		}
		localization_key = national_ideas_18_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 19 }
		}
		localization_key = national_ideas_19_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 20 }
		}
		localization_key = national_ideas_20_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 21 }
		}
		localization_key = national_ideas_21_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 22 }
		}
		localization_key = national_ideas_22_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 23 }
		}
		localization_key = national_ideas_23_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 24 }
		}
		localization_key = national_ideas_24_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 25 }
		}
		localization_key = national_ideas_25_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 26 }
		}
		localization_key = national_ideas_26_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 27 }
		}
		localization_key = national_ideas_27_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 28 }
		}
		localization_key = national_ideas_28_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 29 }
		}
		localization_key = national_ideas_29_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 30 }
		}
		localization_key = national_ideas_30_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 31 }
		}
		localization_key = national_ideas_31_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 32 }
		}
		localization_key = national_ideas_32_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 33 }
		}
		localization_key = national_ideas_33_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 34 }
		}
		localization_key = national_ideas_34_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 35 }
		}
		localization_key = national_ideas_35_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 36 }
		}
		localization_key = national_ideas_36_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 37 }
		}
		localization_key = national_ideas_37_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 38 }
		}
		localization_key = national_ideas_38_3
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 39 }
		}
		localization_key = national_ideas_39_3
	}
}

defined_text = {
	name = GetNationalIdeaDesc3

	text = {
		trigger = {
			check_variable = { national_ideas_id = 1000 }
		}
		localization_key = national_ideas_1000_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 1 }
		}
		localization_key = national_ideas_1_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 2 }
		}
		localization_key = national_ideas_2_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 3 }
		}
		localization_key = national_ideas_3_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 4 }
		}
		localization_key = national_ideas_4_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 5 }
		}
		localization_key = national_ideas_5_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 6 }
		}
		localization_key = national_ideas_6_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 7 }
		}
		localization_key = national_ideas_7_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 8 }
		}
		localization_key = national_ideas_8_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 9 }
		}
		localization_key = national_ideas_9_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 10 }
		}
		localization_key = national_ideas_10_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 11 }
		}
		localization_key = national_ideas_11_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 12 }
		}
		localization_key = national_ideas_12_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 13 }
		}
		localization_key = national_ideas_13_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 14 }
		}
		localization_key = national_ideas_14_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 15 }
		}
		localization_key = national_ideas_15_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 16 }
		}
		localization_key = national_ideas_16_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 17 }
		}
		localization_key = national_ideas_17_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 18 }
		}
		localization_key = national_ideas_18_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 19 }
		}
		localization_key = national_ideas_19_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 20 }
		}
		localization_key = national_ideas_20_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 21 }
		}
		localization_key = national_ideas_21_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 22 }
		}
		localization_key = national_ideas_22_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 23 }
		}
		localization_key = national_ideas_23_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 24 }
		}
		localization_key = national_ideas_24_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 25 }
		}
		localization_key = national_ideas_25_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 26 }
		}
		localization_key = national_ideas_26_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 27 }
		}
		localization_key = national_ideas_27_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 28 }
		}
		localization_key = national_ideas_28_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 29 }
		}
		localization_key = national_ideas_29_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 30 }
		}
		localization_key = national_ideas_30_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 31 }
		}
		localization_key = national_ideas_31_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 32 }
		}
		localization_key = national_ideas_32_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 33 }
		}
		localization_key = national_ideas_33_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 34 }
		}
		localization_key = national_ideas_34_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 35 }
		}
		localization_key = national_ideas_35_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 36 }
		}
		localization_key = national_ideas_36_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 37 }
		}
		localization_key = national_ideas_37_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 38 }
		}
		localization_key = national_ideas_38_3_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 39 }
		}
		localization_key = national_ideas_39_3_desc
	}
}

defined_text = {
	name = GetNationalIdeaBonus3

	text = {
		trigger = {
			set_temp_variable = { national_ideas_id_other_context = national_ideas_id }
		}
		localization_key = "[This.GetNationalIdeaBonus3OtherContext]"
	}
}

defined_text = {
	name = GetNationalIdeaBonus3OtherContext

	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1000 }
		}
		localization_key = national_ideas_1000_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1 }
		}
		localization_key = national_ideas_1_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 2 }
		}
		localization_key = national_ideas_2_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 3 }
		}
		localization_key = national_ideas_3_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 4 }
		}
		localization_key = national_ideas_4_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 5 }
		}
		localization_key = national_ideas_5_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 6 }
		}
		localization_key = national_ideas_6_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 7 }
		}
		localization_key = national_ideas_7_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 8 }
		}
		localization_key = national_ideas_8_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 9 }
		}
		localization_key = national_ideas_9_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 10 }
		}
		localization_key = national_ideas_10_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 11 }
		}
		localization_key = national_ideas_11_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 12 }
		}
		localization_key = national_ideas_12_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 13 }
		}
		localization_key = national_ideas_13_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 14 }
		}
		localization_key = national_ideas_14_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 15 }
		}
		localization_key = national_ideas_15_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 16 }
		}
		localization_key = national_ideas_16_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 17 }
		}
		localization_key = national_ideas_17_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 18 }
		}
		localization_key = national_ideas_18_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 19 }
		}
		localization_key = national_ideas_19_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 20 }
		}
		localization_key = national_ideas_20_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 21 }
		}
		localization_key = national_ideas_21_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 22 }
		}
		localization_key = national_ideas_22_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 23 }
		}
		localization_key = national_ideas_23_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 24 }
		}
		localization_key = national_ideas_24_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 25 }
		}
		localization_key = national_ideas_25_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 26 }
		}
		localization_key = national_ideas_26_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 27 }
		}
		localization_key = national_ideas_27_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 28 }
		}
		localization_key = national_ideas_28_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 29 }
		}
		localization_key = national_ideas_29_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 30 }
		}
		localization_key = national_ideas_30_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 31 }
		}
		localization_key = national_ideas_31_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 32 }
		}
		localization_key = national_ideas_32_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 33 }
		}
		localization_key = national_ideas_33_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 34 }
		}
		localization_key = national_ideas_34_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 35 }
		}
		localization_key = national_ideas_35_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 36 }
		}
		localization_key = national_ideas_36_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 37 }
		}
		localization_key = national_ideas_37_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 38 }
		}
		localization_key = national_ideas_38_3_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 39 }
		}
		localization_key = national_ideas_39_3_bonus
	}
}

defined_text = {
	name = GetNationalIdeaPicture3

	text = {
		trigger = {
			check_variable = { national_ideas_id = 1000 }
		}
		localization_key = "GFX_convoy_escort_efficiency"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 1 }
		}
		localization_key = "GFX_production_factory_max_efficiency_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 2 }
		}
		localization_key = "GFX_political_power_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 3 }
		}
		localization_key = "GFX_production_factory_efficiency_gain_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 4 }
		}
		localization_key = "GFX_navy_screen_attack_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 5 }
		}
		localization_key = "GFX_land_reinforce_rate"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 6 }
		}
		localization_key = "GFX_invasion_preparation"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 7 }
		}
		localization_key = "GFX_industrial_capacity_factory"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 8 }
		}
		localization_key = "GFX_can_generate_female_aces"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 9 }
		}
		localization_key = "GFX_army_core_defence_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 10 }
		}
		localization_key = "GFX_war_support_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 11 }
		}
		localization_key = "GFX_army_attack_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 12 }
		}
		localization_key = "GFX_stability_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 13 }
		}
		localization_key = "GFX_naval_coordination"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 14 }
		}
		localization_key = "GFX_production_speed_bunker_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 15 }
		}
		localization_key = "GFX_navy_capital_ship_attack_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 16 }
		}
		localization_key = "GFX_war_support_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 17 }
		}
		localization_key = "GFX_stability_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 18 }
		}
		localization_key = "GFX_local_resources_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 19 }
		}
		localization_key = "GFX_opinion_gain_monthly_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 20 }
		}
		localization_key = "GFX_stability_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 21 }
		}
		localization_key = "GFX_conscription_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 22 }
		}
		localization_key = "GFX_stability_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 23 }
		}
		localization_key = "GFX_min_export"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 24 }
		}
		localization_key = "GFX_air_superiority_efficiency"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 25 }
		}
		localization_key = "GFX_generate_wargoal_tension"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 26 }
		}
		localization_key = "GFX_political_power_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 27 }
		}
		localization_key = "GFX_industrial_capacity_dockyard"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 28 }
		}
		localization_key = "GFX_naval_speed_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 29 }
		}
		localization_key = "GFX_army_defence_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 30 }
		}
		localization_key = "GFX_production_speed_infrastructure_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 31 }
		}
		localization_key = "GFX_army_attack_factor"
	}
}

## National Idea 4:
defined_text = {
	name = GetNationalIdeaName4

	text = {
		trigger = {
			set_temp_variable = { national_ideas_id_other_context = national_ideas_id }
		}
		localization_key = "[This.GetNationalIdeaName4OtherContext]"
	}
}

defined_text = {
	name = GetNationalIdeaName4OtherContext

	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1000 }
		}
		localization_key = national_ideas_1000_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1 }
		}
		localization_key = national_ideas_1_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 2 }
		}
		localization_key = national_ideas_2_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 3 }
		}
		localization_key = national_ideas_3_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 4 }
		}
		localization_key = national_ideas_4_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 5 }
		}
		localization_key = national_ideas_5_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 6 }
		}
		localization_key = national_ideas_6_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 7 }
		}
		localization_key = national_ideas_7_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 8 }
		}
		localization_key = national_ideas_8_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 9 }
		}
		localization_key = national_ideas_9_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 10 }
		}
		localization_key = national_ideas_10_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 11 }
		}
		localization_key = national_ideas_11_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 12 }
		}
		localization_key = national_ideas_12_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 13 }
		}
		localization_key = national_ideas_13_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 14 }
		}
		localization_key = national_ideas_14_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 15 }
		}
		localization_key = national_ideas_15_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 16 }
		}
		localization_key = national_ideas_16_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 17 }
		}
		localization_key = national_ideas_17_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 18 }
		}
		localization_key = national_ideas_18_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 19 }
		}
		localization_key = national_ideas_19_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 20 }
		}
		localization_key = national_ideas_20_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 21 }
		}
		localization_key = national_ideas_21_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 22 }
		}
		localization_key = national_ideas_22_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 23 }
		}
		localization_key = national_ideas_23_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 24 }
		}
		localization_key = national_ideas_24_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 25 }
		}
		localization_key = national_ideas_25_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 26 }
		}
		localization_key = national_ideas_26_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 27 }
		}
		localization_key = national_ideas_27_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 28 }
		}
		localization_key = national_ideas_28_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 29 }
		}
		localization_key = national_ideas_29_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 30 }
		}
		localization_key = national_ideas_30_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 31 }
		}
		localization_key = national_ideas_31_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 32 }
		}
		localization_key = national_ideas_32_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 33 }
		}
		localization_key = national_ideas_33_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 34 }
		}
		localization_key = national_ideas_34_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 35 }
		}
		localization_key = national_ideas_35_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 36 }
		}
		localization_key = national_ideas_36_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 37 }
		}
		localization_key = national_ideas_37_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 38 }
		}
		localization_key = national_ideas_38_4
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 39 }
		}
		localization_key = national_ideas_39_4
	}
}

defined_text = {
	name = GetNationalIdeaDesc4

	text = {
		trigger = {
			check_variable = { national_ideas_id = 1000 }
		}
		localization_key = national_ideas_1000_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 1 }
		}
		localization_key = national_ideas_1_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 2 }
		}
		localization_key = national_ideas_2_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 3 }
		}
		localization_key = national_ideas_3_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 4 }
		}
		localization_key = national_ideas_4_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 5 }
		}
		localization_key = national_ideas_5_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 6 }
		}
		localization_key = national_ideas_6_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 7 }
		}
		localization_key = national_ideas_7_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 8 }
		}
		localization_key = national_ideas_8_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 9 }
		}
		localization_key = national_ideas_9_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 10 }
		}
		localization_key = national_ideas_10_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 11 }
		}
		localization_key = national_ideas_11_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 12 }
		}
		localization_key = national_ideas_12_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 13 }
		}
		localization_key = national_ideas_13_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 14 }
		}
		localization_key = national_ideas_14_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 15 }
		}
		localization_key = national_ideas_15_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 16 }
		}
		localization_key = national_ideas_16_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 17 }
		}
		localization_key = national_ideas_17_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 18 }
		}
		localization_key = national_ideas_18_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 19 }
		}
		localization_key = national_ideas_19_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 20 }
		}
		localization_key = national_ideas_20_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 21 }
		}
		localization_key = national_ideas_21_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 22 }
		}
		localization_key = national_ideas_22_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 23 }
		}
		localization_key = national_ideas_23_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 24 }
		}
		localization_key = national_ideas_24_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 25 }
		}
		localization_key = national_ideas_25_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 26 }
		}
		localization_key = national_ideas_26_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 27 }
		}
		localization_key = national_ideas_27_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 28 }
		}
		localization_key = national_ideas_28_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 29 }
		}
		localization_key = national_ideas_29_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 30 }
		}
		localization_key = national_ideas_30_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 31 }
		}
		localization_key = national_ideas_31_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 32 }
		}
		localization_key = national_ideas_32_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 33 }
		}
		localization_key = national_ideas_33_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 34 }
		}
		localization_key = national_ideas_34_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 35 }
		}
		localization_key = national_ideas_35_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 36 }
		}
		localization_key = national_ideas_36_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 37 }
		}
		localization_key = national_ideas_37_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 38 }
		}
		localization_key = national_ideas_38_4_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 39 }
		}
		localization_key = national_ideas_39_4_desc
	}
}

defined_text = {
	name = GetNationalIdeaBonus4

	text = {
		trigger = {
			set_temp_variable = { national_ideas_id_other_context = national_ideas_id }
		}
		localization_key = "[This.GetNationalIdeaBonus4OtherContext]"
	}
}

defined_text = {
	name = GetNationalIdeaBonus4OtherContext

	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1000 }
		}
		localization_key = national_ideas_1000_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1 }
		}
		localization_key = national_ideas_1_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 2 }
		}
		localization_key = national_ideas_2_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 3 }
		}
		localization_key = national_ideas_3_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 4 }
		}
		localization_key = national_ideas_4_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 5 }
		}
		localization_key = national_ideas_5_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 6 }
		}
		localization_key = national_ideas_6_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 7 }
		}
		localization_key = national_ideas_7_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 8 }
		}
		localization_key = national_ideas_8_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 9 }
		}
		localization_key = national_ideas_9_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 10 }
		}
		localization_key = national_ideas_10_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 11 }
		}
		localization_key = national_ideas_11_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 12 }
		}
		localization_key = national_ideas_12_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 13 }
		}
		localization_key = national_ideas_13_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 14 }
		}
		localization_key = national_ideas_14_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 15 }
		}
		localization_key = national_ideas_15_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 16 }
		}
		localization_key = national_ideas_16_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 17 }
		}
		localization_key = national_ideas_17_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 18 }
		}
		localization_key = national_ideas_18_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 19 }
		}
		localization_key = national_ideas_19_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 20 }
		}
		localization_key = national_ideas_20_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 21 }
		}
		localization_key = national_ideas_21_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 22 }
		}
		localization_key = national_ideas_22_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 23 }
		}
		localization_key = national_ideas_23_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 24 }
		}
		localization_key = national_ideas_24_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 25 }
		}
		localization_key = national_ideas_25_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 26 }
		}
		localization_key = national_ideas_26_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 27 }
		}
		localization_key = national_ideas_27_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 28 }
		}
		localization_key = national_ideas_28_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 29 }
		}
		localization_key = national_ideas_29_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 30 }
		}
		localization_key = national_ideas_30_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 31 }
		}
		localization_key = national_ideas_31_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 32 }
		}
		localization_key = national_ideas_32_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 33 }
		}
		localization_key = national_ideas_33_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 34 }
		}
		localization_key = national_ideas_34_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 35 }
		}
		localization_key = national_ideas_35_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 36 }
		}
		localization_key = national_ideas_36_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 37 }
		}
		localization_key = national_ideas_37_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 38 }
		}
		localization_key = national_ideas_38_4_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 39 }
		}
		localization_key = national_ideas_39_4_bonus
	}
}

defined_text = {
	name = GetNationalIdeaPicture4

	text = {
		trigger = {
			check_variable = { national_ideas_id = 1000 }
		}
		localization_key = "GFX_army_defence_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 1 }
		}
		localization_key = "GFX_intelligence_agency_defense"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 2 }
		}
		localization_key = "GFX_conscription"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 3 }
		}
		localization_key = "GFX_enemy_army_bonus_air_superiority_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 4 }
		}
		localization_key = "GFX_political_power_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 5 }
		}
		localization_key = "GFX_planning_speed"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 6 }
		}
		localization_key = "GFX_army_infantry_attack_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 7 }
		}
		localization_key = "GFX_guarantee_cost"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 8 }
		}
		localization_key = "GFX_naval_coordination"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 9 }
		}
		localization_key = "GFX_war_support_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 10 }
		}
		localization_key = "GFX_army_infantry_attack_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 11 }
		}
		localization_key = "GFX_war_support_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 12 }
		}
		localization_key = "GFX_communism_acceptance"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 13 }
		}
		localization_key = "GFX_resistance_growth"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 14 }
		}
		localization_key = "GFX_justify_war_goal_time"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 15 }
		}
		localization_key = "GFX_political_power_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 16 }
		}
		localization_key = "GFX_justify_war_goal_time"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 17 }
		}
		localization_key = "GFX_justify_war_goal_time"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 18 }
		}
		localization_key = "GFX_fascism_drift"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 19 }
		}
		localization_key = "GFX_send_volunteers_tension"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 20 }
		}
		localization_key = "GFX_war_support_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 21 }
		}
		localization_key = "GFX_trade_opinion_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 22 }
		}
		localization_key = "GFX_non_core_manpower"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 23 }
		}
		localization_key = "GFX_add_research_slot"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 24 }
		}
		localization_key = "GFX_trade_opinion_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 25 }
		}
		localization_key = "GFX_acclimatization_hot_climate_gain_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 26 }
		}
		localization_key = "GFX_resistance_growth_on_our_occupied_states"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 27 }
		}
		localization_key = "GFX_production_speed_infrastructure_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 28 }
		}
		localization_key = "GFX_industrial_capacity_dockyard"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 29 }
		}
		localization_key = "GFX_political_power_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 30 }
		}
		localization_key = "GFX_research_speed_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 31 }
		}
		localization_key = "GFX_air_doctrine_cost_factor"
	}
}

## National Idea 5:
defined_text = {
	name = GetNationalIdeaName5

	text = {
		trigger = {
			set_temp_variable = { national_ideas_id_other_context = national_ideas_id }
		}
		localization_key = "[This.GetNationalIdeaName5OtherContext]"
	}
}

defined_text = {
	name = GetNationalIdeaName5OtherContext

	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1000 }
		}
		localization_key = national_ideas_1000_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1 }
		}
		localization_key = national_ideas_1_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 2 }
		}
		localization_key = national_ideas_2_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 3 }
		}
		localization_key = national_ideas_3_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 4 }
		}
		localization_key = national_ideas_4_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 5 }
		}
		localization_key = national_ideas_5_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 6 }
		}
		localization_key = national_ideas_6_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 7 }
		}
		localization_key = national_ideas_7_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 8 }
		}
		localization_key = national_ideas_8_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 9 }
		}
		localization_key = national_ideas_9_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 10 }
		}
		localization_key = national_ideas_10_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 11 }
		}
		localization_key = national_ideas_11_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 12 }
		}
		localization_key = national_ideas_12_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 13 }
		}
		localization_key = national_ideas_13_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 14 }
		}
		localization_key = national_ideas_14_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 15 }
		}
		localization_key = national_ideas_15_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 16 }
		}
		localization_key = national_ideas_16_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 17 }
		}
		localization_key = national_ideas_17_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 18 }
		}
		localization_key = national_ideas_18_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 19 }
		}
		localization_key = national_ideas_19_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 20 }
		}
		localization_key = national_ideas_20_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 21 }
		}
		localization_key = national_ideas_21_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 22 }
		}
		localization_key = national_ideas_22_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 23 }
		}
		localization_key = national_ideas_23_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 24 }
		}
		localization_key = national_ideas_24_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 25 }
		}
		localization_key = national_ideas_25_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 26 }
		}
		localization_key = national_ideas_26_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 27 }
		}
		localization_key = national_ideas_27_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 28 }
		}
		localization_key = national_ideas_28_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 29 }
		}
		localization_key = national_ideas_29_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 30 }
		}
		localization_key = national_ideas_30_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 31 }
		}
		localization_key = national_ideas_31_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 32 }
		}
		localization_key = national_ideas_32_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 33 }
		}
		localization_key = national_ideas_33_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 34 }
		}
		localization_key = national_ideas_34_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 35 }
		}
		localization_key = national_ideas_35_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 36 }
		}
		localization_key = national_ideas_36_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 37 }
		}
		localization_key = national_ideas_37_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 38 }
		}
		localization_key = national_ideas_38_5
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 39 }
		}
		localization_key = national_ideas_39_5
	}
}

defined_text = {
	name = GetNationalIdeaDesc5

	text = {
		trigger = {
			check_variable = { national_ideas_id = 1000 }
		}
		localization_key = national_ideas_1000_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 1 }
		}
		localization_key = national_ideas_1_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 2 }
		}
		localization_key = national_ideas_2_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 3 }
		}
		localization_key = national_ideas_3_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 4 }
		}
		localization_key = national_ideas_4_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 5 }
		}
		localization_key = national_ideas_5_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 6 }
		}
		localization_key = national_ideas_6_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 7 }
		}
		localization_key = national_ideas_7_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 8 }
		}
		localization_key = national_ideas_8_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 9 }
		}
		localization_key = national_ideas_9_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 10 }
		}
		localization_key = national_ideas_10_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 11 }
		}
		localization_key = national_ideas_11_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 12 }
		}
		localization_key = national_ideas_12_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 13 }
		}
		localization_key = national_ideas_13_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 14 }
		}
		localization_key = national_ideas_14_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 15 }
		}
		localization_key = national_ideas_15_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 16 }
		}
		localization_key = national_ideas_16_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 17 }
		}
		localization_key = national_ideas_17_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 18 }
		}
		localization_key = national_ideas_18_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 19 }
		}
		localization_key = national_ideas_19_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 20 }
		}
		localization_key = national_ideas_20_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 21 }
		}
		localization_key = national_ideas_21_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 22 }
		}
		localization_key = national_ideas_22_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 23 }
		}
		localization_key = national_ideas_23_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 24 }
		}
		localization_key = national_ideas_24_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 25 }
		}
		localization_key = national_ideas_25_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 26 }
		}
		localization_key = national_ideas_26_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 27 }
		}
		localization_key = national_ideas_27_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 28 }
		}
		localization_key = national_ideas_28_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 29 }
		}
		localization_key = national_ideas_29_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 30 }
		}
		localization_key = national_ideas_30_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 31 }
		}
		localization_key = national_ideas_31_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 32 }
		}
		localization_key = national_ideas_32_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 33 }
		}
		localization_key = national_ideas_33_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 34 }
		}
		localization_key = national_ideas_34_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 35 }
		}
		localization_key = national_ideas_35_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 36 }
		}
		localization_key = national_ideas_36_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 37 }
		}
		localization_key = national_ideas_37_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 38 }
		}
		localization_key = national_ideas_38_5_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 39 }
		}
		localization_key = national_ideas_39_5_desc
	}
}

defined_text = {
	name = GetNationalIdeaBonus5

	text = {
		trigger = {
			set_temp_variable = { national_ideas_id_other_context = national_ideas_id }
		}
		localization_key = "[This.GetNationalIdeaBonus5OtherContext]"
	}
}

defined_text = {
	name = GetNationalIdeaBonus5OtherContext

	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1000 }
		}
		localization_key = national_ideas_1000_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1 }
		}
		localization_key = national_ideas_1_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 2 }
		}
		localization_key = national_ideas_2_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 3 }
		}
		localization_key = national_ideas_3_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 4 }
		}
		localization_key = national_ideas_4_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 5 }
		}
		localization_key = national_ideas_5_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 6 }
		}
		localization_key = national_ideas_6_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 7 }
		}
		localization_key = national_ideas_7_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 8 }
		}
		localization_key = national_ideas_8_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 9 }
		}
		localization_key = national_ideas_9_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 10 }
		}
		localization_key = national_ideas_10_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 11 }
		}
		localization_key = national_ideas_11_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 12 }
		}
		localization_key = national_ideas_12_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 13 }
		}
		localization_key = national_ideas_13_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 14 }
		}
		localization_key = national_ideas_14_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 15 }
		}
		localization_key = national_ideas_15_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 16 }
		}
		localization_key = national_ideas_16_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 17 }
		}
		localization_key = national_ideas_17_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 18 }
		}
		localization_key = national_ideas_18_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 19 }
		}
		localization_key = national_ideas_19_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 20 }
		}
		localization_key = national_ideas_20_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 21 }
		}
		localization_key = national_ideas_21_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 22 }
		}
		localization_key = national_ideas_22_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 23 }
		}
		localization_key = national_ideas_23_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 24 }
		}
		localization_key = national_ideas_24_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 25 }
		}
		localization_key = national_ideas_25_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 26 }
		}
		localization_key = national_ideas_26_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 27 }
		}
		localization_key = national_ideas_27_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 28 }
		}
		localization_key = national_ideas_28_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 29 }
		}
		localization_key = national_ideas_29_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 30 }
		}
		localization_key = national_ideas_30_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 31 }
		}
		localization_key = national_ideas_31_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 32 }
		}
		localization_key = national_ideas_32_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 33 }
		}
		localization_key = national_ideas_33_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 34 }
		}
		localization_key = national_ideas_34_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 35 }
		}
		localization_key = national_ideas_35_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 36 }
		}
		localization_key = national_ideas_36_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 37 }
		}
		localization_key = national_ideas_37_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 38 }
		}
		localization_key = national_ideas_38_5_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 39 }
		}
		localization_key = national_ideas_39_5_bonus
	}
}

defined_text = {
	name = GetNationalIdeaPicture5

	text = {
		trigger = {
			check_variable = { national_ideas_id = 1000 }
		}
		localization_key = "GFX_experience_gain_air_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 1 }
		}
		localization_key = "GFX_resistance_growth"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 2 }
		}
		localization_key = "GFX_carrier_size"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 3 }
		}
		localization_key = "GFX_navy_capital_ship_defence_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 4 }
		}
		localization_key = "GFX_invasion_preparation"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 5 }
		}
		localization_key = "GFX_industrial_capacity_factory"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 6 }
		}
		localization_key = "GFX_naval_speed_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 7 }
		}
		localization_key = "GFX_acclimatization_hot_climate_gain_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 8 }
		}
		localization_key = "GFX_air_night_penalty"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 9 }
		}
		localization_key = "GFX_production_speed_buildings_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 10 }
		}
		localization_key = "GFX_army_defence_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 11 }
		}
		localization_key = "GFX_army_defence_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 12 }
		}
		localization_key = "GFX_political_power_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 13 }
		}
		localization_key = "GFX_stability_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 14 }
		}
		localization_key = "GFX_army_core_defence_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 15 }
		}
		localization_key = "GFX_justify_war_goal_time"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 16 }
		}
		localization_key = "GFX_experience_gain_army_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 17 }
		}
		localization_key = "GFX_army_speed_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 18 }
		}
		localization_key = "GFX_surrender_limit"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 19 }
		}
		localization_key = "GFX_army_core_attack_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 20 }
		}
		localization_key = "GFX_non_core_manpower"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 21 }
		}
		localization_key = "GFX_justify_war_goal_time"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 22 }
		}
		localization_key = "GFX_navy_capital_ship_attack_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 23 }
		}
		localization_key = "GFX_policy_cost"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 24 }
		}
		localization_key = "GFX_political_power_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 25 }
		}
		localization_key = "GFX_army_core_attack_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 26 }
		}
		localization_key = "GFX_industrial_capacity_factory"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 27 }
		}
		localization_key = "GFX_land_doctrine_cost_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 28 }
		}
		localization_key = "GFX_min_export"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 29 }
		}
		localization_key = "GFX_recon_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 30 }
		}
		localization_key = "GFX_political_power_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 31 }
		}
		localization_key = "GFX_stability_factor"
	}
}

## National Idea 6:
defined_text = {
	name = GetNationalIdeaName6

	text = {
		trigger = {
			set_temp_variable = { national_ideas_id_other_context = national_ideas_id }
		}
		localization_key = "[This.GetNationalIdeaName6OtherContext]"
	}
}

defined_text = {
	name = GetNationalIdeaName6OtherContext

	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1000 }
		}
		localization_key = national_ideas_1000_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1 }
		}
		localization_key = national_ideas_1_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 2 }
		}
		localization_key = national_ideas_2_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 3 }
		}
		localization_key = national_ideas_3_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 4 }
		}
		localization_key = national_ideas_4_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 5 }
		}
		localization_key = national_ideas_5_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 6 }
		}
		localization_key = national_ideas_6_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 7 }
		}
		localization_key = national_ideas_7_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 8 }
		}
		localization_key = national_ideas_8_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 9 }
		}
		localization_key = national_ideas_9_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 10 }
		}
		localization_key = national_ideas_10_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 11 }
		}
		localization_key = national_ideas_11_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 12 }
		}
		localization_key = national_ideas_12_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 13 }
		}
		localization_key = national_ideas_13_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 14 }
		}
		localization_key = national_ideas_14_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 15 }
		}
		localization_key = national_ideas_15_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 16 }
		}
		localization_key = national_ideas_16_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 17 }
		}
		localization_key = national_ideas_17_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 18 }
		}
		localization_key = national_ideas_18_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 19 }
		}
		localization_key = national_ideas_19_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 20 }
		}
		localization_key = national_ideas_20_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 21 }
		}
		localization_key = national_ideas_21_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 22 }
		}
		localization_key = national_ideas_22_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 23 }
		}
		localization_key = national_ideas_23_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 24 }
		}
		localization_key = national_ideas_24_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 25 }
		}
		localization_key = national_ideas_25_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 26 }
		}
		localization_key = national_ideas_26_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 27 }
		}
		localization_key = national_ideas_27_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 28 }
		}
		localization_key = national_ideas_28_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 29 }
		}
		localization_key = national_ideas_29_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 30 }
		}
		localization_key = national_ideas_30_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 31 }
		}
		localization_key = national_ideas_31_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 32 }
		}
		localization_key = national_ideas_32_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 33 }
		}
		localization_key = national_ideas_33_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 34 }
		}
		localization_key = national_ideas_34_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 35 }
		}
		localization_key = national_ideas_35_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 36 }
		}
		localization_key = national_ideas_36_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 37 }
		}
		localization_key = national_ideas_37_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 38 }
		}
		localization_key = national_ideas_38_6
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 39 }
		}
		localization_key = national_ideas_39_6
	}
}

defined_text = {
	name = GetNationalIdeaDesc6

	text = {
		trigger = {
			check_variable = { national_ideas_id = 1000 }
		}
		localization_key = national_ideas_1000_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 1 }
		}
		localization_key = national_ideas_1_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 2 }
		}
		localization_key = national_ideas_2_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 3 }
		}
		localization_key = national_ideas_3_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 4 }
		}
		localization_key = national_ideas_4_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 5 }
		}
		localization_key = national_ideas_5_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 6 }
		}
		localization_key = national_ideas_6_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 7 }
		}
		localization_key = national_ideas_7_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 8 }
		}
		localization_key = national_ideas_8_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 9 }
		}
		localization_key = national_ideas_9_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 10 }
		}
		localization_key = national_ideas_10_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 11 }
		}
		localization_key = national_ideas_11_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 12 }
		}
		localization_key = national_ideas_12_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 13 }
		}
		localization_key = national_ideas_13_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 14 }
		}
		localization_key = national_ideas_14_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 15 }
		}
		localization_key = national_ideas_15_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 16 }
		}
		localization_key = national_ideas_16_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 17 }
		}
		localization_key = national_ideas_17_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 18 }
		}
		localization_key = national_ideas_18_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 19 }
		}
		localization_key = national_ideas_19_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 20 }
		}
		localization_key = national_ideas_20_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 21 }
		}
		localization_key = national_ideas_21_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 22 }
		}
		localization_key = national_ideas_22_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 23 }
		}
		localization_key = national_ideas_23_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 24 }
		}
		localization_key = national_ideas_24_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 25 }
		}
		localization_key = national_ideas_25_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 26 }
		}
		localization_key = national_ideas_26_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 27 }
		}
		localization_key = national_ideas_27_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 28 }
		}
		localization_key = national_ideas_28_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 29 }
		}
		localization_key = national_ideas_29_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 30 }
		}
		localization_key = national_ideas_30_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 31 }
		}
		localization_key = national_ideas_31_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 32 }
		}
		localization_key = national_ideas_32_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 33 }
		}
		localization_key = national_ideas_33_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 34 }
		}
		localization_key = national_ideas_34_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 35 }
		}
		localization_key = national_ideas_35_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 36 }
		}
		localization_key = national_ideas_36_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 37 }
		}
		localization_key = national_ideas_37_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 38 }
		}
		localization_key = national_ideas_38_6_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 39 }
		}
		localization_key = national_ideas_39_6_desc
	}
}

defined_text = {
	name = GetNationalIdeaBonus6

	text = {
		trigger = {
			set_temp_variable = { national_ideas_id_other_context = national_ideas_id }
		}
		localization_key = "[This.GetNationalIdeaBonus6OtherContext]"
	}
}

defined_text = {
	name = GetNationalIdeaBonus6OtherContext

	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1000 }
		}
		localization_key = national_ideas_1000_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1 }
		}
		localization_key = national_ideas_1_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 2 }
		}
		localization_key = national_ideas_2_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 3 }
		}
		localization_key = national_ideas_3_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 4 }
		}
		localization_key = national_ideas_4_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 5 }
		}
		localization_key = national_ideas_5_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 6 }
		}
		localization_key = national_ideas_6_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 7 }
		}
		localization_key = national_ideas_7_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 8 }
		}
		localization_key = national_ideas_8_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 9 }
		}
		localization_key = national_ideas_9_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 10 }
		}
		localization_key = national_ideas_10_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 11 }
		}
		localization_key = national_ideas_11_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 12 }
		}
		localization_key = national_ideas_12_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 13 }
		}
		localization_key = national_ideas_13_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 14 }
		}
		localization_key = national_ideas_14_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 15 }
		}
		localization_key = national_ideas_15_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 16 }
		}
		localization_key = national_ideas_16_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 17 }
		}
		localization_key = national_ideas_17_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 18 }
		}
		localization_key = national_ideas_18_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 19 }
		}
		localization_key = national_ideas_19_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 20 }
		}
		localization_key = national_ideas_20_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 21 }
		}
		localization_key = national_ideas_21_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 22 }
		}
		localization_key = national_ideas_22_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 23 }
		}
		localization_key = national_ideas_23_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 24 }
		}
		localization_key = national_ideas_24_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 25 }
		}
		localization_key = national_ideas_25_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 26 }
		}
		localization_key = national_ideas_26_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 27 }
		}
		localization_key = national_ideas_27_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 28 }
		}
		localization_key = national_ideas_28_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 29 }
		}
		localization_key = national_ideas_29_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 30 }
		}
		localization_key = national_ideas_30_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 31 }
		}
		localization_key = national_ideas_31_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 32 }
		}
		localization_key = national_ideas_32_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 33 }
		}
		localization_key = national_ideas_33_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 34 }
		}
		localization_key = national_ideas_34_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 35 }
		}
		localization_key = national_ideas_35_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 36 }
		}
		localization_key = national_ideas_36_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 37 }
		}
		localization_key = national_ideas_37_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 38 }
		}
		localization_key = national_ideas_38_6_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 39 }
		}
		localization_key = national_ideas_39_6_bonus
	}
}

defined_text = {
	name = GetNationalIdeaPicture6

	text = {
		trigger = {
			check_variable = { national_ideas_id = 1000 }
		}
		localization_key = "GFX_naval_coordination"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 1 }
		}
		localization_key = "GFX_army_core_attack_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 2 }
		}
		localization_key = "GFX_amphibious_invasion"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 3 }
		}
		localization_key = "GFX_invasion_preparation"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 4 }
		}
		localization_key = "GFX_army_morale_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 5 }
		}
		localization_key = "GFX_army_core_attack_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 6 }
		}
		localization_key = "GFX_carrier_size"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 7 }
		}
		localization_key = "GFX_army_core_attack_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 8 }
		}
		localization_key = "GFX_max_dig_in_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 9 }
		}
		localization_key = "GFX_recon_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 10 }
		}
		localization_key = "GFX_industrial_capacity_factory"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 11 }
		}
		localization_key = "GFX_conscription"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 12 }
		}
		localization_key = "GFX_convoy_escort_efficiency"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 13 }
		}
		localization_key = "GFX_air_weather_penalty"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 14 }
		}
		localization_key = "GFX_resistance_growth_on_our_occupied_states"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 15 }
		}
		localization_key = "GFX_subjects_autonomy_gain"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 16 }
		}
		localization_key = "GFX_stability_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 17 }
		}
		localization_key = "GFX_experience_loss_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 18 }
		}
		localization_key = "GFX_justify_war_goal_time"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 19 }
		}
		localization_key = "GFX_join_faction_tension"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 20 }
		}
		localization_key = "GFX_army_speed_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 21 }
		}
		localization_key = "GFX_industrial_capacity_dockyard"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 22 }
		}
		localization_key = "GFX_army_core_attack_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 23 }
		}
		localization_key = "GFX_air_superiority_bonus_in_combat"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 24 }
		}
		localization_key = "GFX_spotting_chance"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 25 }
		}
		localization_key = "GFX_resistance_growth_on_our_occupied_states"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 26 }
		}
		localization_key = "GFX_conscription"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 27 }
		}
		localization_key = "GFX_non_core_manpower"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 28 }
		}
		localization_key = "GFX_local_resources_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 29 }
		}
		localization_key = "GFX_supply_consumption_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 30 }
		}
		localization_key = "GFX_stability_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 31 }
		}
		localization_key = "GFX_experience_gain_navy"
	}
}

## National Idea 7:
defined_text = {
	name = GetNationalIdeaName7

	text = {
		trigger = {
			set_temp_variable = { national_ideas_id_other_context = national_ideas_id }
		}
		localization_key = "[This.GetNationalIdeaName7OtherContext]"
	}
}

defined_text = {
	name = GetNationalIdeaName7OtherContext

	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1000 }
		}
		localization_key = national_ideas_1000_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1 }
		}
		localization_key = national_ideas_1_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 2 }
		}
		localization_key = national_ideas_2_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 3 }
		}
		localization_key = national_ideas_3_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 4 }
		}
		localization_key = national_ideas_4_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 5 }
		}
		localization_key = national_ideas_5_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 6 }
		}
		localization_key = national_ideas_6_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 7 }
		}
		localization_key = national_ideas_7_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 8 }
		}
		localization_key = national_ideas_8_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 9 }
		}
		localization_key = national_ideas_9_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 10 }
		}
		localization_key = national_ideas_10_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 11 }
		}
		localization_key = national_ideas_11_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 12 }
		}
		localization_key = national_ideas_12_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 13 }
		}
		localization_key = national_ideas_13_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 14 }
		}
		localization_key = national_ideas_14_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 15 }
		}
		localization_key = national_ideas_15_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 16 }
		}
		localization_key = national_ideas_16_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 17 }
		}
		localization_key = national_ideas_17_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 18 }
		}
		localization_key = national_ideas_18_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 19 }
		}
		localization_key = national_ideas_19_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 20 }
		}
		localization_key = national_ideas_20_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 21 }
		}
		localization_key = national_ideas_21_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 22 }
		}
		localization_key = national_ideas_22_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 23 }
		}
		localization_key = national_ideas_23_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 24 }
		}
		localization_key = national_ideas_24_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 25 }
		}
		localization_key = national_ideas_25_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 26 }
		}
		localization_key = national_ideas_26_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 27 }
		}
		localization_key = national_ideas_27_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 28 }
		}
		localization_key = national_ideas_28_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 29 }
		}
		localization_key = national_ideas_29_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 30 }
		}
		localization_key = national_ideas_30_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 31 }
		}
		localization_key = national_ideas_31_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 32 }
		}
		localization_key = national_ideas_32_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 33 }
		}
		localization_key = national_ideas_33_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 34 }
		}
		localization_key = national_ideas_34_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 35 }
		}
		localization_key = national_ideas_35_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 36 }
		}
		localization_key = national_ideas_36_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 37 }
		}
		localization_key = national_ideas_37_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 38 }
		}
		localization_key = national_ideas_38_7
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 39 }
		}
		localization_key = national_ideas_39_7
	}
}

defined_text = {
	name = GetNationalIdeaDesc7

	text = {
		trigger = {
			check_variable = { national_ideas_id = 1000 }
		}
		localization_key = national_ideas_1000_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 1 }
		}
		localization_key = national_ideas_1_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 2 }
		}
		localization_key = national_ideas_2_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 3 }
		}
		localization_key = national_ideas_3_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 4 }
		}
		localization_key = national_ideas_4_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 5 }
		}
		localization_key = national_ideas_5_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 6 }
		}
		localization_key = national_ideas_6_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 7 }
		}
		localization_key = national_ideas_7_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 8 }
		}
		localization_key = national_ideas_8_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 9 }
		}
		localization_key = national_ideas_9_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 10 }
		}
		localization_key = national_ideas_10_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 11 }
		}
		localization_key = national_ideas_11_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 12 }
		}
		localization_key = national_ideas_12_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 13 }
		}
		localization_key = national_ideas_13_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 14 }
		}
		localization_key = national_ideas_14_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 15 }
		}
		localization_key = national_ideas_15_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 16 }
		}
		localization_key = national_ideas_16_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 17 }
		}
		localization_key = national_ideas_17_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 18 }
		}
		localization_key = national_ideas_18_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 19 }
		}
		localization_key = national_ideas_19_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 20 }
		}
		localization_key = national_ideas_20_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 21 }
		}
		localization_key = national_ideas_21_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 22 }
		}
		localization_key = national_ideas_22_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 23 }
		}
		localization_key = national_ideas_23_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 24 }
		}
		localization_key = national_ideas_24_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 25 }
		}
		localization_key = national_ideas_25_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 26 }
		}
		localization_key = national_ideas_26_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 27 }
		}
		localization_key = national_ideas_27_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 28 }
		}
		localization_key = national_ideas_28_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 29 }
		}
		localization_key = national_ideas_29_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 30 }
		}
		localization_key = national_ideas_30_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 31 }
		}
		localization_key = national_ideas_31_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 32 }
		}
		localization_key = national_ideas_32_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 33 }
		}
		localization_key = national_ideas_33_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 34 }
		}
		localization_key = national_ideas_34_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 35 }
		}
		localization_key = national_ideas_35_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 36 }
		}
		localization_key = national_ideas_36_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 37 }
		}
		localization_key = national_ideas_37_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 38 }
		}
		localization_key = national_ideas_38_7_desc
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 39 }
		}
		localization_key = national_ideas_39_7_desc
	}
}

defined_text = {
	name = GetNationalIdeaBonus7

	text = {
		trigger = {
			set_temp_variable = { national_ideas_id_other_context = national_ideas_id }
		}
		localization_key = "[This.GetNationalIdeaBonus7OtherContext]"
	}
}

defined_text = {
	name = GetNationalIdeaBonus7OtherContext

	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1000 }
		}
		localization_key = national_ideas_1000_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1 }
		}
		localization_key = national_ideas_1_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 2 }
		}
		localization_key = national_ideas_2_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 3 }
		}
		localization_key = national_ideas_3_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 4 }
		}
		localization_key = national_ideas_4_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 5 }
		}
		localization_key = national_ideas_5_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 6 }
		}
		localization_key = national_ideas_6_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 7 }
		}
		localization_key = national_ideas_7_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 8 }
		}
		localization_key = national_ideas_8_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 9 }
		}
		localization_key = national_ideas_9_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 10 }
		}
		localization_key = national_ideas_10_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 11 }
		}
		localization_key = national_ideas_11_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 12 }
		}
		localization_key = national_ideas_12_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 13 }
		}
		localization_key = national_ideas_13_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 14 }
		}
		localization_key = national_ideas_14_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 15 }
		}
		localization_key = national_ideas_15_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 16 }
		}
		localization_key = national_ideas_16_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 17 }
		}
		localization_key = national_ideas_17_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 18 }
		}
		localization_key = national_ideas_18_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 19 }
		}
		localization_key = national_ideas_19_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 20 }
		}
		localization_key = national_ideas_20_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 21 }
		}
		localization_key = national_ideas_21_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 22 }
		}
		localization_key = national_ideas_22_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 23 }
		}
		localization_key = national_ideas_23_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 24 }
		}
		localization_key = national_ideas_24_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 25 }
		}
		localization_key = national_ideas_25_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 26 }
		}
		localization_key = national_ideas_26_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 27 }
		}
		localization_key = national_ideas_27_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 28 }
		}
		localization_key = national_ideas_28_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 29 }
		}
		localization_key = national_ideas_29_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 30 }
		}
		localization_key = national_ideas_30_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 31 }
		}
		localization_key = national_ideas_31_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 32 }
		}
		localization_key = national_ideas_32_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 33 }
		}
		localization_key = national_ideas_33_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 34 }
		}
		localization_key = national_ideas_34_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 35 }
		}
		localization_key = national_ideas_35_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 36 }
		}
		localization_key = national_ideas_36_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 37 }
		}
		localization_key = national_ideas_37_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 38 }
		}
		localization_key = national_ideas_38_7_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 39 }
		}
		localization_key = national_ideas_39_7_bonus
	}
}

defined_text = {
	name = GetNationalIdeaPicture7

	text = {
		trigger = {
			check_variable = { national_ideas_id = 1000 }
		}
		localization_key = "GFX_political_power_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 1 }
		}
		localization_key = "GFX_conscription"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 2 }
		}
		localization_key = "GFX_special_forces_cap"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 3 }
		}
		localization_key = "GFX_intel_from_operatives_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 4 }
		}
		localization_key = "GFX_production_speed_bunker_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 5 }
		}
		localization_key = "GFX_army_org_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 6 }
		}
		localization_key = "GFX_army_morale_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 7 }
		}
		localization_key = "GFX_conscription"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 8 }
		}
		localization_key = "GFX_amphibious_invasion"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 9 }
		}
		localization_key = "GFX_justify_war_goal_time"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 10 }
		}
		localization_key = "GFX_communism_drift"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 11 }
		}
		localization_key = "GFX_army_speed_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 12 }
		}
		localization_key = "GFX_industry_free_repair_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 13 }
		}
		localization_key = "GFX_war_support_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 14 }
		}
		localization_key = "GFX_idea_cost_modifier"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 15 }
		}
		localization_key = "GFX_non_core_manpower"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 16 }
		}
		localization_key = "GFX_conscription_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 17 }
		}
		localization_key = "GFX_production_speed_buildings_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 18 }
		}
		localization_key = "GFX_army_speed_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 19 }
		}
		localization_key = "GFX_can_generate_female_aces"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 20 }
		}
		localization_key = "GFX_justify_war_goal_time"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 21 }
		}
		localization_key = "GFX_non_core_manpower"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 22 }
		}
		localization_key = "GFX_army_org_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 23 }
		}
		localization_key = "GFX_mines_planting_by_air_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 24 }
		}
		localization_key = "GFX_naval_speed_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 25 }
		}
		localization_key = "GFX_army_org_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 26 }
		}
		localization_key = "GFX_compliance_growth"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 27 }
		}
		localization_key = "GFX_production_speed_industrial_complex_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 28 }
		}
		localization_key = "GFX_non_core_manpower"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 29 }
		}
		localization_key = "GFX_special_forces_cap"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 30 }
		}
		localization_key = "GFX_conscription"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 31 }
		}
		localization_key = "GFX_conscription"
	}
}

## National Idea 8 (Ambitions):
defined_text = {
	name = GetNationalIdeaName8

	text = {
		trigger = {
			set_temp_variable = { national_ideas_id_other_context = national_ideas_id }
		}
		localization_key = "[This.GetNationalIdeaName8OtherContext]"
	}
}

defined_text = {
	name = GetNationalIdeaName8OtherContext

	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1000 }
		}
		localization_key = national_ideas_1000_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1 }
		}
		localization_key = national_ideas_1_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 2 }
		}
		localization_key = national_ideas_2_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 3 }
		}
		localization_key = national_ideas_3_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 4 }
		}
		localization_key = national_ideas_4_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 5 }
		}
		localization_key = national_ideas_5_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 6 }
		}
		localization_key = national_ideas_6_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 7 }
		}
		localization_key = national_ideas_7_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 8 }
		}
		localization_key = national_ideas_8_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 9 }
		}
		localization_key = national_ideas_9_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 10 }
		}
		localization_key = national_ideas_10_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 11 }
		}
		localization_key = national_ideas_11_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 12 }
		}
		localization_key = national_ideas_12_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 13 }
		}
		localization_key = national_ideas_13_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 14 }
		}
		localization_key = national_ideas_14_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 15 }
		}
		localization_key = national_ideas_15_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 16 }
		}
		localization_key = national_ideas_16_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 17 }
		}
		localization_key = national_ideas_17_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 18 }
		}
		localization_key = national_ideas_18_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 19 }
		}
		localization_key = national_ideas_19_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 20 }
		}
		localization_key = national_ideas_20_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 21 }
		}
		localization_key = national_ideas_21_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 22 }
		}
		localization_key = national_ideas_22_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 23 }
		}
		localization_key = national_ideas_23_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 24 }
		}
		localization_key = national_ideas_24_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 25 }
		}
		localization_key = national_ideas_25_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 26 }
		}
		localization_key = national_ideas_26_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 27 }
		}
		localization_key = national_ideas_27_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 28 }
		}
		localization_key = national_ideas_28_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 29 }
		}
		localization_key = national_ideas_29_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 30 }
		}
		localization_key = national_ideas_30_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 31 }
		}
		localization_key = national_ideas_31_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 32 }
		}
		localization_key = national_ideas_32_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 33 }
		}
		localization_key = national_ideas_33_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 34 }
		}
		localization_key = national_ideas_34_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 35 }
		}
		localization_key = national_ideas_35_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 36 }
		}
		localization_key = national_ideas_36_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 37 }
		}
		localization_key = national_ideas_37_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 38 }
		}
		localization_key = national_ideas_38_8
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 39 }
		}
		localization_key = national_ideas_39_8
	}
}

defined_text = {
	name = GetNationalIdeaBonus8

	text = {
		trigger = {
			set_temp_variable = { national_ideas_id_other_context = national_ideas_id }
		}
		localization_key = "[This.GetNationalIdeaBonus8OtherContext]"
	}
}

defined_text = {
	name = GetNationalIdeaBonus8OtherContext

	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1000 }
		}
		localization_key = national_ideas_1000_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 1 }
		}
		localization_key = national_ideas_1_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 2 }
		}
		localization_key = national_ideas_2_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 3 }
		}
		localization_key = national_ideas_3_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 4 }
		}
		localization_key = national_ideas_4_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 5 }
		}
		localization_key = national_ideas_5_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 6 }
		}
		localization_key = national_ideas_6_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 7 }
		}
		localization_key = national_ideas_7_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 8 }
		}
		localization_key = national_ideas_8_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 9 }
		}
		localization_key = national_ideas_9_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 10 }
		}
		localization_key = national_ideas_10_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 11 }
		}
		localization_key = national_ideas_11_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 12 }
		}
		localization_key = national_ideas_12_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 13 }
		}
		localization_key = national_ideas_13_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 14 }
		}
		localization_key = national_ideas_14_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 15 }
		}
		localization_key = national_ideas_15_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 16 }
		}
		localization_key = national_ideas_16_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 17 }
		}
		localization_key = national_ideas_17_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 18 }
		}
		localization_key = national_ideas_18_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 19 }
		}
		localization_key = national_ideas_19_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 20 }
		}
		localization_key = national_ideas_20_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 21 }
		}
		localization_key = national_ideas_21_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 22 }
		}
		localization_key = national_ideas_22_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 23 }
		}
		localization_key = national_ideas_23_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 24 }
		}
		localization_key = national_ideas_24_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 25 }
		}
		localization_key = national_ideas_25_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 26 }
		}
		localization_key = national_ideas_26_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 27 }
		}
		localization_key = national_ideas_27_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 28 }
		}
		localization_key = national_ideas_28_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 29 }
		}
		localization_key = national_ideas_29_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 30 }
		}
		localization_key = national_ideas_30_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 31 }
		}
		localization_key = national_ideas_31_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 32 }
		}
		localization_key = national_ideas_32_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 33 }
		}
		localization_key = national_ideas_33_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 34 }
		}
		localization_key = national_ideas_34_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 35 }
		}
		localization_key = national_ideas_35_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 36 }
		}
		localization_key = national_ideas_36_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 37 }
		}
		localization_key = national_ideas_37_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 38 }
		}
		localization_key = national_ideas_38_8_bonus
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id_other_context = 39 }
		}
		localization_key = national_ideas_39_8_bonus
	}
}

defined_text = {
	name = GetAmbitionsBonusShort

	text = {
		trigger = {
			check_variable = { national_ideas_id = 1000 }
		}
		localization_key = national_ideas_1000_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 1 }
		}
		localization_key = national_ideas_1_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 2 }
		}
		localization_key = national_ideas_2_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 3 }
		}
		localization_key = national_ideas_3_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 4 }
		}
		localization_key = national_ideas_4_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 5 }
		}
		localization_key = national_ideas_5_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 6 }
		}
		localization_key = national_ideas_6_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 7 }
		}
		localization_key = national_ideas_7_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 8 }
		}
		localization_key = national_ideas_8_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 9 }
		}
		localization_key = national_ideas_9_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 10 }
		}
		localization_key = national_ideas_10_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 11 }
		}
		localization_key = national_ideas_11_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 12 }
		}
		localization_key = national_ideas_12_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 13 }
		}
		localization_key = national_ideas_13_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 14 }
		}
		localization_key = national_ideas_14_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 15 }
		}
		localization_key = national_ideas_15_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 16 }
		}
		localization_key = national_ideas_16_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 17 }
		}
		localization_key = national_ideas_17_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 18 }
		}
		localization_key = national_ideas_18_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 19 }
		}
		localization_key = national_ideas_19_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 20 }
		}
		localization_key = national_ideas_20_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 21 }
		}
		localization_key = national_ideas_21_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 22 }
		}
		localization_key = national_ideas_22_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 23 }
		}
		localization_key = national_ideas_23_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 24 }
		}
		localization_key = national_ideas_24_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 25 }
		}
		localization_key = national_ideas_25_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 26 }
		}
		localization_key = national_ideas_26_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 27 }
		}
		localization_key = national_ideas_27_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 28 }
		}
		localization_key = national_ideas_28_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 29 }
		}
		localization_key = national_ideas_29_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 30 }
		}
		localization_key = national_ideas_30_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 31 }
		}
		localization_key = national_ideas_31_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 32 }
		}
		localization_key = national_ideas_32_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 33 }
		}
		localization_key = national_ideas_33_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 34 }
		}
		localization_key = national_ideas_34_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 35 }
		}
		localization_key = national_ideas_35_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 36 }
		}
		localization_key = national_ideas_36_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 37 }
		}
		localization_key = national_ideas_37_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 38 }
		}
		localization_key = national_ideas_38_8_bonus_short
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 39 }
		}
		localization_key = national_ideas_39_8_bonus_short
	}
}

defined_text = {
	name = GetNationalIdeaPicture8

	text = {
		trigger = {
			check_variable = { national_ideas_id = 1000 }
		}
		localization_key = "GFX_add_research_slot"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 1 }
		}
		localization_key = "GFX_can_declare_war_without_wargoal_when_in_war"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 2 }
		}
		localization_key = "GFX_can_only_justify_war_on_threat_country"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 3 }
		}
		localization_key = "GFX_can_declare_war_on_same_ideology"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 4 }
		}
		localization_key = "GFX_add_research_slot"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 5 }
		}
		localization_key = "GFX_nuclear_production_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 6 }
		}
		localization_key = "GFX_war_support_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 7 }
		}
		localization_key = "GFX_enemy_operative_detection_chance_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 8 }
		}
		localization_key = "GFX_autonomy_gain"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 9 }
		}
		localization_key = "GFX_industrial_capacity_factory"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 10 }
		}
		localization_key = "GFX_idea_cost_modifier"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 11 }
		}
		localization_key = "GFX_industrial_capacity_factory"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 12 }
		}
		localization_key = "GFX_research_speed_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 13 }
		}
		localization_key = "GFX_army_org_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 14 }
		}
		localization_key = "GFX_production_speed_infrastructure_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 15 }
		}
		localization_key = "GFX_attrition"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 16 }
		}
		localization_key = "GFX_can_declare_war_without_wargoal_when_in_war"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 17 }
		}
		localization_key = "GFX_research_speed_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 18 }
		}
		localization_key = "GFX_fuel_gain_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 19 }
		}
		localization_key = "GFX_industry_free_repair_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 20 }
		}
		localization_key = "GFX_army_org_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 21 }
		}
		localization_key = "GFX_add_research_slot"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 22 }
		}
		localization_key = "GFX_spotting_chance"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 23 }
		}
		localization_key = "GFX_capital_ship_build_cost_ic"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 24 }
		}
		localization_key = "GFX_max_allowed_policies"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 25 }
		}
		localization_key = "GFX_conscription_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 26 }
		}
		localization_key = "GFX_can_declare_war_without_wargoal_when_in_war"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 27 }
		}
		localization_key = "GFX_conscription_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 28 }
		}
		localization_key = "GFX_add_research_slot"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 29 }
		}
		localization_key = "GFX_compliance_growth"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 30 }
		}
		localization_key = "GFX_production_factory_efficiency_gain_factor"
	}
	text = {
		trigger = {
			check_variable = { national_ideas_id = 31 }
		}
		localization_key = "GFX_resistance_growth"
	}
}

defined_text = {
	name = GetIfNationalAmbitionsUnlocked

	text = {
		trigger = {
			meta_trigger = {
				text = {
					has_idea = national_ideas_[GROUP]_8
				}
				GROUP = "[?national_ideas_id]"
			}
		}
		localization_key = string_has_unlocked_national_ambitions
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = string_has_not_unlocked_national_ambitions
	}
}

# Idea Groups:
defined_text = {
	name = GetIdeaGroupNameOtherContext

	text = {
		trigger = {
			check_variable = { idea_group_out_of_context = 1 }
		}
		localization_key = "IDEA_GROUP_1"
	}
	text = {
		trigger = {
			check_variable = { idea_group_out_of_context = 2 }
		}
		localization_key = "IDEA_GROUP_2"
	}
	text = {
		trigger = {
			check_variable = { idea_group_out_of_context = 3 }
		}
		localization_key = "IDEA_GROUP_3"
	}
	text = {
		trigger = {
			check_variable = { idea_group_out_of_context = 4 }
		}
		localization_key = "IDEA_GROUP_4"
	}
	text = {
		trigger = {
			check_variable = { idea_group_out_of_context = 5 }
		}
		localization_key = "IDEA_GROUP_5"
	}
	text = {
		trigger = {
			check_variable = { idea_group_out_of_context = 6 }
		}
		localization_key = "IDEA_GROUP_6"
	}
	text = {
		trigger = {
			check_variable = { idea_group_out_of_context = 7 }
		}
		localization_key = "IDEA_GROUP_7"
	}
	text = {
		trigger = {
			check_variable = { idea_group_out_of_context = 8 }
		}
		localization_key = "IDEA_GROUP_8"
	}
	text = {
		trigger = {
			check_variable = { idea_group_out_of_context = 9 }
		}
		localization_key = "IDEA_GROUP_9"
	}
	text = {
		trigger = {
			check_variable = { idea_group_out_of_context = 10 }
		}
		localization_key = "IDEA_GROUP_10"
	}
	text = {
		trigger = {
			check_variable = { idea_group_out_of_context = 11 }
		}
		localization_key = "IDEA_GROUP_11"
	}
	text = {
		trigger = {
			check_variable = { idea_group_out_of_context = 12 }
		}
		localization_key = "IDEA_GROUP_12"
	}
	text = {
		trigger = {
			check_variable = { idea_group_out_of_context = 13 }
		}
		localization_key = "IDEA_GROUP_13"
	}
	text = {
		trigger = {
			check_variable = { idea_group_out_of_context = 14 }
		}
		localization_key = "IDEA_GROUP_14"
	}
	text = {
		trigger = {
			check_variable = { idea_group_out_of_context = 15 }
		}
		localization_key = "IDEA_GROUP_15"
	}
	text = {
		trigger = {
			check_variable = { idea_group_out_of_context = 16 }
		}
		localization_key = "IDEA_GROUP_16"
	}
	text = {
		trigger = {
			check_variable = { idea_group_out_of_context = 17 }
		}
		localization_key = "IDEA_GROUP_17"
	}
	text = {
		trigger = {
			check_variable = { idea_group_out_of_context = 18 }
		}
		localization_key = "IDEA_GROUP_18"
	}
	text = {
		trigger = {
			check_variable = { idea_group_out_of_context = 19 }
		}
		localization_key = "IDEA_GROUP_19"
	}
	text = {
		trigger = {
			check_variable = { idea_group_out_of_context = 20 }
		}
		localization_key = "IDEA_GROUP_20"
	}
	text = {
		trigger = {
			check_variable = { idea_group_out_of_context = 21 }
		}
		localization_key = "IDEA_GROUP_21"
	}
	text = {
		trigger = {
			check_variable = { idea_group_out_of_context = 22 }
		}
		localization_key = "IDEA_GROUP_22"
	}
	text = {
		trigger = {
			check_variable = { idea_group_out_of_context = 23 }
		}
		localization_key = "IDEA_GROUP_23"
	}
	text = {
		trigger = {
			check_variable = { idea_group_out_of_context = 24 }
		}
		localization_key = "IDEA_GROUP_24"
	}
	text = {
		trigger = {
			check_variable = { idea_group_out_of_context = 25 }
		}
		localization_key = "IDEA_GROUP_25"
	}
	text = {
		trigger = {
			check_variable = { idea_group_out_of_context = 26 }
		}
		localization_key = "IDEA_GROUP_26"
	}
	text = {
		trigger = {
			check_variable = { idea_group_out_of_context = 27 }
		}
		localization_key = "IDEA_GROUP_27"
	}
}

defined_text = {
	name = GetIdeaGroupName

	text = {
		trigger = {
			set_temp_variable = { idea_group_out_of_context = v }
			always = yes
		}
		localization_key = "[This.GetIdeaGroupNameOtherContext]"
	}
}

defined_text = {
	name = GetIdeaGroupIcon

	text = {
		trigger = {
			check_variable = { v = 1 }
		}
		localization_key = "GFX_idea_administrative_ideas"
	}
	text = {
		trigger = {
			check_variable = { v = 2 }
		}
		localization_key = "GFX_idea_economic_ideas"
	}
	text = {
		trigger = {
			check_variable = { v = 3 }
		}
		localization_key = "GFX_idea_innovativeness_ideas"
	}
	text = {
		trigger = {
			check_variable = { v = 4 }
		}
		localization_key = "GFX_idea_communist_ideas"
	}
	text = {
		trigger = {
			check_variable = { v = 5 }
		}
		localization_key = "GFX_idea_democratic_ideas"
	}
	text = {
		trigger = {
			check_variable = { v = 6 }
		}
		localization_key = "GFX_idea_fascist_ideas"
	}
	text = {
		trigger = {
			check_variable = { v = 7 }
		}
		localization_key = "GFX_idea_trade_ideas"
	}
	text = {
		trigger = {
			check_variable = { v = 8 }
		}
		localization_key = "GFX_idea_diplomatic_ideas"
	}
	text = {
		trigger = {
			check_variable = { v = 9 }
		}
		localization_key = "GFX_idea_intervention_ideas"
	}
	text = {
		trigger = {
			check_variable = { v = 10 }
		}
		localization_key = "GFX_idea_influence_ideas"
	}
	text = {
		trigger = {
			check_variable = { v = 11 }
		}
		localization_key = "GFX_idea_capital_ship_ideas"
	}
	text = {
		trigger = {
			check_variable = { v = 12 }
		}
		localization_key = "GFX_idea_submarine_ideas"
	}
	text = {
		trigger = {
			check_variable = { v = 13 }
		}
		localization_key = "GFX_idea_leadership_ideas"
	}
	text = {
		trigger = {
			check_variable = { v = 14 }
		}
		localization_key = "GFX_idea_quality_ideas"
	}
	text = {
		trigger = {
			check_variable = { v = 15 }
		}
		localization_key = "GFX_idea_quantity_ideas"
	}
	text = {
		trigger = {
			check_variable = { v = 16 }
		}
		localization_key = "GFX_idea_offensive_ideas"
	}
	text = {
		trigger = {
			check_variable = { v = 17 }
		}
		localization_key = "GFX_idea_defensive_ideas"
	}
	text = {
		trigger = {
			check_variable = { v = 18 }
		}
		localization_key = "GFX_idea_air_combat_ideas"
	}
	text = {
		trigger = {
			check_variable = { v = 19 }
		}
		localization_key = "GFX_idea_monarchist_ideas"
	}
	text = {
		trigger = {
			check_variable = { v = 20 }
		}
		localization_key = "GFX_idea_carrier_ideas"
	}
	text = {
		trigger = {
			check_variable = { v = 21 }
		}
		localization_key = "GFX_idea_tank_ideas"
	}
	text = {
		trigger = {
			check_variable = { v = 22 }
		}
		localization_key = "GFX_idea_minister_ideas"
	}
	text = {
		trigger = {
			check_variable = { v = 23 }
		}
		localization_key = "GFX_idea_espionage_ideas"
	}
	text = {
		trigger = {
			check_variable = { v = 24 }
		}
		localization_key = "GFX_idea_bombing_ideas"
	}
	text = {
		trigger = {
			check_variable = { v = 25 }
		}
		localization_key = "GFX_idea_internal_policy_ideas"
	}
	text = {
		trigger = {
			check_variable = { v = 26 }
		}
		localization_key = "GFX_idea_resistance_ideas"
	}
	text = {
		trigger = {
			check_variable = { v = 27 }
		}
		localization_key = "GFX_idea_occupation_ideas"
	}
}

defined_text = {
	name = GetIdeaGroupResourceIcon

	text = {
		trigger = {
			OR = {
				check_variable = { v = 1 }
				check_variable = { v = 2 }
				check_variable = { v = 3 }
				check_variable = { v = 4 }
				check_variable = { v = 5 }
				check_variable = { v = 6 }
				check_variable = { v = 19 }
				check_variable = { v = 22 }
				check_variable = { v = 25 }
			}
		}
		localization_key = "GFX_icon_category_administrative"
	}
	text = {
		trigger = {
			OR = {
				check_variable = { v = 7 }
				check_variable = { v = 8 }
				check_variable = { v = 9 }
				check_variable = { v = 10 }
				check_variable = { v = 11 }
				check_variable = { v = 12 }
				check_variable = { v = 20 }
				check_variable = { v = 23 }
				check_variable = { v = 26 }
			}
		}
		localization_key = "GFX_icon_category_diplomatic"
	}
	text = {
		trigger = {
			always = yes
		}
		localization_key = "GFX_icon_category_military"
	}
}

defined_text = {
	name = GetNumOfUnlockedIdeasFromGroup

	text = {
		trigger = {
			check_variable = { v = 1 }
		}
		localization_key = "[?This.completed_ideas_of_group_1]"
	}
	text = {
		trigger = {
			check_variable = { v = 2 }
		}
		localization_key = "[?This.completed_ideas_of_group_2]"
	}
	text = {
		trigger = {
			check_variable = { v = 3 }
		}
		localization_key = "[?This.completed_ideas_of_group_3]"
	}
	text = {
		trigger = {
			check_variable = { v = 4 }
		}
		localization_key = "[?This.completed_ideas_of_group_4]"
	}
	text = {
		trigger = {
			check_variable = { v = 5 }
		}
		localization_key = "[?This.completed_ideas_of_group_5]"
	}
	text = {
		trigger = {
			check_variable = { v = 6 }
		}
		localization_key = "[?This.completed_ideas_of_group_6]"
	}
	text = {
		trigger = {
			check_variable = { v = 7 }
		}
		localization_key = "[?This.completed_ideas_of_group_7]"
	}
	text = {
		trigger = {
			check_variable = { v = 8 }
		}
		localization_key = "[?This.completed_ideas_of_group_8]"
	}
	text = {
		trigger = {
			check_variable = { v = 9 }
		}
		localization_key = "[?This.completed_ideas_of_group_9]"
	}
	text = {
		trigger = {
			check_variable = { v = 10 }
		}
		localization_key = "[?This.completed_ideas_of_group_10]"
	}
	text = {
		trigger = {
			check_variable = { v = 11 }
		}
		localization_key = "[?This.completed_ideas_of_group_11]"
	}
	text = {
		trigger = {
			check_variable = { v = 12 }
		}
		localization_key = "[?This.completed_ideas_of_group_12]"
	}
	text = {
		trigger = {
			check_variable = { v = 13 }
		}
		localization_key = "[?This.completed_ideas_of_group_13]"
	}
	text = {
		trigger = {
			check_variable = { v = 14 }
		}
		localization_key = "[?This.completed_ideas_of_group_14]"
	}
	text = {
		trigger = {
			check_variable = { v = 15 }
		}
		localization_key = "[?This.completed_ideas_of_group_15]"
	}
	text = {
		trigger = {
			check_variable = { v = 16 }
		}
		localization_key = "[?This.completed_ideas_of_group_16]"
	}
	text = {
		trigger = {
			check_variable = { v = 17 }
		}
		localization_key = "[?This.completed_ideas_of_group_17]"
	}
	text = {
		trigger = {
			check_variable = { v = 18 }
		}
		localization_key = "[?This.completed_ideas_of_group_18]"
	}
	text = {
		trigger = {
			check_variable = { v = 19 }
		}
		localization_key = "[?This.completed_ideas_of_group_19]"
	}
	text = {
		trigger = {
			check_variable = { v = 20 }
		}
		localization_key = "[?This.completed_ideas_of_group_20]"
	}
	text = {
		trigger = {
			check_variable = { v = 21 }
		}
		localization_key = "[?This.completed_ideas_of_group_21]"
	}
	text = {
		trigger = {
			check_variable = { v = 22 }
		}
		localization_key = "[?This.completed_ideas_of_group_22]"
	}
	text = {
		trigger = {
			check_variable = { v = 23 }
		}
		localization_key = "[?This.completed_ideas_of_group_23]"
	}
	text = {
		trigger = {
			check_variable = { v = 24 }
		}
		localization_key = "[?This.completed_ideas_of_group_24]"
	}
	text = {
		trigger = {
			check_variable = { v = 25 }
		}
		localization_key = "[?This.completed_ideas_of_group_25]"
	}
	text = {
		trigger = {
			check_variable = { v = 26 }
		}
		localization_key = "[?This.completed_ideas_of_group_26]"
	}
	text = {
		trigger = {
			check_variable = { v = 27 }
		}
		localization_key = "[?This.completed_ideas_of_group_27]"
	}
}

# Ideas:
## Idea 1:
defined_text = {
	name = GetIdeaName1

	text = {
		trigger = {
			check_variable = { v = 1 }
		}
		localization_key = idea_group_1_1
	}
	text = {
		trigger = {
			check_variable = { v = 2 }
		}
		localization_key = idea_group_2_1
	}
	text = {
		trigger = {
			check_variable = { v = 3 }
		}
		localization_key = idea_group_3_1
	}
	text = {
		trigger = {
			check_variable = { v = 4 }
		}
		localization_key = idea_group_4_1
	}
	text = {
		trigger = {
			check_variable = { v = 5 }
		}
		localization_key = idea_group_5_1
	}
	text = {
		trigger = {
			check_variable = { v = 6 }
		}
		localization_key = idea_group_6_1
	}
	text = {
		trigger = {
			check_variable = { v = 7 }
		}
		localization_key = idea_group_7_1
	}
	text = {
		trigger = {
			check_variable = { v = 8 }
		}
		localization_key = idea_group_8_1
	}
	text = {
		trigger = {
			check_variable = { v = 9 }
		}
		localization_key = idea_group_9_1
	}
	text = {
		trigger = {
			check_variable = { v = 10 }
		}
		localization_key = idea_group_10_1
	}
	text = {
		trigger = {
			check_variable = { v = 11 }
		}
		localization_key = idea_group_11_1
	}
	text = {
		trigger = {
			check_variable = { v = 12 }
		}
		localization_key = idea_group_12_1
	}
	text = {
		trigger = {
			check_variable = { v = 13 }
		}
		localization_key = idea_group_13_1
	}
	text = {
		trigger = {
			check_variable = { v = 14 }
		}
		localization_key = idea_group_14_1
	}
	text = {
		trigger = {
			check_variable = { v = 15 }
		}
		localization_key = idea_group_15_1
	}
	text = {
		trigger = {
			check_variable = { v = 16 }
		}
		localization_key = idea_group_16_1
	}
	text = {
		trigger = {
			check_variable = { v = 17 }
		}
		localization_key = idea_group_17_1
	}
	text = {
		trigger = {
			check_variable = { v = 18 }
		}
		localization_key = idea_group_18_1
	}
	text = {
		trigger = {
			check_variable = { v = 19 }
		}
		localization_key = idea_group_19_1
	}
	text = {
		trigger = {
			check_variable = { v = 20 }
		}
		localization_key = idea_group_20_1
	}
	text = {
		trigger = {
			check_variable = { v = 21 }
		}
		localization_key = idea_group_21_1
	}
	text = {
		trigger = {
			check_variable = { v = 22 }
		}
		localization_key = idea_group_22_1
	}
	text = {
		trigger = {
			check_variable = { v = 23 }
		}
		localization_key = idea_group_23_1
	}
	text = {
		trigger = {
			check_variable = { v = 24 }
		}
		localization_key = idea_group_24_1
	}
	text = {
		trigger = {
			check_variable = { v = 25 }
		}
		localization_key = idea_group_25_1
	}
	text = {
		trigger = {
			check_variable = { v = 26 }
		}
		localization_key = idea_group_26_1
	}
	text = {
		trigger = {
			check_variable = { v = 27 }
		}
		localization_key = idea_group_27_1
	}
}

defined_text = {
	name = GetIdeaDesc1

	text = {
		trigger = {
			check_variable = { v = 1 }
		}
		localization_key = idea_group_1_1_desc
	}
	text = {
		trigger = {
			check_variable = { v = 2 }
		}
		localization_key = idea_group_2_1_desc
	}
	text = {
		trigger = {
			check_variable = { v = 3 }
		}
		localization_key = idea_group_3_1_desc
	}
	text = {
		trigger = {
			check_variable = { v = 4 }
		}
		localization_key = idea_group_4_1_desc
	}
	text = {
		trigger = {
			check_variable = { v = 5 }
		}
		localization_key = idea_group_5_1_desc
	}
	text = {
		trigger = {
			check_variable = { v = 6 }
		}
		localization_key = idea_group_6_1_desc
	}
	text = {
		trigger = {
			check_variable = { v = 7 }
		}
		localization_key = idea_group_7_1_desc
	}
	text = {
		trigger = {
			check_variable = { v = 8 }
		}
		localization_key = idea_group_8_1_desc
	}
	text = {
		trigger = {
			check_variable = { v = 9 }
		}
		localization_key = idea_group_9_1_desc
	}
	text = {
		trigger = {
			check_variable = { v = 10 }
		}
		localization_key = idea_group_10_1_desc
	}
	text = {
		trigger = {
			check_variable = { v = 11 }
		}
		localization_key = idea_group_11_1_desc
	}
	text = {
		trigger = {
			check_variable = { v = 12 }
		}
		localization_key = idea_group_12_1_desc
	}
	text = {
		trigger = {
			check_variable = { v = 13 }
		}
		localization_key = idea_group_13_1_desc
	}
	text = {
		trigger = {
			check_variable = { v = 14 }
		}
		localization_key = idea_group_14_1_desc
	}
	text = {
		trigger = {
			check_variable = { v = 15 }
		}
		localization_key = idea_group_15_1_desc
	}
	text = {
		trigger = {
			check_variable = { v = 16 }
		}
		localization_key = idea_group_16_1_desc
	}
	text = {
		trigger = {
			check_variable = { v = 17 }
		}
		localization_key = idea_group_17_1_desc
	}
	text = {
		trigger = {
			check_variable = { v = 18 }
		}
		localization_key = idea_group_18_1_desc
	}
	text = {
		trigger = {
			check_variable = { v = 19 }
		}
		localization_key = idea_group_19_1_desc
	}
	text = {
		trigger = {
			check_variable = { v = 20 }
		}
		localization_key = idea_group_20_1_desc
	}
	text = {
		trigger = {
			check_variable = { v = 21 }
		}
		localization_key = idea_group_21_1_desc
	}
	text = {
		trigger = {
			check_variable = { v = 22 }
		}
		localization_key = idea_group_22_1_desc
	}
	text = {
		trigger = {
			check_variable = { v = 23 }
		}
		localization_key = idea_group_23_1_desc
	}
	text = {
		trigger = {
			check_variable = { v = 24 }
		}
		localization_key = idea_group_24_1_desc
	}
	text = {
		trigger = {
			check_variable = { v = 25 }
		}
		localization_key = idea_group_25_1_desc
	}
	text = {
		trigger = {
			check_variable = { v = 26 }
		}
		localization_key = idea_group_26_1_desc
	}
	text = {
		trigger = {
			check_variable = { v = 27 }
		}
		localization_key = idea_group_27_1_desc
	}
}

defined_text = {
	name = GetIdeaBonus1

	text = {
		trigger = {
			check_variable = { v = 1 }
		}
		localization_key = idea_group_1_1_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 2 }
		}
		localization_key = idea_group_2_1_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 3 }
		}
		localization_key = idea_group_3_1_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 4 }
		}
		localization_key = idea_group_4_1_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 5 }
		}
		localization_key = idea_group_5_1_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 6 }
		}
		localization_key = idea_group_6_1_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 7 }
		}
		localization_key = idea_group_7_1_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 8 }
		}
		localization_key = idea_group_8_1_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 9 }
		}
		localization_key = idea_group_9_1_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 10 }
		}
		localization_key = idea_group_10_1_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 11 }
		}
		localization_key = idea_group_11_1_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 12 }
		}
		localization_key = idea_group_12_1_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 13 }
		}
		localization_key = idea_group_13_1_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 14 }
		}
		localization_key = idea_group_14_1_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 15 }
		}
		localization_key = idea_group_15_1_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 16 }
		}
		localization_key = idea_group_16_1_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 17 }
		}
		localization_key = idea_group_17_1_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 18 }
		}
		localization_key = idea_group_18_1_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 19 }
		}
		localization_key = idea_group_19_1_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 20 }
		}
		localization_key = idea_group_20_1_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 21 }
		}
		localization_key = idea_group_21_1_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 22 }
		}
		localization_key = idea_group_22_1_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 23 }
		}
		localization_key = idea_group_23_1_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 24 }
		}
		localization_key = idea_group_24_1_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 25 }
		}
		localization_key = idea_group_25_1_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 26 }
		}
		localization_key = idea_group_26_1_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 27 }
		}
		localization_key = idea_group_27_1_bonus
	}
}

defined_text = {
	name = GetIdeaPicture1

	text = {
		trigger = {
			check_variable = { v = 1 }
		}
		localization_key = "GFX_political_advisor_cost_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 2 }
		}
		localization_key = "GFX_industrial_capacity_factory"
	}
	text = {
		trigger = {
			check_variable = { v = 3 }
		}
		localization_key = "GFX_research_speed_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 4 }
		}
		localization_key = "GFX_communism_drift"
	}
	text = {
		trigger = {
			check_variable = { v = 5 }
		}
		localization_key = "GFX_democratic_drift"
	}
	text = {
		trigger = {
			check_variable = { v = 6 }
		}
		localization_key = "GFX_fascism_drift"
	}
	text = {
		trigger = {
			check_variable = { v = 7 }
		}
		localization_key = "GFX_trade_opinion_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 8 }
		}
		localization_key = "GFX_lend_lease_tension"
	}
	text = {
		trigger = {
			check_variable = { v = 9 }
		}
		localization_key = "GFX_send_volunteers_tension"
	}
	text = {
		trigger = {
			check_variable = { v = 10 }
		}
		localization_key = "GFX_legitimacy_daily"
	}
	text = {
		trigger = {
			check_variable = { v = 11 }
		}
		localization_key = "GFX_spotting_chance"
	}
	text = {
		trigger = {
			check_variable = { v = 12 }
		}
		localization_key = "GFX_submarine_build_cost_ic"
	}
	text = {
		trigger = {
			check_variable = { v = 13 }
		}
		localization_key = "GFX_military_leader_cost_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 14 }
		}
		localization_key = "GFX_army_org_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 15 }
		}
		localization_key = "GFX_minimum_training_level"
	}
	text = {
		trigger = {
			check_variable = { v = 16 }
		}
		localization_key = "GFX_army_morale_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 17 }
		}
		localization_key = "GFX_max_dig_in_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 18 }
		}
		localization_key = "GFX_air_accidents_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 19 }
		}
		localization_key = "GFX_neutrality_drift"
	}
	text = {
		trigger = {
			check_variable = { v = 20 }
		}
		localization_key = "GFX_carrier_build_cost_ic"
	}
	text = {
		trigger = {
			check_variable = { v = 21 }
		}
		localization_key = "GFX_research_bonus_cat_mobile_warfare"
	}
	text = {
		trigger = {
			check_variable = { v = 22 }
		}
		localization_key = "GFX_political_advisor_cost_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 23 }
		}
		localization_key = "GFX_drift_defence_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 24 }
		}
		localization_key = "GFX_naval_strike_attack_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 25 }
		}
		localization_key = "GFX_political_power_cost_for_government_ideas"
	}
	text = {
		trigger = {
			check_variable = { v = 26 }
		}
		localization_key = "GFX_surrender_limit"
	}
	text = {
		trigger = {
			check_variable = { v = 27 }
		}
		localization_key = "GFX_industry_free_repair_factor"
	}

	text = {
		trigger = {
			always = yes
		}
		localization_key = "GFX_stability_factor"
	}
}

## Idea 2:
defined_text = {
	name = GetIdeaName2

	text = {
		trigger = {
			check_variable = { v = 1 }
		}
		localization_key = idea_group_1_2
	}
	text = {
		trigger = {
			check_variable = { v = 2 }
		}
		localization_key = idea_group_2_2
	}
	text = {
		trigger = {
			check_variable = { v = 3 }
		}
		localization_key = idea_group_3_2
	}
	text = {
		trigger = {
			check_variable = { v = 4 }
		}
		localization_key = idea_group_4_2
	}
	text = {
		trigger = {
			check_variable = { v = 5 }
		}
		localization_key = idea_group_5_2
	}
	text = {
		trigger = {
			check_variable = { v = 6 }
		}
		localization_key = idea_group_6_2
	}
	text = {
		trigger = {
			check_variable = { v = 7 }
		}
		localization_key = idea_group_7_2
	}
	text = {
		trigger = {
			check_variable = { v = 8 }
		}
		localization_key = idea_group_8_2
	}
	text = {
		trigger = {
			check_variable = { v = 9 }
		}
		localization_key = idea_group_9_2
	}
	text = {
		trigger = {
			check_variable = { v = 10 }
		}
		localization_key = idea_group_10_2
	}
	text = {
		trigger = {
			check_variable = { v = 11 }
		}
		localization_key = idea_group_11_2
	}
	text = {
		trigger = {
			check_variable = { v = 12 }
		}
		localization_key = idea_group_12_2
	}
	text = {
		trigger = {
			check_variable = { v = 13 }
		}
		localization_key = idea_group_13_2
	}
	text = {
		trigger = {
			check_variable = { v = 14 }
		}
		localization_key = idea_group_14_2
	}
	text = {
		trigger = {
			check_variable = { v = 15 }
		}
		localization_key = idea_group_15_2
	}
	text = {
		trigger = {
			check_variable = { v = 16 }
		}
		localization_key = idea_group_16_2
	}
	text = {
		trigger = {
			check_variable = { v = 17 }
		}
		localization_key = idea_group_17_2
	}
	text = {
		trigger = {
			check_variable = { v = 18 }
		}
		localization_key = idea_group_18_2
	}
	text = {
		trigger = {
			check_variable = { v = 19 }
		}
		localization_key = idea_group_19_2
	}
	text = {
		trigger = {
			check_variable = { v = 20 }
		}
		localization_key = idea_group_20_2
	}
	text = {
		trigger = {
			check_variable = { v = 21 }
		}
		localization_key = idea_group_21_2
	}
	text = {
		trigger = {
			check_variable = { v = 22 }
		}
		localization_key = idea_group_22_2
	}
	text = {
		trigger = {
			check_variable = { v = 23 }
		}
		localization_key = idea_group_23_2
	}
	text = {
		trigger = {
			check_variable = { v = 24 }
		}
		localization_key = idea_group_24_2
	}
	text = {
		trigger = {
			check_variable = { v = 25 }
		}
		localization_key = idea_group_25_2
	}
	text = {
		trigger = {
			check_variable = { v = 26 }
		}
		localization_key = idea_group_26_2
	}
	text = {
		trigger = {
			check_variable = { v = 27 }
		}
		localization_key = idea_group_27_2
	}
}

defined_text = {
	name = GetIdeaDesc2

	text = {
		trigger = {
			check_variable = { v = 1 }
		}
		localization_key = idea_group_1_2_desc
	}
	text = {
		trigger = {
			check_variable = { v = 2 }
		}
		localization_key = idea_group_2_2_desc
	}
	text = {
		trigger = {
			check_variable = { v = 3 }
		}
		localization_key = idea_group_3_2_desc
	}
	text = {
		trigger = {
			check_variable = { v = 4 }
		}
		localization_key = idea_group_4_2_desc
	}
	text = {
		trigger = {
			check_variable = { v = 5 }
		}
		localization_key = idea_group_5_2_desc
	}
	text = {
		trigger = {
			check_variable = { v = 6 }
		}
		localization_key = idea_group_6_2_desc
	}
	text = {
		trigger = {
			check_variable = { v = 7 }
		}
		localization_key = idea_group_7_2_desc
	}
	text = {
		trigger = {
			check_variable = { v = 8 }
		}
		localization_key = idea_group_8_2_desc
	}
	text = {
		trigger = {
			check_variable = { v = 9 }
		}
		localization_key = idea_group_9_2_desc
	}
	text = {
		trigger = {
			check_variable = { v = 10 }
		}
		localization_key = idea_group_10_2_desc
	}
	text = {
		trigger = {
			check_variable = { v = 11 }
		}
		localization_key = idea_group_11_2_desc
	}
	text = {
		trigger = {
			check_variable = { v = 12 }
		}
		localization_key = idea_group_12_2_desc
	}
	text = {
		trigger = {
			check_variable = { v = 13 }
		}
		localization_key = idea_group_13_2_desc
	}
	text = {
		trigger = {
			check_variable = { v = 14 }
		}
		localization_key = idea_group_14_2_desc
	}
	text = {
		trigger = {
			check_variable = { v = 15 }
		}
		localization_key = idea_group_15_2_desc
	}
	text = {
		trigger = {
			check_variable = { v = 16 }
		}
		localization_key = idea_group_16_2_desc
	}
	text = {
		trigger = {
			check_variable = { v = 17 }
		}
		localization_key = idea_group_17_2_desc
	}
	text = {
		trigger = {
			check_variable = { v = 18 }
		}
		localization_key = idea_group_18_2_desc
	}
	text = {
		trigger = {
			check_variable = { v = 19 }
		}
		localization_key = idea_group_19_2_desc
	}
	text = {
		trigger = {
			check_variable = { v = 20 }
		}
		localization_key = idea_group_20_2_desc
	}
	text = {
		trigger = {
			check_variable = { v = 21 }
		}
		localization_key = idea_group_21_2_desc
	}
	text = {
		trigger = {
			check_variable = { v = 22 }
		}
		localization_key = idea_group_22_2_desc
	}
	text = {
		trigger = {
			check_variable = { v = 23 }
		}
		localization_key = idea_group_23_2_desc
	}
	text = {
		trigger = {
			check_variable = { v = 24 }
		}
		localization_key = idea_group_24_2_desc
	}
	text = {
		trigger = {
			check_variable = { v = 25 }
		}
		localization_key = idea_group_25_2_desc
	}
	text = {
		trigger = {
			check_variable = { v = 26 }
		}
		localization_key = idea_group_26_2_desc
	}
	text = {
		trigger = {
			check_variable = { v = 27 }
		}
		localization_key = idea_group_27_2_desc
	}
}

defined_text = {
	name = GetIdeaBonus2

	text = {
		trigger = {
			check_variable = { v = 1 }
		}
		localization_key = idea_group_1_2_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 2 }
		}
		localization_key = idea_group_2_2_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 3 }
		}
		localization_key = idea_group_3_2_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 4 }
		}
		localization_key = idea_group_4_2_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 5 }
		}
		localization_key = idea_group_5_2_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 6 }
		}
		localization_key = idea_group_6_2_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 7 }
		}
		localization_key = idea_group_7_2_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 8 }
		}
		localization_key = idea_group_8_2_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 9 }
		}
		localization_key = idea_group_9_2_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 10 }
		}
		localization_key = idea_group_10_2_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 11 }
		}
		localization_key = idea_group_11_2_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 12 }
		}
		localization_key = idea_group_12_2_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 13 }
		}
		localization_key = idea_group_13_2_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 14 }
		}
		localization_key = idea_group_14_2_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 15 }
		}
		localization_key = idea_group_15_2_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 16 }
		}
		localization_key = idea_group_16_2_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 17 }
		}
		localization_key = idea_group_17_2_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 18 }
		}
		localization_key = idea_group_18_2_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 19 }
		}
		localization_key = idea_group_19_2_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 20 }
		}
		localization_key = idea_group_20_2_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 21 }
		}
		localization_key = idea_group_21_2_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 22 }
		}
		localization_key = idea_group_22_2_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 23 }
		}
		localization_key = idea_group_23_2_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 24 }
		}
		localization_key = idea_group_24_2_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 25 }
		}
		localization_key = idea_group_25_2_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 26 }
		}
		localization_key = idea_group_26_2_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 27 }
		}
		localization_key = idea_group_27_2_bonus
	}
}

defined_text = {
	name = GetIdeaPicture2

	text = {
		trigger = {
			check_variable = { v = 1 }
		}
		localization_key = "GFX_economy_cost_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 2 }
		}
		localization_key = "GFX_production_speed_buildings_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 3 }
		}
		localization_key = "GFX_idea_cost_modifier"
	}
	text = {
		trigger = {
			check_variable = { v = 4 }
		}
		localization_key = "GFX_industrial_capacity_factory"
	}
	text = {
		trigger = {
			check_variable = { v = 5 }
		}
		localization_key = "GFX_production_speed_buildings_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 6 }
		}
		localization_key = "GFX_justify_war_goal_time"
	}
	text = {
		trigger = {
			check_variable = { v = 7 }
		}
		localization_key = "GFX_min_export"
	}
	text = {
		trigger = {
			check_variable = { v = 8 }
		}
		localization_key = "GFX_political_power_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 9 }
		}
		localization_key = "GFX_send_volunteer_divisions_required"
	}
	text = {
		trigger = {
			check_variable = { v = 10 }
		}
		localization_key = "GFX_enemy_operative_detection_chance_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 11 }
		}
		localization_key = "GFX_navy_submarine_detection_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 12 }
		}
		localization_key = "GFX_navy_submarine_attack_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 13 }
		}
		localization_key = "GFX_army_leader_start_attack_level"
	}
	text = {
		trigger = {
			check_variable = { v = 14 }
		}
		localization_key = "GFX_training_time_army_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 15 }
		}
		localization_key = "GFX_out_of_supply_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 16 }
		}
		localization_key = "GFX_army_attack_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 17 }
		}
		localization_key = "GFX_dig_in_speed_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 18 }
		}
		localization_key = "GFX_air_night_penalty"
	}
	text = {
		trigger = {
			check_variable = { v = 19 }
		}
		localization_key = "GFX_political_power_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 20 }
		}
		localization_key = "GFX_spotting_chance"
	}
	text = {
		trigger = {
			check_variable = { v = 21 }
		}
		localization_key = "GFX_research_bonus_armor"
	}
	text = {
		trigger = {
			check_variable = { v = 22 }
		}
		localization_key = "GFX_materiel_manufacturer_cost_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 23 }
		}
		localization_key = "GFX_operation_cost"
	}
	text = {
		trigger = {
			check_variable = { v = 24 }
		}
		localization_key = "GFX_strategic_bomb_visibility"
	}
	text = {
		trigger = {
			check_variable = { v = 25 }
		}
		localization_key = "GFX_max_allowed_policies"
	}
	text = {
		trigger = {
			check_variable = { v = 26 }
		}
		localization_key = "GFX_mobilization_speed"
	}
	text = {
		trigger = {
			check_variable = { v = 27 }
		}
		localization_key = "GFX_required_garrison_factor"
	}

	text = {
		trigger = {
			always = yes
		}
		localization_key = "GFX_stability_factor"
	}
}

## Idea 3:
defined_text = {
	name = GetIdeaName3

	text = {
		trigger = {
			check_variable = { v = 1 }
		}
		localization_key = idea_group_1_3
	}
	text = {
		trigger = {
			check_variable = { v = 2 }
		}
		localization_key = idea_group_2_3
	}
	text = {
		trigger = {
			check_variable = { v = 3 }
		}
		localization_key = idea_group_3_3
	}
	text = {
		trigger = {
			check_variable = { v = 4 }
		}
		localization_key = idea_group_4_3
	}
	text = {
		trigger = {
			check_variable = { v = 5 }
		}
		localization_key = idea_group_5_3
	}
	text = {
		trigger = {
			check_variable = { v = 6 }
		}
		localization_key = idea_group_6_3
	}
	text = {
		trigger = {
			check_variable = { v = 7 }
		}
		localization_key = idea_group_7_3
	}
	text = {
		trigger = {
			check_variable = { v = 8 }
		}
		localization_key = idea_group_8_3
	}
	text = {
		trigger = {
			check_variable = { v = 9 }
		}
		localization_key = idea_group_9_3
	}
	text = {
		trigger = {
			check_variable = { v = 10 }
		}
		localization_key = idea_group_10_3
	}
	text = {
		trigger = {
			check_variable = { v = 11 }
		}
		localization_key = idea_group_11_3
	}
	text = {
		trigger = {
			check_variable = { v = 12 }
		}
		localization_key = idea_group_12_3
	}
	text = {
		trigger = {
			check_variable = { v = 13 }
		}
		localization_key = idea_group_13_3
	}
	text = {
		trigger = {
			check_variable = { v = 14 }
		}
		localization_key = idea_group_14_3
	}
	text = {
		trigger = {
			check_variable = { v = 15 }
		}
		localization_key = idea_group_15_3
	}
	text = {
		trigger = {
			check_variable = { v = 16 }
		}
		localization_key = idea_group_16_3
	}
	text = {
		trigger = {
			check_variable = { v = 17 }
		}
		localization_key = idea_group_17_3
	}
	text = {
		trigger = {
			check_variable = { v = 18 }
		}
		localization_key = idea_group_18_3
	}
	text = {
		trigger = {
			check_variable = { v = 19 }
		}
		localization_key = idea_group_19_3
	}
	text = {
		trigger = {
			check_variable = { v = 20 }
		}
		localization_key = idea_group_20_3
	}
	text = {
		trigger = {
			check_variable = { v = 21 }
		}
		localization_key = idea_group_21_3
	}
	text = {
		trigger = {
			check_variable = { v = 22 }
		}
		localization_key = idea_group_22_3
	}
	text = {
		trigger = {
			check_variable = { v = 23 }
		}
		localization_key = idea_group_23_3
	}
	text = {
		trigger = {
			check_variable = { v = 24 }
		}
		localization_key = idea_group_24_3
	}
	text = {
		trigger = {
			check_variable = { v = 25 }
		}
		localization_key = idea_group_25_3
	}
	text = {
		trigger = {
			check_variable = { v = 26 }
		}
		localization_key = idea_group_26_3
	}
	text = {
		trigger = {
			check_variable = { v = 27 }
		}
		localization_key = idea_group_27_3
	}
}

defined_text = {
	name = GetIdeaDesc3

	text = {
		trigger = {
			check_variable = { v = 1 }
		}
		localization_key = idea_group_1_3_desc
	}
	text = {
		trigger = {
			check_variable = { v = 2 }
		}
		localization_key = idea_group_2_3_desc
	}
	text = {
		trigger = {
			check_variable = { v = 3 }
		}
		localization_key = idea_group_3_3_desc
	}
	text = {
		trigger = {
			check_variable = { v = 4 }
		}
		localization_key = idea_group_4_3_desc
	}
	text = {
		trigger = {
			check_variable = { v = 5 }
		}
		localization_key = idea_group_5_3_desc
	}
	text = {
		trigger = {
			check_variable = { v = 6 }
		}
		localization_key = idea_group_6_3_desc
	}
	text = {
		trigger = {
			check_variable = { v = 7 }
		}
		localization_key = idea_group_7_3_desc
	}
	text = {
		trigger = {
			check_variable = { v = 8 }
		}
		localization_key = idea_group_8_3_desc
	}
	text = {
		trigger = {
			check_variable = { v = 9 }
		}
		localization_key = idea_group_9_3_desc
	}
	text = {
		trigger = {
			check_variable = { v = 10 }
		}
		localization_key = idea_group_10_3_desc
	}
	text = {
		trigger = {
			check_variable = { v = 11 }
		}
		localization_key = idea_group_11_3_desc
	}
	text = {
		trigger = {
			check_variable = { v = 12 }
		}
		localization_key = idea_group_12_3_desc
	}
	text = {
		trigger = {
			check_variable = { v = 13 }
		}
		localization_key = idea_group_13_3_desc
	}
	text = {
		trigger = {
			check_variable = { v = 14 }
		}
		localization_key = idea_group_14_3_desc
	}
	text = {
		trigger = {
			check_variable = { v = 15 }
		}
		localization_key = idea_group_15_3_desc
	}
	text = {
		trigger = {
			check_variable = { v = 16 }
		}
		localization_key = idea_group_16_3_desc
	}
	text = {
		trigger = {
			check_variable = { v = 17 }
		}
		localization_key = idea_group_17_3_desc
	}
	text = {
		trigger = {
			check_variable = { v = 18 }
		}
		localization_key = idea_group_18_3_desc
	}
	text = {
		trigger = {
			check_variable = { v = 19 }
		}
		localization_key = idea_group_19_3_desc
	}
	text = {
		trigger = {
			check_variable = { v = 20 }
		}
		localization_key = idea_group_20_3_desc
	}
	text = {
		trigger = {
			check_variable = { v = 21 }
		}
		localization_key = idea_group_21_3_desc
	}
	text = {
		trigger = {
			check_variable = { v = 22 }
		}
		localization_key = idea_group_22_3_desc
	}
	text = {
		trigger = {
			check_variable = { v = 23 }
		}
		localization_key = idea_group_23_3_desc
	}
	text = {
		trigger = {
			check_variable = { v = 24 }
		}
		localization_key = idea_group_24_3_desc
	}
	text = {
		trigger = {
			check_variable = { v = 25 }
		}
		localization_key = idea_group_25_3_desc
	}
	text = {
		trigger = {
			check_variable = { v = 26 }
		}
		localization_key = idea_group_26_3_desc
	}
	text = {
		trigger = {
			check_variable = { v = 27 }
		}
		localization_key = idea_group_27_3_desc
	}
}

defined_text = {
	name = GetIdeaBonus3

	text = {
		trigger = {
			check_variable = { v = 1 }
		}
		localization_key = idea_group_1_3_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 2 }
		}
		localization_key = idea_group_2_3_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 3 }
		}
		localization_key = idea_group_3_3_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 4 }
		}
		localization_key = idea_group_4_3_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 5 }
		}
		localization_key = idea_group_5_3_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 6 }
		}
		localization_key = idea_group_6_3_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 7 }
		}
		localization_key = idea_group_7_3_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 8 }
		}
		localization_key = idea_group_8_3_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 9 }
		}
		localization_key = idea_group_9_3_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 10 }
		}
		localization_key = idea_group_10_3_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 11 }
		}
		localization_key = idea_group_11_3_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 12 }
		}
		localization_key = idea_group_12_3_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 13 }
		}
		localization_key = idea_group_13_3_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 14 }
		}
		localization_key = idea_group_14_3_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 15 }
		}
		localization_key = idea_group_15_3_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 16 }
		}
		localization_key = idea_group_16_3_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 17 }
		}
		localization_key = idea_group_17_3_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 18 }
		}
		localization_key = idea_group_18_3_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 19 }
		}
		localization_key = idea_group_19_3_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 20 }
		}
		localization_key = idea_group_20_3_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 21 }
		}
		localization_key = idea_group_21_3_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 22 }
		}
		localization_key = idea_group_22_3_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 23 }
		}
		localization_key = idea_group_23_3_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 24 }
		}
		localization_key = idea_group_24_3_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 25 }
		}
		localization_key = idea_group_25_3_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 26 }
		}
		localization_key = idea_group_26_3_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 27 }
		}
		localization_key = idea_group_27_3_bonus
	}
}

defined_text = {
	name = GetIdeaPicture3

	text = {
		trigger = {
			check_variable = { v = 1 }
		}
		localization_key = "GFX_trade_laws_cost_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 2 }
		}
		localization_key = "GFX_production_lack_of_resource_penalty_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 3 }
		}
		localization_key = "GFX_static_anti_air_hit_chance_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 4 }
		}
		localization_key = "GFX_supply_consumption_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 5 }
		}
		localization_key = "GFX_stability_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 6 }
		}
		localization_key = "GFX_army_speed_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 7 }
		}
		localization_key = "GFX_trade_laws_cost_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 8 }
		}
		localization_key = "GFX_license_production_speed"
	}
	text = {
		trigger = {
			check_variable = { v = 9 }
		}
		localization_key = "GFX_guarantee_tension"
	}
	text = {
		trigger = {
			check_variable = { v = 10 }
		}
		localization_key = "GFX_drift_defence_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 11 }
		}
		localization_key = "GFX_navy_capital_ship_attack_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 12 }
		}
		localization_key = "GFX_navy_submarine_defence_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 13 }
		}
		localization_key = "GFX_experience_gain_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 14 }
		}
		localization_key = "GFX_attrition"
	}
	text = {
		trigger = {
			check_variable = { v = 15 }
		}
		localization_key = "GFX_mobilization_speed"
	}
	text = {
		trigger = {
			check_variable = { v = 16 }
		}
		localization_key = "GFX_justify_war_goal_time"
	}
	text = {
		trigger = {
			check_variable = { v = 17 }
		}
		localization_key = "GFX_industry_air_damage_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 18 }
		}
		localization_key = "GFX_air_intercept_efficiency"
	}
	text = {
		trigger = {
			check_variable = { v = 19 }
		}
		localization_key = "GFX_opinion_gain_monthly_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 20 }
		}
		localization_key = "GFX_carrier_surface_visibility"
	}
	text = {
		trigger = {
			check_variable = { v = 21 }
		}
		localization_key = "GFX_army_armor_speed_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 22 }
		}
		localization_key = "GFX_army_chief_cost_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 23 }
		}
		localization_key = "GFX_intelligence_agency_defense"
	}
	text = {
		trigger = {
			check_variable = { v = 24 }
		}
		localization_key = "GFX_air_cas_efficiency"
	}
	text = {
		trigger = {
			check_variable = { v = 25 }
		}
		localization_key = "GFX_idea_cost_modifier"
	}
	text = {
		trigger = {
			check_variable = { v = 26 }
		}
		localization_key = "GFX_resistance_growth_on_our_occupied_states"
	}
	text = {
		trigger = {
			check_variable = { v = 27 }
		}
		localization_key = "GFX_resistance_growth"
	}

	text = {
		trigger = {
			always = yes
		}
		localization_key = "GFX_stability_factor"
	}
}

## Idea 4:
defined_text = {
	name = GetIdeaName4

	text = {
		trigger = {
			check_variable = { v = 1 }
		}
		localization_key = idea_group_1_4
	}
	text = {
		trigger = {
			check_variable = { v = 2 }
		}
		localization_key = idea_group_2_4
	}
	text = {
		trigger = {
			check_variable = { v = 3 }
		}
		localization_key = idea_group_3_4
	}
	text = {
		trigger = {
			check_variable = { v = 4 }
		}
		localization_key = idea_group_4_4
	}
	text = {
		trigger = {
			check_variable = { v = 5 }
		}
		localization_key = idea_group_5_4
	}
	text = {
		trigger = {
			check_variable = { v = 6 }
		}
		localization_key = idea_group_6_4
	}
	text = {
		trigger = {
			check_variable = { v = 7 }
		}
		localization_key = idea_group_7_4
	}
	text = {
		trigger = {
			check_variable = { v = 8 }
		}
		localization_key = idea_group_8_4
	}
	text = {
		trigger = {
			check_variable = { v = 9 }
		}
		localization_key = idea_group_9_4
	}
	text = {
		trigger = {
			check_variable = { v = 10 }
		}
		localization_key = idea_group_10_4
	}
	text = {
		trigger = {
			check_variable = { v = 11 }
		}
		localization_key = idea_group_11_4
	}
	text = {
		trigger = {
			check_variable = { v = 12 }
		}
		localization_key = idea_group_12_4
	}
	text = {
		trigger = {
			check_variable = { v = 13 }
		}
		localization_key = idea_group_13_4
	}
	text = {
		trigger = {
			check_variable = { v = 14 }
		}
		localization_key = idea_group_14_4
	}
	text = {
		trigger = {
			check_variable = { v = 15 }
		}
		localization_key = idea_group_15_4
	}
	text = {
		trigger = {
			check_variable = { v = 16 }
		}
		localization_key = idea_group_16_4
	}
	text = {
		trigger = {
			check_variable = { v = 17 }
		}
		localization_key = idea_group_17_4
	}
	text = {
		trigger = {
			check_variable = { v = 18 }
		}
		localization_key = idea_group_18_4
	}
	text = {
		trigger = {
			check_variable = { v = 19 }
		}
		localization_key = idea_group_19_4
	}
	text = {
		trigger = {
			check_variable = { v = 20 }
		}
		localization_key = idea_group_20_4
	}
	text = {
		trigger = {
			check_variable = { v = 21 }
		}
		localization_key = idea_group_21_4
	}
	text = {
		trigger = {
			check_variable = { v = 22 }
		}
		localization_key = idea_group_22_4
	}
	text = {
		trigger = {
			check_variable = { v = 23 }
		}
		localization_key = idea_group_23_4
	}
	text = {
		trigger = {
			check_variable = { v = 24 }
		}
		localization_key = idea_group_24_4
	}
	text = {
		trigger = {
			check_variable = { v = 25 }
		}
		localization_key = idea_group_25_4
	}
	text = {
		trigger = {
			check_variable = { v = 26 }
		}
		localization_key = idea_group_26_4
	}
	text = {
		trigger = {
			check_variable = { v = 27 }
		}
		localization_key = idea_group_27_4
	}
}

defined_text = {
	name = GetIdeaDesc4

	text = {
		trigger = {
			check_variable = { v = 1 }
		}
		localization_key = idea_group_1_4_desc
	}
	text = {
		trigger = {
			check_variable = { v = 2 }
		}
		localization_key = idea_group_2_4_desc
	}
	text = {
		trigger = {
			check_variable = { v = 3 }
		}
		localization_key = idea_group_3_4_desc
	}
	text = {
		trigger = {
			check_variable = { v = 4 }
		}
		localization_key = idea_group_4_4_desc
	}
	text = {
		trigger = {
			check_variable = { v = 5 }
		}
		localization_key = idea_group_5_4_desc
	}
	text = {
		trigger = {
			check_variable = { v = 6 }
		}
		localization_key = idea_group_6_4_desc
	}
	text = {
		trigger = {
			check_variable = { v = 7 }
		}
		localization_key = idea_group_7_4_desc
	}
	text = {
		trigger = {
			check_variable = { v = 8 }
		}
		localization_key = idea_group_8_4_desc
	}
	text = {
		trigger = {
			check_variable = { v = 9 }
		}
		localization_key = idea_group_9_4_desc
	}
	text = {
		trigger = {
			check_variable = { v = 10 }
		}
		localization_key = idea_group_10_4_desc
	}
	text = {
		trigger = {
			check_variable = { v = 11 }
		}
		localization_key = idea_group_11_4_desc
	}
	text = {
		trigger = {
			check_variable = { v = 12 }
		}
		localization_key = idea_group_12_4_desc
	}
	text = {
		trigger = {
			check_variable = { v = 13 }
		}
		localization_key = idea_group_13_4_desc
	}
	text = {
		trigger = {
			check_variable = { v = 14 }
		}
		localization_key = idea_group_14_4_desc
	}
	text = {
		trigger = {
			check_variable = { v = 15 }
		}
		localization_key = idea_group_15_4_desc
	}
	text = {
		trigger = {
			check_variable = { v = 16 }
		}
		localization_key = idea_group_16_4_desc
	}
	text = {
		trigger = {
			check_variable = { v = 17 }
		}
		localization_key = idea_group_17_4_desc
	}
	text = {
		trigger = {
			check_variable = { v = 18 }
		}
		localization_key = idea_group_18_4_desc
	}
	text = {
		trigger = {
			check_variable = { v = 19 }
		}
		localization_key = idea_group_19_4_desc
	}
	text = {
		trigger = {
			check_variable = { v = 20 }
		}
		localization_key = idea_group_20_4_desc
	}
	text = {
		trigger = {
			check_variable = { v = 21 }
		}
		localization_key = idea_group_21_4_desc
	}
	text = {
		trigger = {
			check_variable = { v = 22 }
		}
		localization_key = idea_group_22_4_desc
	}
	text = {
		trigger = {
			check_variable = { v = 23 }
		}
		localization_key = idea_group_23_4_desc
	}
	text = {
		trigger = {
			check_variable = { v = 24 }
		}
		localization_key = idea_group_24_4_desc
	}
	text = {
		trigger = {
			check_variable = { v = 25 }
		}
		localization_key = idea_group_25_4_desc
	}
	text = {
		trigger = {
			check_variable = { v = 26 }
		}
		localization_key = idea_group_26_4_desc
	}
	text = {
		trigger = {
			check_variable = { v = 27 }
		}
		localization_key = idea_group_27_4_desc
	}
}

defined_text = {
	name = GetIdeaBonus4

	text = {
		trigger = {
			check_variable = { v = 1 }
		}
		localization_key = idea_group_1_4_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 2 }
		}
		localization_key = idea_group_2_4_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 3 }
		}
		localization_key = idea_group_3_4_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 4 }
		}
		localization_key = idea_group_4_4_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 5 }
		}
		localization_key = idea_group_5_4_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 6 }
		}
		localization_key = idea_group_6_4_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 7 }
		}
		localization_key = idea_group_7_4_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 8 }
		}
		localization_key = idea_group_8_4_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 9 }
		}
		localization_key = idea_group_9_4_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 10 }
		}
		localization_key = idea_group_10_4_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 11 }
		}
		localization_key = idea_group_11_4_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 12 }
		}
		localization_key = idea_group_12_4_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 13 }
		}
		localization_key = idea_group_13_4_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 14 }
		}
		localization_key = idea_group_14_4_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 15 }
		}
		localization_key = idea_group_15_4_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 16 }
		}
		localization_key = idea_group_16_4_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 17 }
		}
		localization_key = idea_group_17_4_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 18 }
		}
		localization_key = idea_group_18_4_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 19 }
		}
		localization_key = idea_group_19_4_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 20 }
		}
		localization_key = idea_group_20_4_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 21 }
		}
		localization_key = idea_group_21_4_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 22 }
		}
		localization_key = idea_group_22_4_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 23 }
		}
		localization_key = idea_group_23_4_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 24 }
		}
		localization_key = idea_group_24_4_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 25 }
		}
		localization_key = idea_group_25_4_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 26 }
		}
		localization_key = idea_group_26_4_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 27 }
		}
		localization_key = idea_group_27_4_bonus
	}
}

defined_text = {
	name = GetIdeaPicture4

	text = {
		trigger = {
			check_variable = { v = 1 }
		}
		localization_key = "GFX_drift_defence_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 2 }
		}
		localization_key = "GFX_local_resources_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 3 }
		}
		localization_key = "GFX_intel_network_gain_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 4 }
		}
		localization_key = "GFX_land_reinforce_rate"
	}
	text = {
		trigger = {
			check_variable = { v = 5 }
		}
		localization_key = "GFX_guarantee_tension"
	}
	text = {
		trigger = {
			check_variable = { v = 6 }
		}
		localization_key = "GFX_resistance_growth"
	}
	text = {
		trigger = {
			check_variable = { v = 7 }
		}
		localization_key = "GFX_local_resources_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 8 }
		}
		localization_key = "GFX_war_stability_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 9 }
		}
		localization_key = "GFX_guarantee_cost"
	}
	text = {
		trigger = {
			check_variable = { v = 10 }
		}
		localization_key = "GFX_own_operative_detection_chance_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 11 }
		}
		localization_key = "GFX_navy_capital_ship_defence_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 12 }
		}
		localization_key = "GFX_naval_torpedo_screen_penetration_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 13 }
		}
		localization_key = "GFX_max_command_power"
	}
	text = {
		trigger = {
			check_variable = { v = 14 }
		}
		localization_key = "GFX_experience_gain_army"
	}
	text = {
		trigger = {
			check_variable = { v = 15 }
		}
		localization_key = "GFX_land_reinforce_rate"
	}
	text = {
		trigger = {
			check_variable = { v = 16 }
		}
		localization_key = "GFX_resistance_growth"
	}
	text = {
		trigger = {
			check_variable = { v = 17 }
		}
		localization_key = "GFX_land_reinforce_rate"
	}
	text = {
		trigger = {
			check_variable = { v = 18 }
		}
		localization_key = "GFX_army_bonus_air_superiority_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 19 }
		}
		localization_key = "GFX_stability_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 20 }
		}
		localization_key = "GFX_sortie_efficiency"
	}
	text = {
		trigger = {
			check_variable = { v = 21 }
		}
		localization_key = "GFX_armor_build_cost_ic"
	}
	text = {
		trigger = {
			check_variable = { v = 22 }
		}
		localization_key = "GFX_navy_chief_cost_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 23 }
		}
		localization_key = "GFX_research_speed_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 24 }
		}
		localization_key = "GFX_air_close_air_support_org_damage_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 25 }
		}
		localization_key = "GFX_policy_cost"
	}
	text = {
		trigger = {
			check_variable = { v = 26 }
		}
		localization_key = "GFX_resistance_damage_to_garrison_on_our_occupied_states"
	}
	text = {
		trigger = {
			check_variable = { v = 27 }
		}
		localization_key = "GFX_resistance_damage_to_garrison"
	}

	text = {
		trigger = {
			always = yes
		}
		localization_key = "GFX_stability_factor"
	}
}

## Idea 5:
defined_text = {
	name = GetIdeaName5

	text = {
		trigger = {
			check_variable = { v = 1 }
		}
		localization_key = idea_group_1_5
	}
	text = {
		trigger = {
			check_variable = { v = 2 }
		}
		localization_key = idea_group_2_5
	}
	text = {
		trigger = {
			check_variable = { v = 3 }
		}
		localization_key = idea_group_3_5
	}
	text = {
		trigger = {
			check_variable = { v = 4 }
		}
		localization_key = idea_group_4_5
	}
	text = {
		trigger = {
			check_variable = { v = 5 }
		}
		localization_key = idea_group_5_5
	}
	text = {
		trigger = {
			check_variable = { v = 6 }
		}
		localization_key = idea_group_6_5
	}
	text = {
		trigger = {
			check_variable = { v = 7 }
		}
		localization_key = idea_group_7_5
	}
	text = {
		trigger = {
			check_variable = { v = 8 }
		}
		localization_key = idea_group_8_5
	}
	text = {
		trigger = {
			check_variable = { v = 9 }
		}
		localization_key = idea_group_9_5
	}
	text = {
		trigger = {
			check_variable = { v = 10 }
		}
		localization_key = idea_group_10_5
	}
	text = {
		trigger = {
			check_variable = { v = 11 }
		}
		localization_key = idea_group_11_5
	}
	text = {
		trigger = {
			check_variable = { v = 12 }
		}
		localization_key = idea_group_12_5
	}
	text = {
		trigger = {
			check_variable = { v = 13 }
		}
		localization_key = idea_group_13_5
	}
	text = {
		trigger = {
			check_variable = { v = 14 }
		}
		localization_key = idea_group_14_5
	}
	text = {
		trigger = {
			check_variable = { v = 15 }
		}
		localization_key = idea_group_15_5
	}
	text = {
		trigger = {
			check_variable = { v = 16 }
		}
		localization_key = idea_group_16_5
	}
	text = {
		trigger = {
			check_variable = { v = 17 }
		}
		localization_key = idea_group_17_5
	}
	text = {
		trigger = {
			check_variable = { v = 18 }
		}
		localization_key = idea_group_18_5
	}
	text = {
		trigger = {
			check_variable = { v = 19 }
		}
		localization_key = idea_group_19_5
	}
	text = {
		trigger = {
			check_variable = { v = 20 }
		}
		localization_key = idea_group_20_5
	}
	text = {
		trigger = {
			check_variable = { v = 21 }
		}
		localization_key = idea_group_21_5
	}
	text = {
		trigger = {
			check_variable = { v = 22 }
		}
		localization_key = idea_group_22_5
	}
	text = {
		trigger = {
			check_variable = { v = 23 }
		}
		localization_key = idea_group_23_5
	}
	text = {
		trigger = {
			check_variable = { v = 24 }
		}
		localization_key = idea_group_24_5
	}
	text = {
		trigger = {
			check_variable = { v = 25 }
		}
		localization_key = idea_group_25_5
	}
	text = {
		trigger = {
			check_variable = { v = 26 }
		}
		localization_key = idea_group_26_5
	}
	text = {
		trigger = {
			check_variable = { v = 27 }
		}
		localization_key = idea_group_27_5
	}
}

defined_text = {
	name = GetIdeaDesc5

	text = {
		trigger = {
			check_variable = { v = 1 }
		}
		localization_key = idea_group_1_5_desc
	}
	text = {
		trigger = {
			check_variable = { v = 2 }
		}
		localization_key = idea_group_2_5_desc
	}
	text = {
		trigger = {
			check_variable = { v = 3 }
		}
		localization_key = idea_group_3_5_desc
	}
	text = {
		trigger = {
			check_variable = { v = 4 }
		}
		localization_key = idea_group_4_5_desc
	}
	text = {
		trigger = {
			check_variable = { v = 5 }
		}
		localization_key = idea_group_5_5_desc
	}
	text = {
		trigger = {
			check_variable = { v = 6 }
		}
		localization_key = idea_group_6_5_desc
	}
	text = {
		trigger = {
			check_variable = { v = 7 }
		}
		localization_key = idea_group_7_5_desc
	}
	text = {
		trigger = {
			check_variable = { v = 8 }
		}
		localization_key = idea_group_8_5_desc
	}
	text = {
		trigger = {
			check_variable = { v = 9 }
		}
		localization_key = idea_group_9_5_desc
	}
	text = {
		trigger = {
			check_variable = { v = 10 }
		}
		localization_key = idea_group_10_5_desc
	}
	text = {
		trigger = {
			check_variable = { v = 11 }
		}
		localization_key = idea_group_11_5_desc
	}
	text = {
		trigger = {
			check_variable = { v = 12 }
		}
		localization_key = idea_group_12_5_desc
	}
	text = {
		trigger = {
			check_variable = { v = 13 }
		}
		localization_key = idea_group_13_5_desc
	}
	text = {
		trigger = {
			check_variable = { v = 14 }
		}
		localization_key = idea_group_14_5_desc
	}
	text = {
		trigger = {
			check_variable = { v = 15 }
		}
		localization_key = idea_group_15_5_desc
	}
	text = {
		trigger = {
			check_variable = { v = 16 }
		}
		localization_key = idea_group_16_5_desc
	}
	text = {
		trigger = {
			check_variable = { v = 17 }
		}
		localization_key = idea_group_17_5_desc
	}
	text = {
		trigger = {
			check_variable = { v = 18 }
		}
		localization_key = idea_group_18_5_desc
	}
	text = {
		trigger = {
			check_variable = { v = 19 }
		}
		localization_key = idea_group_19_5_desc
	}
	text = {
		trigger = {
			check_variable = { v = 20 }
		}
		localization_key = idea_group_20_5_desc
	}
	text = {
		trigger = {
			check_variable = { v = 21 }
		}
		localization_key = idea_group_21_5_desc
	}
	text = {
		trigger = {
			check_variable = { v = 22 }
		}
		localization_key = idea_group_22_5_desc
	}
	text = {
		trigger = {
			check_variable = { v = 23 }
		}
		localization_key = idea_group_23_5_desc
	}
	text = {
		trigger = {
			check_variable = { v = 24 }
		}
		localization_key = idea_group_24_5_desc
	}
	text = {
		trigger = {
			check_variable = { v = 25 }
		}
		localization_key = idea_group_25_5_desc
	}
	text = {
		trigger = {
			check_variable = { v = 26 }
		}
		localization_key = idea_group_26_5_desc
	}
	text = {
		trigger = {
			check_variable = { v = 27 }
		}
		localization_key = idea_group_27_5_desc
	}
}

defined_text = {
	name = GetIdeaBonus5

	text = {
		trigger = {
			check_variable = { v = 1 }
		}
		localization_key = idea_group_1_5_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 2 }
		}
		localization_key = idea_group_2_5_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 3 }
		}
		localization_key = idea_group_3_5_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 4 }
		}
		localization_key = idea_group_4_5_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 5 }
		}
		localization_key = idea_group_5_5_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 6 }
		}
		localization_key = idea_group_6_5_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 7 }
		}
		localization_key = idea_group_7_5_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 8 }
		}
		localization_key = idea_group_8_5_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 9 }
		}
		localization_key = idea_group_9_5_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 10 }
		}
		localization_key = idea_group_10_5_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 11 }
		}
		localization_key = idea_group_11_5_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 12 }
		}
		localization_key = idea_group_12_5_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 13 }
		}
		localization_key = idea_group_13_5_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 14 }
		}
		localization_key = idea_group_14_5_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 15 }
		}
		localization_key = idea_group_15_5_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 16 }
		}
		localization_key = idea_group_16_5_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 17 }
		}
		localization_key = idea_group_17_5_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 18 }
		}
		localization_key = idea_group_18_5_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 19 }
		}
		localization_key = idea_group_19_5_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 20 }
		}
		localization_key = idea_group_20_5_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 21 }
		}
		localization_key = idea_group_21_5_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 22 }
		}
		localization_key = idea_group_22_5_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 23 }
		}
		localization_key = idea_group_23_5_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 24 }
		}
		localization_key = idea_group_24_5_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 25 }
		}
		localization_key = idea_group_25_5_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 26 }
		}
		localization_key = idea_group_26_5_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 27 }
		}
		localization_key = idea_group_27_5_bonus
	}
}

defined_text = {
	name = GetIdeaPicture5

	text = {
		trigger = {
			check_variable = { v = 1 }
		}
		localization_key = "GFX_enemy_justify_war_goal_time"
	}
	text = {
		trigger = {
			check_variable = { v = 2 }
		}
		localization_key = "GFX_conversion_cost_civ_to_mil_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 3 }
		}
		localization_key = "GFX_air_intercept_efficiency"
	}
	text = {
		trigger = {
			check_variable = { v = 4 }
		}
		localization_key = "GFX_conscription_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 5 }
		}
		localization_key = "GFX_min_export"
	}
	text = {
		trigger = {
			check_variable = { v = 6 }
		}
		localization_key = "GFX_non_core_manpower"
	}
	text = {
		trigger = {
			check_variable = { v = 7 }
		}
		localization_key = "GFX_convoy_escort_efficiency"
	}
	text = {
		trigger = {
			check_variable = { v = 8 }
		}
		localization_key = "GFX_can_guarantee_other_ideologies"
	}
	text = {
		trigger = {
			check_variable = { v = 9 }
		}
		localization_key = "GFX_join_faction_tension"
	}
	text = {
		trigger = {
			check_variable = { v = 10 }
		}
		localization_key = "GFX_opinion_gain_monthly_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 11 }
		}
		localization_key = "GFX_naval_hit_chance"
	}
	text = {
		trigger = {
			check_variable = { v = 12 }
		}
		localization_key = "GFX_experience_gain_submarine_combat_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 13 }
		}
		localization_key = "GFX_command_power_gain_mult"
	}
	text = {
		trigger = {
			check_variable = { v = 14 }
		}
		localization_key = "GFX_experience_loss_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 15 }
		}
		localization_key = "GFX_army_morale_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 16 }
		}
		localization_key = "GFX_army_org_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 17 }
		}
		localization_key = "GFX_production_speed_bunker_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 18 }
		}
		localization_key = "GFX_air_cas_present_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 19 }
		}
		localization_key = "GFX_generate_wargoal_tension"
	}
	text = {
		trigger = {
			check_variable = { v = 20 }
		}
		localization_key = "GFX_navy_carrier_air_attack_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 21 }
		}
		localization_key = "GFX_armor_armor_value"
	}
	text = {
		trigger = {
			check_variable = { v = 22 }
		}
		localization_key = "GFX_air_chief_cost_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 23 }
		}
		localization_key = "GFX_enemy_operative_detection_chance_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 24 }
		}
		localization_key = "GFX_air_cas_present_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 25 }
		}
		localization_key = "GFX_stability_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 26 }
		}
		localization_key = "GFX_boost_resistance_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 27 }
		}
		localization_key = "GFX_root_out_resistance_effectiveness_factor"
	}

	text = {
		trigger = {
			always = yes
		}
		localization_key = "GFX_stability_factor"
	}
}

## Idea 6:
defined_text = {
	name = GetIdeaName6

	text = {
		trigger = {
			check_variable = { v = 1 }
		}
		localization_key = idea_group_1_6
	}
	text = {
		trigger = {
			check_variable = { v = 2 }
		}
		localization_key = idea_group_2_6
	}
	text = {
		trigger = {
			check_variable = { v = 3 }
		}
		localization_key = idea_group_3_6
	}
	text = {
		trigger = {
			check_variable = { v = 4 }
		}
		localization_key = idea_group_4_6
	}
	text = {
		trigger = {
			check_variable = { v = 5 }
		}
		localization_key = idea_group_5_6
	}
	text = {
		trigger = {
			check_variable = { v = 6 }
		}
		localization_key = idea_group_6_6
	}
	text = {
		trigger = {
			check_variable = { v = 7 }
		}
		localization_key = idea_group_7_6
	}
	text = {
		trigger = {
			check_variable = { v = 8 }
		}
		localization_key = idea_group_8_6
	}
	text = {
		trigger = {
			check_variable = { v = 9 }
		}
		localization_key = idea_group_9_6
	}
	text = {
		trigger = {
			check_variable = { v = 10 }
		}
		localization_key = idea_group_10_6
	}
	text = {
		trigger = {
			check_variable = { v = 11 }
		}
		localization_key = idea_group_11_6
	}
	text = {
		trigger = {
			check_variable = { v = 12 }
		}
		localization_key = idea_group_12_6
	}
	text = {
		trigger = {
			check_variable = { v = 13 }
		}
		localization_key = idea_group_13_6
	}
	text = {
		trigger = {
			check_variable = { v = 14 }
		}
		localization_key = idea_group_14_6
	}
	text = {
		trigger = {
			check_variable = { v = 15 }
		}
		localization_key = idea_group_15_6
	}
	text = {
		trigger = {
			check_variable = { v = 16 }
		}
		localization_key = idea_group_16_6
	}
	text = {
		trigger = {
			check_variable = { v = 17 }
		}
		localization_key = idea_group_17_6
	}
	text = {
		trigger = {
			check_variable = { v = 18 }
		}
		localization_key = idea_group_18_6
	}
	text = {
		trigger = {
			check_variable = { v = 19 }
		}
		localization_key = idea_group_19_6
	}
	text = {
		trigger = {
			check_variable = { v = 20 }
		}
		localization_key = idea_group_20_6
	}
	text = {
		trigger = {
			check_variable = { v = 21 }
		}
		localization_key = idea_group_21_6
	}
	text = {
		trigger = {
			check_variable = { v = 22 }
		}
		localization_key = idea_group_22_6
	}
	text = {
		trigger = {
			check_variable = { v = 23 }
		}
		localization_key = idea_group_23_6
	}
	text = {
		trigger = {
			check_variable = { v = 24 }
		}
		localization_key = idea_group_24_6
	}
	text = {
		trigger = {
			check_variable = { v = 25 }
		}
		localization_key = idea_group_25_6
	}
	text = {
		trigger = {
			check_variable = { v = 26 }
		}
		localization_key = idea_group_26_6
	}
	text = {
		trigger = {
			check_variable = { v = 27 }
		}
		localization_key = idea_group_27_6
	}
}

defined_text = {
	name = GetIdeaDesc6

	text = {
		trigger = {
			check_variable = { v = 1 }
		}
		localization_key = idea_group_1_6_desc
	}
	text = {
		trigger = {
			check_variable = { v = 2 }
		}
		localization_key = idea_group_2_6_desc
	}
	text = {
		trigger = {
			check_variable = { v = 3 }
		}
		localization_key = idea_group_3_6_desc
	}
	text = {
		trigger = {
			check_variable = { v = 4 }
		}
		localization_key = idea_group_4_6_desc
	}
	text = {
		trigger = {
			check_variable = { v = 5 }
		}
		localization_key = idea_group_5_6_desc
	}
	text = {
		trigger = {
			check_variable = { v = 6 }
		}
		localization_key = idea_group_6_6_desc
	}
	text = {
		trigger = {
			check_variable = { v = 7 }
		}
		localization_key = idea_group_7_6_desc
	}
	text = {
		trigger = {
			check_variable = { v = 8 }
		}
		localization_key = idea_group_8_6_desc
	}
	text = {
		trigger = {
			check_variable = { v = 9 }
		}
		localization_key = idea_group_9_6_desc
	}
	text = {
		trigger = {
			check_variable = { v = 10 }
		}
		localization_key = idea_group_10_6_desc
	}
	text = {
		trigger = {
			check_variable = { v = 11 }
		}
		localization_key = idea_group_11_6_desc
	}
	text = {
		trigger = {
			check_variable = { v = 12 }
		}
		localization_key = idea_group_12_6_desc
	}
	text = {
		trigger = {
			check_variable = { v = 13 }
		}
		localization_key = idea_group_13_6_desc
	}
	text = {
		trigger = {
			check_variable = { v = 14 }
		}
		localization_key = idea_group_14_6_desc
	}
	text = {
		trigger = {
			check_variable = { v = 15 }
		}
		localization_key = idea_group_15_6_desc
	}
	text = {
		trigger = {
			check_variable = { v = 16 }
		}
		localization_key = idea_group_16_6_desc
	}
	text = {
		trigger = {
			check_variable = { v = 17 }
		}
		localization_key = idea_group_17_6_desc
	}
	text = {
		trigger = {
			check_variable = { v = 18 }
		}
		localization_key = idea_group_18_6_desc
	}
	text = {
		trigger = {
			check_variable = { v = 19 }
		}
		localization_key = idea_group_19_6_desc
	}
	text = {
		trigger = {
			check_variable = { v = 20 }
		}
		localization_key = idea_group_20_6_desc
	}
	text = {
		trigger = {
			check_variable = { v = 21 }
		}
		localization_key = idea_group_21_6_desc
	}
	text = {
		trigger = {
			check_variable = { v = 22 }
		}
		localization_key = idea_group_22_6_desc
	}
	text = {
		trigger = {
			check_variable = { v = 23 }
		}
		localization_key = idea_group_23_6_desc
	}
	text = {
		trigger = {
			check_variable = { v = 24 }
		}
		localization_key = idea_group_24_6_desc
	}
	text = {
		trigger = {
			check_variable = { v = 25 }
		}
		localization_key = idea_group_25_6_desc
	}
	text = {
		trigger = {
			check_variable = { v = 26 }
		}
		localization_key = idea_group_26_6_desc
	}
	text = {
		trigger = {
			check_variable = { v = 27 }
		}
		localization_key = idea_group_27_6_desc
	}
}

defined_text = {
	name = GetIdeaBonus6

	text = {
		trigger = {
			check_variable = { v = 1 }
		}
		localization_key = idea_group_1_6_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 2 }
		}
		localization_key = idea_group_2_6_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 3 }
		}
		localization_key = idea_group_3_6_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 4 }
		}
		localization_key = idea_group_4_6_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 5 }
		}
		localization_key = idea_group_5_6_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 6 }
		}
		localization_key = idea_group_6_6_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 7 }
		}
		localization_key = idea_group_7_6_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 8 }
		}
		localization_key = idea_group_8_6_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 9 }
		}
		localization_key = idea_group_9_6_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 10 }
		}
		localization_key = idea_group_10_6_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 11 }
		}
		localization_key = idea_group_11_6_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 12 }
		}
		localization_key = idea_group_12_6_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 13 }
		}
		localization_key = idea_group_13_6_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 14 }
		}
		localization_key = idea_group_14_6_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 15 }
		}
		localization_key = idea_group_15_6_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 16 }
		}
		localization_key = idea_group_16_6_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 17 }
		}
		localization_key = idea_group_17_6_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 18 }
		}
		localization_key = idea_group_18_6_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 19 }
		}
		localization_key = idea_group_19_6_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 20 }
		}
		localization_key = idea_group_20_6_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 21 }
		}
		localization_key = idea_group_21_6_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 22 }
		}
		localization_key = idea_group_22_6_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 23 }
		}
		localization_key = idea_group_23_6_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 24 }
		}
		localization_key = idea_group_24_6_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 25 }
		}
		localization_key = idea_group_25_6_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 26 }
		}
		localization_key = idea_group_26_6_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 27 }
		}
		localization_key = idea_group_27_6_bonus
	}
}

defined_text = {
	name = GetIdeaPicture6

	text = {
		trigger = {
			check_variable = { v = 1 }
		}
		localization_key = "GFX_stability_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 2 }
		}
		localization_key = "GFX_max_fuel_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 3 }
		}
		localization_key = "GFX_equipment_conversion_speed"
	}
	text = {
		trigger = {
			check_variable = { v = 4 }
		}
		localization_key = "GFX_political_power_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 5 }
		}
		localization_key = "GFX_fuel_gain_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 6 }
		}
		localization_key = "GFX_war_support_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 7 }
		}
		localization_key = "GFX_spotting_chance"
	}
	text = {
		trigger = {
			check_variable = { v = 8 }
		}
		localization_key = "GFX_compliance_growth"
	}
	text = {
		trigger = {
			check_variable = { v = 9 }
		}
		localization_key = "GFX_generate_wargoal_tension"
	}
	text = {
		trigger = {
			check_variable = { v = 10 }
		}
		localization_key = "GFX_stability_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 11 }
		}
		localization_key = "GFX_naval_mines_damage_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 12 }
		}
		localization_key = "GFX_submarine_sub_visibility"
	}
	text = {
		trigger = {
			check_variable = { v = 13 }
		}
		localization_key = "GFX_planning_speed"
	}
	text = {
		trigger = {
			check_variable = { v = 14 }
		}
		localization_key = "GFX_army_infantry_attack_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 15 }
		}
		localization_key = "GFX_special_forces_cap"
	}
	text = {
		trigger = {
			check_variable = { v = 16 }
		}
		localization_key = "GFX_army_speed_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 17 }
		}
		localization_key = "GFX_army_leader_start_defense_level"
	}
	text = {
		trigger = {
			check_variable = { v = 18 }
		}
		localization_key = "GFX_naval_strike_targetting_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 19 }
		}
		localization_key = "GFX_conscription_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 20 }
		}
		localization_key = "GFX_carrier_size"
	}
	text = {
		trigger = {
			check_variable = { v = 21 }
		}
		localization_key = "GFX_armor_max_organisation"
	}
	text = {
		trigger = {
			check_variable = { v = 22 }
		}
		localization_key = "GFX_high_command_cost_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 23 }
		}
		localization_key = "GFX_own_operative_detection_chance_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 24 }
		}
		localization_key = "GFX_air_strategic_bomber_bombing_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 25 }
		}
		localization_key = "GFX_consumer_goods_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 26 }
		}
		localization_key = "GFX_target_sabotage_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 27 }
		}
		localization_key = "GFX_resistance_decay"
	}

	text = {
		trigger = {
			always = yes
		}
		localization_key = "GFX_stability_factor"
	}
}

## Idea 7:
defined_text = {
	name = GetIdeaName7

	text = {
		trigger = {
			check_variable = { v = 1 }
		}
		localization_key = idea_group_1_7
	}
	text = {
		trigger = {
			check_variable = { v = 2 }
		}
		localization_key = idea_group_2_7
	}
	text = {
		trigger = {
			check_variable = { v = 3 }
		}
		localization_key = idea_group_3_7
	}
	text = {
		trigger = {
			check_variable = { v = 4 }
		}
		localization_key = idea_group_4_7
	}
	text = {
		trigger = {
			check_variable = { v = 5 }
		}
		localization_key = idea_group_5_7
	}
	text = {
		trigger = {
			check_variable = { v = 6 }
		}
		localization_key = idea_group_6_7
	}
	text = {
		trigger = {
			check_variable = { v = 7 }
		}
		localization_key = idea_group_7_7
	}
	text = {
		trigger = {
			check_variable = { v = 8 }
		}
		localization_key = idea_group_8_7
	}
	text = {
		trigger = {
			check_variable = { v = 9 }
		}
		localization_key = idea_group_9_7
	}
	text = {
		trigger = {
			check_variable = { v = 10 }
		}
		localization_key = idea_group_10_7
	}
	text = {
		trigger = {
			check_variable = { v = 11 }
		}
		localization_key = idea_group_11_7
	}
	text = {
		trigger = {
			check_variable = { v = 12 }
		}
		localization_key = idea_group_12_7
	}
	text = {
		trigger = {
			check_variable = { v = 13 }
		}
		localization_key = idea_group_13_7
	}
	text = {
		trigger = {
			check_variable = { v = 14 }
		}
		localization_key = idea_group_14_7
	}
	text = {
		trigger = {
			check_variable = { v = 15 }
		}
		localization_key = idea_group_15_7
	}
	text = {
		trigger = {
			check_variable = { v = 16 }
		}
		localization_key = idea_group_16_7
	}
	text = {
		trigger = {
			check_variable = { v = 17 }
		}
		localization_key = idea_group_17_7
	}
	text = {
		trigger = {
			check_variable = { v = 18 }
		}
		localization_key = idea_group_18_7
	}
	text = {
		trigger = {
			check_variable = { v = 19 }
		}
		localization_key = idea_group_19_7
	}
	text = {
		trigger = {
			check_variable = { v = 20 }
		}
		localization_key = idea_group_20_7
	}
	text = {
		trigger = {
			check_variable = { v = 21 }
		}
		localization_key = idea_group_21_7
	}
	text = {
		trigger = {
			check_variable = { v = 22 }
		}
		localization_key = idea_group_22_7
	}
	text = {
		trigger = {
			check_variable = { v = 23 }
		}
		localization_key = idea_group_23_7
	}
	text = {
		trigger = {
			check_variable = { v = 24 }
		}
		localization_key = idea_group_24_7
	}
	text = {
		trigger = {
			check_variable = { v = 25 }
		}
		localization_key = idea_group_25_7
	}
	text = {
		trigger = {
			check_variable = { v = 26 }
		}
		localization_key = idea_group_26_7
	}
	text = {
		trigger = {
			check_variable = { v = 27 }
		}
		localization_key = idea_group_27_7
	}
}

defined_text = {
	name = GetIdeaDesc7

	text = {
		trigger = {
			check_variable = { v = 1 }
		}
		localization_key = idea_group_1_7_desc
	}
	text = {
		trigger = {
			check_variable = { v = 2 }
		}
		localization_key = idea_group_2_7_desc
	}
	text = {
		trigger = {
			check_variable = { v = 3 }
		}
		localization_key = idea_group_3_7_desc
	}
	text = {
		trigger = {
			check_variable = { v = 4 }
		}
		localization_key = idea_group_4_7_desc
	}
	text = {
		trigger = {
			check_variable = { v = 5 }
		}
		localization_key = idea_group_5_7_desc
	}
	text = {
		trigger = {
			check_variable = { v = 6 }
		}
		localization_key = idea_group_6_7_desc
	}
	text = {
		trigger = {
			check_variable = { v = 7 }
		}
		localization_key = idea_group_7_7_desc
	}
	text = {
		trigger = {
			check_variable = { v = 8 }
		}
		localization_key = idea_group_8_7_desc
	}
	text = {
		trigger = {
			check_variable = { v = 9 }
		}
		localization_key = idea_group_9_7_desc
	}
	text = {
		trigger = {
			check_variable = { v = 10 }
		}
		localization_key = idea_group_10_7_desc
	}
	text = {
		trigger = {
			check_variable = { v = 11 }
		}
		localization_key = idea_group_11_7_desc
	}
	text = {
		trigger = {
			check_variable = { v = 12 }
		}
		localization_key = idea_group_12_7_desc
	}
	text = {
		trigger = {
			check_variable = { v = 13 }
		}
		localization_key = idea_group_13_7_desc
	}
	text = {
		trigger = {
			check_variable = { v = 14 }
		}
		localization_key = idea_group_14_7_desc
	}
	text = {
		trigger = {
			check_variable = { v = 15 }
		}
		localization_key = idea_group_15_7_desc
	}
	text = {
		trigger = {
			check_variable = { v = 16 }
		}
		localization_key = idea_group_16_7_desc
	}
	text = {
		trigger = {
			check_variable = { v = 17 }
		}
		localization_key = idea_group_17_7_desc
	}
	text = {
		trigger = {
			check_variable = { v = 18 }
		}
		localization_key = idea_group_18_7_desc
	}
	text = {
		trigger = {
			check_variable = { v = 19 }
		}
		localization_key = idea_group_19_7_desc
	}
	text = {
		trigger = {
			check_variable = { v = 20 }
		}
		localization_key = idea_group_20_7_desc
	}
	text = {
		trigger = {
			check_variable = { v = 21 }
		}
		localization_key = idea_group_21_7_desc
	}
	text = {
		trigger = {
			check_variable = { v = 22 }
		}
		localization_key = idea_group_22_7_desc
	}
	text = {
		trigger = {
			check_variable = { v = 23 }
		}
		localization_key = idea_group_23_7_desc
	}
	text = {
		trigger = {
			check_variable = { v = 24 }
		}
		localization_key = idea_group_24_7_desc
	}
	text = {
		trigger = {
			check_variable = { v = 25 }
		}
		localization_key = idea_group_25_7_desc
	}
	text = {
		trigger = {
			check_variable = { v = 26 }
		}
		localization_key = idea_group_26_7_desc
	}
	text = {
		trigger = {
			check_variable = { v = 27 }
		}
		localization_key = idea_group_27_7_desc
	}
}

defined_text = {
	name = GetIdeaBonus7

	text = {
		trigger = {
			check_variable = { v = 1 }
		}
		localization_key = idea_group_1_7_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 2 }
		}
		localization_key = idea_group_2_7_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 3 }
		}
		localization_key = idea_group_3_7_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 4 }
		}
		localization_key = idea_group_4_7_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 5 }
		}
		localization_key = idea_group_5_7_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 6 }
		}
		localization_key = idea_group_6_7_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 7 }
		}
		localization_key = idea_group_7_7_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 8 }
		}
		localization_key = idea_group_8_7_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 9 }
		}
		localization_key = idea_group_9_7_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 10 }
		}
		localization_key = idea_group_10_7_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 11 }
		}
		localization_key = idea_group_11_7_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 12 }
		}
		localization_key = idea_group_12_7_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 13 }
		}
		localization_key = idea_group_13_7_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 14 }
		}
		localization_key = idea_group_14_7_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 15 }
		}
		localization_key = idea_group_15_7_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 16 }
		}
		localization_key = idea_group_16_7_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 17 }
		}
		localization_key = idea_group_17_7_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 18 }
		}
		localization_key = idea_group_18_7_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 19 }
		}
		localization_key = idea_group_19_7_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 20 }
		}
		localization_key = idea_group_20_7_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 21 }
		}
		localization_key = idea_group_21_7_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 22 }
		}
		localization_key = idea_group_22_7_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 23 }
		}
		localization_key = idea_group_23_7_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 24 }
		}
		localization_key = idea_group_24_7_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 25 }
		}
		localization_key = idea_group_25_7_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 26 }
		}
		localization_key = idea_group_26_7_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 27 }
		}
		localization_key = idea_group_27_7_bonus
	}
}

defined_text = {
	name = GetIdeaPicture7

	text = {
		trigger = {
			check_variable = { v = 1 }
		}
		localization_key = "GFX_industry_free_repair_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 2 }
		}
		localization_key = "GFX_increased_rubber_per_refinery"
	}
	text = {
		trigger = {
			check_variable = { v = 3 }
		}
		localization_key = "GFX_line_change_production_efficiency_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 4 }
		}
		localization_key = "GFX_consumer_goods_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 5 }
		}
		localization_key = "GFX_industrial_capacity_dockyard"
	}
	text = {
		trigger = {
			check_variable = { v = 6 }
		}
		localization_key = "GFX_drift_defence_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 7 }
		}
		localization_key = "GFX_convoy_raiding_efficiency_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 8 }
		}
		localization_key = "GFX_communism_acceptance"
	}
	text = {
		trigger = {
			check_variable = { v = 9 }
		}
		localization_key = "GFX_justify_war_goal_time"
	}
	text = {
		trigger = {
			check_variable = { v = 10 }
		}
		localization_key = "GFX_conscription_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 11 }
		}
		localization_key = "GFX_critical_receive_chance"
	}
	text = {
		trigger = {
			check_variable = { v = 12 }
		}
		localization_key = "GFX_submarine_naval_speed"
	}
	text = {
		trigger = {
			check_variable = { v = 13 }
		}
		localization_key = "GFX_supply_consumption_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 14 }
		}
		localization_key = "GFX_terrain_penalty_reduction"
	}
	text = {
		trigger = {
			check_variable = { v = 15 }
		}
		localization_key = "GFX_conscription"
	}
	text = {
		trigger = {
			check_variable = { v = 16 }
		}
		localization_key = "GFX_breakthrough_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 17 }
		}
		localization_key = "GFX_resistance_growth_on_our_occupied_states"
	}
	text = {
		trigger = {
			check_variable = { v = 18 }
		}
		localization_key = "GFX_air_strategic_bomber_bombing_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 19 }
		}
		localization_key = "GFX_army_org_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 20 }
		}
		localization_key = "GFX_carrier_naval_speed"
	}
	text = {
		trigger = {
			check_variable = { v = 21 }
		}
		localization_key = "GFX_armor_breakthrough"
	}
	text = {
		trigger = {
			check_variable = { v = 22 }
		}
		localization_key = "GFX_political_power_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 23 }
		}
		localization_key = "GFX_justify_war_goal_time"
	}
	text = {
		trigger = {
			check_variable = { v = 24 }
		}
		localization_key = "GFX_strategic_bomber_max_speed"
	}
	text = {
		trigger = {
			check_variable = { v = 25 }
		}
		localization_key = "GFX_monthly_most_popular_ideology_drift"
	}
	text = {
		trigger = {
			check_variable = { v = 26 }
		}
		localization_key = "GFX_army_core_attack_factor"
	}
	text = {
		trigger = {
			check_variable = { v = 27 }
		}
		localization_key = "GFX_compliance_growth"
	}

	text = {
		trigger = {
			always = yes
		}
		localization_key = "GFX_stability_factor"
	}
}

## Bonus:
defined_text = {
	name = GetIdeaName8

	text = {
		trigger = {
			check_variable = { v = 1 }
		}
		localization_key = idea_group_1_8
	}
	text = {
		trigger = {
			check_variable = { v = 2 }
		}
		localization_key = idea_group_2_8
	}
	text = {
		trigger = {
			check_variable = { v = 3 }
		}
		localization_key = idea_group_3_8
	}
	text = {
		trigger = {
			check_variable = { v = 4 }
		}
		localization_key = idea_group_4_8
	}
	text = {
		trigger = {
			check_variable = { v = 5 }
		}
		localization_key = idea_group_5_8
	}
	text = {
		trigger = {
			check_variable = { v = 6 }
		}
		localization_key = idea_group_6_8
	}
	text = {
		trigger = {
			check_variable = { v = 7 }
		}
		localization_key = idea_group_7_8
	}
	text = {
		trigger = {
			check_variable = { v = 8 }
		}
		localization_key = idea_group_8_8
	}
	text = {
		trigger = {
			check_variable = { v = 9 }
		}
		localization_key = idea_group_9_8
	}
	text = {
		trigger = {
			check_variable = { v = 10 }
		}
		localization_key = idea_group_10_8
	}
	text = {
		trigger = {
			check_variable = { v = 11 }
		}
		localization_key = idea_group_11_8
	}
	text = {
		trigger = {
			check_variable = { v = 12 }
		}
		localization_key = idea_group_12_8
	}
	text = {
		trigger = {
			check_variable = { v = 13 }
		}
		localization_key = idea_group_13_8
	}
	text = {
		trigger = {
			check_variable = { v = 14 }
		}
		localization_key = idea_group_14_8
	}
	text = {
		trigger = {
			check_variable = { v = 15 }
		}
		localization_key = idea_group_15_8
	}
	text = {
		trigger = {
			check_variable = { v = 16 }
		}
		localization_key = idea_group_16_8
	}
	text = {
		trigger = {
			check_variable = { v = 17 }
		}
		localization_key = idea_group_17_8
	}
	text = {
		trigger = {
			check_variable = { v = 18 }
		}
		localization_key = idea_group_18_8
	}
	text = {
		trigger = {
			check_variable = { v = 19 }
		}
		localization_key = idea_group_19_8
	}
	text = {
		trigger = {
			check_variable = { v = 20 }
		}
		localization_key = idea_group_20_8
	}
	text = {
		trigger = {
			check_variable = { v = 21 }
		}
		localization_key = idea_group_21_8
	}
	text = {
		trigger = {
			check_variable = { v = 22 }
		}
		localization_key = idea_group_22_8
	}
	text = {
		trigger = {
			check_variable = { v = 23 }
		}
		localization_key = idea_group_23_8
	}
	text = {
		trigger = {
			check_variable = { v = 24 }
		}
		localization_key = idea_group_24_8
	}
	text = {
		trigger = {
			check_variable = { v = 25 }
		}
		localization_key = idea_group_25_8
	}
	text = {
		trigger = {
			check_variable = { v = 26 }
		}
		localization_key = idea_group_26_8
	}
	text = {
		trigger = {
			check_variable = { v = 27 }
		}
		localization_key = idea_group_27_8
	}
}

defined_text = {
	name = GetIdeaDesc8

	text = {
		trigger = {
			always = yes
		}
		localization_key = idea_group_bonus_desc
	}
}

defined_text = {
	name = GetIdeaBonus8

	text = {
		trigger = {
			check_variable = { v = 1 }
		}
		localization_key = idea_group_1_8_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 2 }
		}
		localization_key = idea_group_2_8_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 3 }
		}
		localization_key = idea_group_3_8_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 4 }
		}
		localization_key = idea_group_4_8_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 5 }
		}
		localization_key = idea_group_5_8_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 6 }
		}
		localization_key = idea_group_6_8_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 7 }
		}
		localization_key = idea_group_7_8_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 8 }
		}
		localization_key = idea_group_8_8_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 9 }
		}
		localization_key = idea_group_9_8_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 10 }
		}
		localization_key = idea_group_10_8_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 11 }
		}
		localization_key = idea_group_11_8_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 12 }
		}
		localization_key = idea_group_12_8_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 13 }
		}
		localization_key = idea_group_13_8_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 14 }
		}
		localization_key = idea_group_14_8_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 15 }
		}
		localization_key = idea_group_15_8_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 16 }
		}
		localization_key = idea_group_16_8_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 17 }
		}
		localization_key = idea_group_17_8_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 18 }
		}
		localization_key = idea_group_18_8_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 19 }
		}
		localization_key = idea_group_19_8_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 20 }
		}
		localization_key = idea_group_20_8_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 21 }
		}
		localization_key = idea_group_21_8_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 22 }
		}
		localization_key = idea_group_22_8_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 23 }
		}
		localization_key = idea_group_23_8_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 24 }
		}
		localization_key = idea_group_24_8_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 25 }
		}
		localization_key = idea_group_25_8_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 26 }
		}
		localization_key = idea_group_26_8_bonus
	}
	text = {
		trigger = {
			check_variable = { v = 27 }
		}
		localization_key = idea_group_27_8_bonus
	}
}