#defined_text = {
#
#	name = rob_the_yz_gold_description		#抢黄金描述
#	text = {
#		trigger = {
#			has_country_flag = we_can_reduce_yz_bond
#		}
#		localization_key = rob_the_yz_gold_description_1
#	}
#	text = {
#		trigger = {
#			NOT = {
#				has_country_flag = we_can_reduce_yz_bond
#			}
#		}
#		localization_key = rob_the_yz_gold_description_2
#	}
#}
defined_text = {      #这个是柚子债券决议组的描述
	name = yz_economy_department_category_describe
	text = {
		trigger = {
			NOT = {
				has_country_flag = Yoshino_industry_long_term_invest_now_start
			}
		}
		localization_key = we_dont_start_yz_invest
	}
	text = {
		trigger = {
			has_country_flag = Yoshino_industry_long_term_invest_now_start
		}
		localization_key = we_now_start_yoshino_industry_long_term_invest
	}
}
defined_text = {       #这个是柚子社文化局的传播柚子文化条件的描述
	name = Yuzu_can_form_yuzu_land_describe
	text = {
		trigger = {
			has_country_flag = change_puppt_to_yuzu_land
		}
		localization_key = Yuzu_can_form_yuzu_land_describe_start
	}
	text = {
		trigger = {
			NOT = {
				has_country_flag = change_puppt_to_yuzu_land
			}
		}
		localization_key = Yuzu_can_form_yuzu_land_describe_start_first
	}
}
defined_text = {     #小夜市长特质
	name = YZ_aragami_sayo_our_role_model_of_victory_name
	text = {
		trigger = {
			OR = {
				has_government = communism
				has_country_flag = aragami_sayo_trait_show_c
			}
		}
		localization_key = YZ_aragami_sayo_our_role_model_of_victory_name_c
	}
	text = {
		trigger = {
			OR = {
				has_government = democratic
				has_country_flag = aragami_sayo_trait_show_d
			}
		}
		localization_key = YZ_aragami_sayo_our_role_model_of_victory_name_d
	}
	text = {
		trigger = {
			OR = {
				has_country_flag = aragami_sayo_trait_show_f
				has_government = fascism
			}
		}
		localization_key = YZ_aragami_sayo_our_role_model_of_victory_name_f
	}
	text = {
		trigger = {
			OR = {
				has_government = neutrality
				has_country_flag = aragami_sayo_trait_show_n
			}
		}
		localization_key = YZ_aragami_sayo_our_role_model_of_victory_name_n
	}
}
defined_text = {      #小夜吸血鬼特质
name = YZ_aragami_sayo_two_hundred_years_vampire_name
text = {
	trigger = {
		OR = {
			has_government = communism
			has_country_flag = aragami_sayo_trait_show_c
		}
	}
	localization_key = YZ_aragami_sayo_two_hundred_years_vampire_name_c
}
text = {
	trigger = {
		OR = {
			has_government = democratic
			has_country_flag = aragami_sayo_trait_show_d
		}
	}
	localization_key = YZ_aragami_sayo_two_hundred_years_vampire_name_d
}
text = {
	trigger = {
		OR = {
			has_country_flag = aragami_sayo_trait_show_f
			has_government = fascism
		}
	}
	localization_key = YZ_aragami_sayo_two_hundred_years_vampire_name_f
}
text = {
	trigger = {
		OR = {
			has_government = neutrality
			has_country_flag = aragami_sayo_trait_show_n
		}
	}
	localization_key = YZ_aragami_sayo_two_hundred_years_vampire_name_n
}
}