#DRD-FILE

drd_religion_allows_homage = {
	conditional_tooltip = {
		trigger = {
			has_game_rule = {
				name = drd_homage
				value = both
			}
		}
		OR = {
			drd_religion_uses_christian_features = yes
			has_religion_feature = religion_divine_right
		}
	}
	conditional_tooltip = {
		trigger = {
			has_game_rule = {
				name = drd_homage
				value = doctrine
			}
		}
		OR = {
			religion = catholic
			religion = fraticelli
			has_religion_feature = religion_divine_right
		}
	}
	conditional_tooltip = {
		trigger = {
			has_game_rule = {
				name = drd_homage
				value = christian
			}
		}
		drd_religion_uses_christian_features = yes
	}
	conditional_tooltip = {
		trigger = {
			has_game_rule = {
				name = drd_homage
				value = catholic
			}
		}
		OR = {
			religion = catholic
			religion = fraticelli
		}
	}
	conditional_tooltip = {
		trigger = {
			has_game_rule = {
				name = drd_homage
				value = off
			}
		}
		NOT = {
			has_game_rule = {
				name = drd_homage
				value = off
			}
		}
	}
}
