﻿council_opening_on_action = {
	effect = {
		involved_activity = {
			every_attending_character = {
				limit = {
					location = involved_activity.activity_location
					NOT = { this = involved_activity.activity_host }
					NOT = { this = involved_activity.special_guest:the_pretender }
				}
				trigger_event = sc_council_events.0001
			}
		}
	}
}

council_debate_events = {
	random_events = {
		3 = sc_council_events.0002
		3 = sc_council_events.0003
		3 = sc_council_events.0004
		3 = sc_council_events.0005
		3 = sc_council_events.0006
		3 = sc_council_events.0007
		3 = sc_council_events.0008
		3 = sc_council_events.0009
		3 = sc_council_events.0010
		3 = sc_council_exclusive_events.0001
		3 = sc_council_exclusive_events.0002
		3 = sc_council_exclusive_events.0003
		3 = sc_council_exclusive_events.0004
		3 = sc_council_exclusive_events.0005
		3 = sc_council_exclusive_events.0006
		3 = sc_council_exclusive_events.0007
		3 = sc_council_player_events.0011
		4 = sc_council_player_events.0012
		4 = sc_council_player_events.0013
		4 = sc_council_player_events.0014
		4 = sc_council_player_events.0015
		4 = sc_council_player_events.0016
		4 = sc_council_player_events.0017
		50 = 0
	}
}