﻿# Family romance: On actions for the Feast activity

familyromance_feast_random_events = {
	random_events = {
		chance_of_no_event = {
			value = 99
			if = {
				limit = {
					has_game_rule = familyromance_siblings_seduce_attempts_during_feasts_hunts_very_rare
				}
				subtract = familyromance_siblings_seduce_attempts_during_feasts_hunts_very_rare_prob
			}
			if = {
				limit = {
					has_game_rule = familyromance_siblings_seduce_attempts_during_feasts_hunts_rare
				}
				subtract = familyromance_siblings_seduce_attempts_during_feasts_hunts_rare_prob
			}
			if = {
				limit = {
					has_game_rule = familyromance_siblings_seduce_attempts_during_feasts_hunts_often
				}
				subtract = familyromance_siblings_seduce_attempts_during_feasts_hunts_often_prob
			}
			if = {
				limit = {
					has_game_rule = familyromance_siblings_seduce_attempts_during_feasts_hunts_very_often
				}
				subtract = familyromance_siblings_seduce_attempts_during_feasts_hunts_very_often_prob
			}
		}

		400 = feast_familyromance.1001
		400 = feast_familyromance.1003
		400 = feast_familyromance.1005
	}	
	
}



feast_default_event_selection = {
	on_actions = {
		familyromance_feast_random_events
	}
}
	