﻿regula_bdsm_session_effect = {
	$SUBMISSIVE$ = {
		if = {
			limit = {
				OR = {
					has_trait = humble
					has_trait = craven
					has_trait = flagellant
					has_trait = contrite
					has_trait = deviant ### UPDATE - Add carn traits?
				}
			}
			add_opinion = {
				target = $DOMINANT$
				modifier = regula_bdsm_positive
			}
			add_stress = minor_stress_loss
		}
		else = {
			add_opinion = {
				target = $DOMINANT$
				modifier = regula_bdsm_negative
			}
			add_stress = medium_stress_gain
		}
	}
}

# Effects we run after every recruit event
# Complete Recruit intent, Turns recruit into concubine, has sex, gives love modifier and adds to Orgy
# Requires scope:recruit to be set
regula_orgy_recruit_effect = {
	complete_activity_intent = yes
	make_concubine = scope:recruit
	regula_sex_with_target_normal = { TARGET = scope:recruit }
	scope:recruit = {
		add_opinion = {
			target = scope:host
			modifier = love_opinion
			opinion = 20
		}
		add_to_activity = scope:activity
	}
}