﻿regula_throw_orgy_decision = {
	ai_check_interval = 0

	cooldown = { years = 5 }
	picture = "gfx/interface/illustrations/decisions/regula_throw_orgy_decision.dds"
	desc = regula_throw_orgy_decision_desc
	selection_tooltip = regula_throw_orgy_decision_tooltip

	is_shown = {
		has_trait = magister_trait_group
	}

	is_valid_showing_failures_only = {
		is_available_adult = yes
		custom_description = {
			text = regula_throw_orgy_concubine_minimum
			regula_num_landed_concubines >= 6
		}
		custom_description = {
			text = magister_trait_2_required_trigger
			NOT = { has_trait = magister_1 }
		}
	}

	effect = {
		capital_province = {
			spawn_activity = {
				type = activity_regula_orgy
				owner = root
			}
		}
		stress_impact = {
			base = major_stress_impact_loss 
		}
	}
	
	ai_potential = {
		always = yes
	}

	ai_will_do = {
		base = 0
	}
}