##################################################
#
# STRATEGIC EFFECTS - A.K.A. "TRIGGERED MODIFIERS"
#
##################################################

# Bankruptcy
negative_money = {
	potential = {
		is_ruler = yes
	}

	trigger = {
		NOT = { wealth = 0 }
	}

	icon = 24

	land_morale = -1
	monthly_character_prestige = -1
	general_opinion = -20
}
