decisions = {
	
	give_alms = {
		potential = {
			ai = no
			is_ruler = yes
			is_female = no
			OR = {
			    religion = catholic
			    religion = orthodox
			}
		}
		allow = {
			wealth = 50
		}
		effect = {
			hidden_tooltip = {
				FROM = {
					character_event = { id = YEK.156 }
				}
			}
		}
		ai_will_do = {
			factor = 0
		}
	}
}