decisions = {

	wealth_prestige = {
		is_high_prio = yes

		potential = {
			ai = no
		} 
		allow = {
			wealth = 100
		}
		effect = { 
			prestige = 80
			wealth = -100
		}
	}
	prestige_wealth = {
		is_high_prio = yes

		potential = {
			ai = no
		} 
		allow = {
			prestige = 100
		}
		effect = { 
			wealth = 80
			prestige = -100
		}
	}
	prestige_piety = {
		is_high_prio = yes

		potential = {
			ai = no
		} 
		allow = {
			prestige = 100
		}
		effect = { 
			piety = 80
			prestige = -100
		}
	}
	piety_prestige = {
		is_high_prio = yes

		potential = {
			ai = no
		} 
		allow = {
			piety = 100
		}
		effect = { 
			prestige = 80
			piety = -100
		}
	}
	wealth_piety = {
		is_high_prio = yes

		potential = {
			ai = no
		} 
		allow = {
			wealth = 100
		}
		effect = { 
			piety = 80
			wealth = -100
		}
	}
	piety_wealth = {
		is_high_prio = yes

		potential = {
			ai = no
		} 
		allow = {
			piety = 100
		}
		effect = { 
			wealth = 80
			piety = -100
		}
	}
}