############################################################################################################
#	Expert AI mod - scripted localisation #CB
############################################################################################################

############ custom bonus ############

defined_text = {
	name = EAI_GetDifficultyBonusMode

	text = { trigger = { ROOT = { has_country_flag = EAI_config_COUNTRY } } localization_key = "" }
	text = { trigger = { NOT = { ROOT = { has_country_flag = EAI_config_COUNTRY } } } localization_key = "global." }
}

defined_text = {
	name = EAI_GetDifficultyBonusMode2

	text = { trigger = { ROOT = { has_country_flag = EAI_config_COUNTRY } } localization_key = "_temp" }
	text = { trigger = { NOT = { ROOT = { has_country_flag = EAI_config_COUNTRY } } } localization_key = "" }
}

defined_text = {
	name = EAI_GetCustomBonusAmountMultiplier

	text = { trigger = { ROOT = { check_variable = { EAI_selected_custom_bonus_setting = 25 } } } localization_key = "100" }
	text = { trigger = { ROOT = { check_variable = { EAI_selected_custom_bonus_setting = 26 } } } localization_key = "100" }
	text = { trigger = { ROOT = { check_variable = { EAI_selected_custom_bonus_setting = 34 } } } localization_key = "100" }
	text = { trigger = { ROOT = { check_variable = { EAI_selected_custom_bonus_setting = 37 } } } localization_key = "100" }
	text = { trigger = { ROOT = { check_variable = { EAI_selected_custom_bonus_setting = 38 } } } localization_key = "100" }
	text = { trigger = { } localization_key = "1" }
}

defined_text = {
	name = EAI_GetCustomBonusAmountMax

	text = { trigger = { ROOT = { check_variable = { EAI_selected_custom_bonus_setting = 11 } } } localization_key = "0" }
	text = { trigger = { ROOT = { check_variable = { EAI_selected_custom_bonus_setting = 13 } } } localization_key = "0" }
	text = { trigger = { ROOT = { check_variable = { EAI_selected_custom_bonus_setting = 16 } } } localization_key = "0" }
	text = { trigger = { ROOT = { check_variable = { EAI_selected_custom_bonus_setting = 17 } } } localization_key = "0" }
	text = { trigger = { ROOT = { check_variable = { EAI_selected_custom_bonus_setting = 18 } } } localization_key = "0" }
	text = { trigger = { ROOT = { check_variable = { EAI_selected_custom_bonus_setting = 25 } } } localization_key = "3" }
	text = { trigger = { ROOT = { check_variable = { EAI_selected_custom_bonus_setting = 26 } } } localization_key = "10000" }
	text = { trigger = { ROOT = { check_variable = { EAI_selected_custom_bonus_setting = 34 } } } localization_key = "1" }
	text = { trigger = { ROOT = { check_variable = { EAI_selected_custom_bonus_setting = 37 } } } localization_key = "200" }
	text = { trigger = { } localization_key = "99" }
}

defined_text = {
	name = EAI_GetCustomBonusAmountMin

	text = { trigger = { ROOT = { check_variable = { EAI_selected_custom_bonus_setting = 11 } } } localization_key = "-0.75" }
	text = { trigger = { ROOT = { check_variable = { EAI_selected_custom_bonus_setting = 13 } } } localization_key = "-0.5" }
	text = { trigger = { ROOT = { check_variable = { EAI_selected_custom_bonus_setting = 16 } } } localization_key = "-0.5" }
	text = { trigger = { ROOT = { check_variable = { EAI_selected_custom_bonus_setting = 17 } } } localization_key = "-0.5" }
	text = { trigger = { ROOT = { check_variable = { EAI_selected_custom_bonus_setting = 18 } } } localization_key = "-0.5" }
	text = { trigger = { ROOT = { check_variable = { EAI_selected_custom_bonus_setting = 25 } } } localization_key = "0" }
	text = { trigger = { ROOT = { check_variable = { EAI_selected_custom_bonus_setting = 26 } } } localization_key = "0" }
	text = { trigger = { ROOT = { check_variable = { EAI_selected_custom_bonus_setting = 28 } } } localization_key = "-0.80" }
	text = { trigger = { ROOT = { check_variable = { EAI_selected_custom_bonus_setting = 33 } } } localization_key = "-0.50" }
	text = { trigger = { ROOT = { check_variable = { EAI_selected_custom_bonus_setting = 34 } } } localization_key = "0" }
	text = { trigger = { ROOT = { check_variable = { EAI_selected_custom_bonus_setting = 37 } } } localization_key = "0" }
	text = { trigger = { } localization_key = "-99" }
}

###

