# splendor_triggered_modifier_1 = {
# 	potential = {
# 		has_dlc = "Mandate of Heaven"
# 	}
# 	trigger = {
# 		custom_trigger_tooltip = {
# 			tooltip = RULER_STAT_15_TOOLTIP
# 			variable_arithmetic_trigger = {
# 				export_to_variable = {
# 					which = adm_value
# 					value = ADM
# 				}
# 				export_to_variable = {
# 					which = dip_value
# 					value = DIP
# 				}
# 				export_to_variable = {
# 					which = mil_value
# 					value = MIL
# 				}
# 				change_variable = { which = adm_value which = dip_value }
# 				change_variable = { which = adm_value which = mil_value }
				
# 				check_variable = {
# 					which = adm_value
# 					value = 15
# 				}
# 			}
# 		}
# 	}

# 	monthly_splendor = 1
# }

# splendor_triggered_modifier_2 = {
# 	potential = {
# 		has_dlc = "Mandate of Heaven"
# 	}
# 	trigger = {
# 		has_adm_advisor_3 = yes
# 		has_dip_advisor_3 = yes
# 		has_mil_advisor_3 = yes
# 	}

# 	monthly_splendor = 1
# }

splendor_triggered_modifier_3 = {
	potential = {
		has_dlc = "Mandate of Heaven"
	}
	trigger = {
		is_bankrupt = yes
	}

	monthly_splendor = -12
}