defined_text = {
	name = EAI_GetCustomBonus_1_Value

	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_1_temp = 0 } } } localization_key = EAI_custom_bonus_1_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_1 = 0 } } } localization_key = EAI_custom_bonus_1_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_2_Value

	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_2_temp = 0 } } } localization_key = EAI_custom_bonus_2_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_2 = 0 } } } localization_key = EAI_custom_bonus_2_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_3_Value

	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_3_temp = 0 } } } localization_key = EAI_custom_bonus_3_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_3 = 0 } } } localization_key = EAI_custom_bonus_3_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_4_Value

	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_4_temp = 0 } } } localization_key = EAI_custom_bonus_4_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_4 = 0 } } } localization_key = EAI_custom_bonus_4_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_5_Value

	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_5_temp = 0 } } } localization_key = EAI_custom_bonus_5_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_5 = 0 } } } localization_key = EAI_custom_bonus_5_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_6_Value

	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_6_temp = 0 } } } localization_key = EAI_custom_bonus_6_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_6 = 0 } } } localization_key = EAI_custom_bonus_6_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_7_Value

	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_7_temp = 0 } } } localization_key = EAI_custom_bonus_7_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_7 = 0 } } } localization_key = EAI_custom_bonus_7_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_8_Value

	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_8_temp = 0 } } } localization_key = EAI_custom_bonus_8_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_8 = 0 } } } localization_key = EAI_custom_bonus_8_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_9_Value

	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_9_temp = 0 } } } localization_key = EAI_custom_bonus_9_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_9 = 0 } } } localization_key = EAI_custom_bonus_9_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_10_Value

	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_10_temp = 0 } } } localization_key = EAI_custom_bonus_10_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_10 = 0 } } } localization_key = EAI_custom_bonus_10_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_11_Value

	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_11_temp = 0 } } } localization_key = EAI_custom_bonus_11_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_11 = 0 } } } localization_key = EAI_custom_bonus_11_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_12_Value

	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_12_temp = 0 } } } localization_key = EAI_custom_bonus_12_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_12 = 0 } } } localization_key = EAI_custom_bonus_12_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_13_Value

	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_13_temp = 0 } } } localization_key = EAI_custom_bonus_13_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_13 = 0 } } } localization_key = EAI_custom_bonus_13_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_14_Value

	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_14_temp = 0 } } } localization_key = EAI_custom_bonus_14_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_14 = 0 } } } localization_key = EAI_custom_bonus_14_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_15_Value

	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_15_temp = 0 } } } localization_key = EAI_custom_bonus_15_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_15 = 0 } } } localization_key = EAI_custom_bonus_15_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_16_Value

	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_16_temp = 0 } } } localization_key = EAI_custom_bonus_16_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_16 = 0 } } } localization_key = EAI_custom_bonus_16_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_17_Value

	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_17_temp = 0 } } } localization_key = EAI_custom_bonus_17_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_17 = 0 } } } localization_key = EAI_custom_bonus_17_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_18_Value

	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_18_temp = 0 } } } localization_key = EAI_custom_bonus_18_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_18 = 0 } } } localization_key = EAI_custom_bonus_18_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_19_Value

	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_19_temp = 0 } } } localization_key = EAI_custom_bonus_19_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_19 = 0 } } } localization_key = EAI_custom_bonus_19_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_20_Value

	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_20_temp = 0 } } } localization_key = EAI_custom_bonus_20_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_20 = 0 } } } localization_key = EAI_custom_bonus_20_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_21_Value

	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_21_temp = 0 } } } localization_key = EAI_custom_bonus_21_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_21 = 0 } } } localization_key = EAI_custom_bonus_21_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_22_Value

	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_22_temp = 0 } } } localization_key = EAI_custom_bonus_22_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_22 = 0 } } } localization_key = EAI_custom_bonus_22_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_23_Value

	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_23_temp = 0 } } } localization_key = EAI_custom_bonus_23_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_23 = 0 } } } localization_key = EAI_custom_bonus_23_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_24_Value

	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_24_temp = 0 } } } localization_key = EAI_custom_bonus_24_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_24 = 0 } } } localization_key = EAI_custom_bonus_24_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_25_Value

	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_25_temp = 0 } } } localization_key = EAI_custom_bonus_25_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_25 = 0 } } } localization_key = EAI_custom_bonus_25_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_26_Value

	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_26_temp = 0 } } } localization_key = EAI_custom_bonus_26_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_26 = 0 } } } localization_key = EAI_custom_bonus_26_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_27_Value

	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_27_temp = 0 } } } localization_key = EAI_custom_bonus_27_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_27 = 0 } } } localization_key = EAI_custom_bonus_27_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_28_Value

	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_28_temp = 0 } } } localization_key = EAI_custom_bonus_28_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_28 = 0 } } } localization_key = EAI_custom_bonus_28_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_29_Value

	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_29_temp = 0 } } } localization_key = EAI_custom_bonus_29_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_29 = 0 } } } localization_key = EAI_custom_bonus_29_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_30_Value

	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_30_temp = 0 } } } localization_key = EAI_custom_bonus_30_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_30 = 0 } } } localization_key = EAI_custom_bonus_30_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_31_Value

	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_31_temp = 0 } } } localization_key = EAI_custom_bonus_31_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_31 = 0 } } } localization_key = EAI_custom_bonus_31_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_32_Value

	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_32_temp = 0 } } } localization_key = EAI_custom_bonus_32_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_32 = 0 } } } localization_key = EAI_custom_bonus_32_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_33_Value
 
	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_33_temp = 0 } } } localization_key = EAI_custom_bonus_33_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_33 = 0 } } } localization_key = EAI_custom_bonus_33_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_34_Value
 
	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_34_temp = 0 } } } localization_key = EAI_custom_bonus_34_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_34 = 0 } } } localization_key = EAI_custom_bonus_34_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_35_Value
 
	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_35_temp = 0 } } } localization_key = EAI_custom_bonus_35_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_35 = 0 } } } localization_key = EAI_custom_bonus_35_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_36_Value
 
	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_36_temp = 0 } } } localization_key = EAI_custom_bonus_36_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_36 = 0 } } } localization_key = EAI_custom_bonus_36_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_37_Value
 
	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_37_temp = 0 } } } localization_key = EAI_custom_bonus_37_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_37 = 0 } } } localization_key = EAI_custom_bonus_37_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}
defined_text = {
	name = EAI_GetCustomBonus_38_Value
 
	text = { trigger = { has_variable = EAI_configuration_target NOT = { check_variable = { Root.EAI_custom_bonus_38_temp = 0 } } } localization_key = EAI_custom_bonus_38_text }
	text = { trigger = { NOT = { has_variable = EAI_configuration_target } NOT = { check_variable = { global.EAI_custom_bonus_38 = 0 } } } localization_key = EAI_custom_bonus_38_global }
	text = { trigger = {} localization_key = "EAI_config_custom_bonus_off" }
}