# The Anarchist Synthesis Proclaimed
narrative_event = {
	id = 280964
	title = EVTNAME_ASP_001
	desc = EVTDESC_ASP_001
	picture = GFX_anarchist_synthesis
	border = GFX_event_narrative_frame_religion
	
	is_triggered_only = yes
	
	option = {
		name = EVTOPTAASP_001
		if = {
			limit = { 
				FROM = {
					religion = anarchist 
				}
			}
			set_parent_religion = { religion = anarcho-syndicalism parent = anarchist }
		}
		if = {
			limit = { 
				FROM = {
					religion = anarchist 
				}
			}
			set_parent_religion = { religion = anarcho-mutualism parent = anarchist }
		}
		if = {
			limit = { 
				FROM = {
					religion = anarchist 
				}
			}
			set_parent_religion = { religion = anarcho-feminism parent = anarchist }
		}
		if = {
			limit = { 
				FROM = {
					religion = anarchist 
				}
			}
			set_parent_religion = { religion = ecoanarchism parent = anarchist }
		}
		if = {
			limit = { 
				FROM = {
					religion = anarcho-syndicalism 
				}
			}
			set_parent_religion = { religion = anarchist parent = anarcho-syndicalism }
		}
		if = {
			limit = { 
				FROM = {
					religion = anarcho-syndicalism 
				}
			}
			set_parent_religion = { religion = anarcho-mutualism parent = anarcho-syndicalism }
		}
		if = {
			limit = { 
				FROM = {
					religion = anarcho-syndicalism 
				}
			}
			set_parent_religion = { religion = anarcho-feminism parent = anarcho-syndicalism }
		}
		if = {
			limit = { 
				FROM = {
					religion = anarcho-syndicalism 
				}
			}
			set_parent_religion = { religion = ecoanarchism parent = anarcho-syndicalism }
		}
		if = {
			limit = { 
				FROM = {
					religion = anarcho-mutualism 
				}
			}
			set_parent_religion = { religion = anarchist parent = anarcho-mutualism }
		}
		if = {
			limit = { 
				FROM = {
					religion = anarcho-mutualism 
				}
			}
			set_parent_religion = { religion = anarcho-syndicalism parent = anarcho-mutualism }
		}
		if = {
			limit = { 
				FROM = {
					religion = anarcho-mutualism 
				}
			}
			set_parent_religion = { religion = anarcho-feminism parent = anarcho-mutualism }
		}
		if = {
			limit = { 
				FROM = {
					religion = anarcho-mutualism 
				}
			}
			set_parent_religion = { religion = ecoanarchism parent = anarcho-mutualism }
		}
		if = {
			limit = { 
				FROM = {
					religion = anarcho-feminism 
				}
			}
			set_parent_religion = { religion = anarcho-syndicalism parent = anarcho-feminism }
		}
		if = {
			limit = { 
				FROM = {
					religion = anarcho-feminism 
				}
			}
			set_parent_religion = { religion = anarcho-mutualism parent = anarcho-feminism }
		}
		if = {
			limit = { 
				FROM = {
					religion = anarcho-feminism 
				}
			}
			set_parent_religion = { religion = anarchist parent = anarcho-feminism }
		}
		if = {
			limit = { 
				FROM = {
					religion = anarcho-feminism 
				}
			}
			set_parent_religion = { religion = ecoanarchism parent = anarcho-feminism }
		}
		if = {
			limit = { 
				FROM = {
					religion = ecoanarchism 
				}
			}
			set_parent_religion = { religion = anarcho-syndicalism parent = ecoanarchism }
		}
		if = {
			limit = { 
				FROM = {
					religion = ecoanarchism 
				}
			}
			set_parent_religion = { religion = anarcho-mutualism parent = ecoanarchism }
		}
		if = {
			limit = { 
				FROM = {
					religion = ecoanarchism 
				}
			}
			set_parent_religion = { religion = anarcho-feminism parent = ecoanarchism }
		}
		if = {
			limit = { 
				FROM = {
					religion = ecoanarchism 
				}
			}
			set_parent_religion = { religion = anarchist parent = ecoanarchism }
		}

		set_global_flag = anarchist_synthesis_proclaimed
		
		hidden_tooltip = {
			any_playable_ruler = {
				limit = {
					OR = {
						religion = anarchist
						religion = anarcho-syndicalism
						religion = anarcho-mutualism
						religion = anarcho-feminism
						religion = ecoanarchism
					}
					NOT = { religion = FROM }
				}
				narrative_event = { id = 280965 }
			}
		}
	}
}

# Convert or Not?
narrative_event = {
	id = 280965
	title = EVTNAME_ASP.002
	desc = EVTDESC_ASP.002
	
	picture = GFX_anarchist_synthesis
	
	is_triggered_only = yes
	
	option = { # Yes
		name = EVTOPTAASP_002
		ai_chance = { factor = 75 }
		religion = FROM
		any_courtier = {
			limit = {
				OR = {
					religion = anarchist
					religion = anarcho-syndicalism
					religion = anarcho-mutualism
					religion = anarcho-feminism
					religion = ecoanarchism
				}
				liege = { character = ROOT }
			}
			religion = FROM
		}
		capital_scope = {
			religion = FROM
		}
	}
	option = { # No
		name = EVTOPTBASP_002
		ai_chance = { 
			factor = 25
			modifier = {
				factor = 50
				trait = zealous
			}
		}
	}
}

# The Libertarian Synthesis Proclaimed
narrative_event = {
	id = 280966
	title = EVTNAME_ASP_003
	desc = EVTDESC_ASP_003
	
	picture = GFX_libertarian_synthesis
	
	is_triggered_only = yes
	
	option = {
		name = EVTOPTAASP_003

		if = {
			limit = { religion = anarcho-capitalism }
			set_parent_religion = { religion = minarchist parent = anarcho-capitalism }
			set_parent_religion = { religion = paleolibertarianism parent = anarcho-capitalism }
			set_parent_religion = { religion = geolibertarianism parent = anarcho-capitalism }
		}
		if = {
			limit = { religion = minarchist }
			set_parent_religion = { religion = anarcho-capitalism parent = minarchist }
			set_parent_religion = { religion = paleolibertarianism parent = minarchist }
			set_parent_religion = { religion = geolibertarianism parent = minarchist }
		}
		if = {
			limit = { religion = paleolibertarianism }
			set_parent_religion = { religion = anarcho-capitalism parent = paleolibertarianism }
			set_parent_religion = { religion = minarchist parent = paleolibertarianism }
			set_parent_religion = { religion = geolibertarianism parent = paleolibertarianism }
		}
		if = {
			limit = { religion = geolibertarianism }
			set_parent_religion = { religion = anarcho-capitalism parent = geolibertarianism }
			set_parent_religion = { religion = minarchist parent = geolibertarianism }
			set_parent_religion = { religion = paleolibertarianism parent = geolibertarianism }
		}

		set_global_flag = libertarian_synthesis_proclaimed
		hidden_tooltip = {
			any_playable_ruler = {
				limit = {
					OR = {
						religion = anarcho-capitalism
						religion = minarchist
						religion = paleolibertarianism
						religion = geolibertarianism
					}
					NOT = { religion = FROM }
				}
				narrative_event = { id = 280967 }
			}
		}
	}
}

# Convert or Not?
narrative_event = {
	id = 280967
	title = EVTNAME_ASP_004
	desc = EVTDESC_ASP_004
	
	picture = GFX_libertarian_synthesis
	
	is_triggered_only = yes
	
	option = { # Yes
		name = EVTOPTAASP_004
		ai_chance = { factor = 75 }
		religion = FROM
		any_courtier = {
			limit = {
				OR = {
					religion = anarcho-capitalism
					religion = minarchist
					religion = paleolibertarianism
					religion = geolibertarianism
				}
				liege = { character = ROOT }
			}
			religion = FROM
		}
		capital_scope = {
			religion = FROM
		}
	}
	option = { # No
		name = EVTOPTBASP_004
		ai_chance = {
			factor = 25
			modifier = {
				factor = 50
				trait = zealous
			}
		}
	}
}

# An anarchist movement takes over
narrative_event = {
	id = 280968
	title = EVTNAME_ASP_005
	desc = EVTDESC_ASP_005
	
	picture = GFX_evt_anarchist_congress
	
	is_triggered_only = yes
	
	option = { # Good
		name = EVTOPTAASP_005
		if = {
			limit = {
				FROM = {
					religion = anarchist
				}
			}
			anarchist = {
				religion_authority = {
					modifier = successful_congress
					years = 30
				}
			}
			anarcho-syndicalism = {
				religion_authority = {
					modifier = unsuccessful_congress
					years = 30
				}
			}
			anarcho-mutualism = {
				religion_authority = {
					modifier = unsuccessful_congress
					years = 30
				}
			}
			anarcho-feminism = {
				religion_authority = {
					modifier = unsuccessful_congress
					years = 30
				}
			}
			ecoanarchism = {
				religion_authority = {
					modifier = unsuccessful_congress
					years = 30
				}
			}
		}
		if = {
			limit = {
				FROM = {
					religion = anarcho-syndicalism
				}
			}
			anarcho-syndicalism = {
				religion_authority = {
					modifier = successful_congress
					years = 30
				}
			}
			anarchist = {
				religion_authority = {
					modifier = unsuccessful_congress
					years = 30
				}
			}
			anarcho-mutualism = {
				religion_authority = {
					modifier = unsuccessful_congress
					years = 30
				}
			}
			anarcho-feminism = {
				religion_authority = {
					modifier = unsuccessful_congress
					years = 30
				}
			}
			ecoanarchism = {
				religion_authority = {
					modifier = unsuccessful_congress
					years = 30
				}
			}
		}
		if = {
			limit = {
				FROM = {
					religion = anarcho-mutualism
				}
			}
			anarcho-mutualism = {
				religion_authority = {
					modifier = successful_congress
					years = 30
				}
			}
			anarchist = {
				religion_authority = {
					modifier = unsuccessful_congress
					years = 30
				}
			}
			anarcho-syndicalism = {
				religion_authority = {
					modifier = unsuccessful_congress
					years = 30
				}
			}
			anarcho-feminism = {
				religion_authority = {
					modifier = unsuccessful_congress
					years = 30
				}
			}
			ecoanarchism = {
				religion_authority = {
					modifier = unsuccessful_congress
					years = 30
				}
			}
		}
		if = {
			limit = {
				FROM = {
					religion = anarcho-feminism
				}
			}
			anarcho-feminism = {
				religion_authority = {
					modifier = successful_congress
					years = 30
				}
			}
			anarchist = {
				religion_authority = {
					modifier = unsuccessful_congress
					years = 30
				}
			}
			anarcho-syndicalism = {
				religion_authority = {
					modifier = unsuccessful_congress
					years = 30
				}
			}
			anarcho-mutualism = {
				religion_authority = {
					modifier = unsuccessful_congress
					years = 30
				}
			}
			ecoanarchism = {
				religion_authority = {
					modifier = unsuccessful_congress
					years = 30
				}
			}
		}
		if = {
			limit = {
				FROM = {
					religion = ecoanarchism
				}
			}
			ecoanarchism = {
				religion_authority = {
					modifier = successful_congress
					years = 30
				}
			}
			anarchist = {
				religion_authority = {
					modifier = unsuccessful_congress
					years = 30
				}
			}
			anarcho-syndicalism = {
				religion_authority = {
					modifier = unsuccessful_congress
					years = 30
				}
			}
			anarcho-mutualism = {
				religion_authority = {
					modifier = unsuccessful_congress
					years = 30
				}
			}
			anarcho-feminism = {
				religion_authority = {
					modifier = unsuccessful_congress
					years = 30
				}
			}
		}
		hidden_tooltip = {
			any_playable_ruler = {
				limit = {
					OR = {
						religion = anarcho-capitalism
						religion = minarchist
						religion = paleolibertarianism
						religion = geolibertarianism
					}
				}
				narrative_event = { id = 280970 }
			}
		}
	}
}

# An anarchist movement takes over - Spectator
narrative_event = {
	id = 280970
	title = EVTNAME_ASP_007
	desc = EVTDESC_ASP_007
	
	picture = GFX_evt_anarchist_congress
	
	is_triggered_only = yes
	
	option = { # Same trend
		name = EVTOPTAASP_007
		trigger = {
			religion = FROM
		}
	}
	option = { # Opposite trend
		name = EVTOPTAASP_007
		trigger = {
			NOT = { religion = FROM }
		}
	}
}
	

# A libertarian movement takes over
narrative_event = {
	id = 280969
	title = EVTNAME_ASP_006
	desc = EVTDESC_ASP_006
	
	picture = GFX_evt_libertarian_congress
	
	is_triggered_only = yes
	
	option = { Good
		name = EVTOPTAASP_005
		if = {
			limit = {
				FROM = {
					religion = anarcho-capitalism
				}
			}
			anarcho-capitalism = {
				religion_authority = {
					modifier = successful_congress
					years = 30
				}
			}
			minarchist = {
				religion_authority = {
					modifier = unsuccessful_congress
					years = 30
				}
			}
			paleolibertarianism = {
				religion_authority = {
					modifier = unsuccessful_congress
					years = 30
				}
			}
			geolibertarianism = {
				religion_authority = {
					modifier = unsuccessful_congress
					years = 30
				}
			}
		}
		if = {
			limit = {
				FROM = {
					religion = minarchist
				}
			}
			minarchist = {
				religion_authority = {
					modifier = successful_congress
					years = 30
				}
			}
			anarcho-capitalism = {
				religion_authority = {
					modifier = unsuccessful_congress
					years = 30
				}
			}
			paleolibertarianism = {
				religion_authority = {
					modifier = unsuccessful_congress
					years = 30
				}
			}
			geolibertarianism = {
				religion_authority = {
					modifier = unsuccessful_congress
					years = 30
				}
			}
		}
		if = {
			limit = {
				FROM = {
					religion = paleolibertarianism
				}
			}
			paleolibertarianism = {
				religion_authority = {
					modifier = successful_congress
					years = 30
				}
			}
			minarchist = {
				religion_authority = {
					modifier = unsuccessful_congress
					years = 30
				}
			}
			anarcho-capitalism = {
				religion_authority = {
					modifier = unsuccessful_congress
					years = 30
				}
			}
			geolibertarianism = {
				religion_authority = {
					modifier = unsuccessful_congress
					years = 30
				}
			}
		}
		if = {
			limit = {
				FROM = {
					religion = geolibertarianism
				}
			}
			geolibertarianism = {
				religion_authority = {
					modifier = successful_congress
					years = 30
				}
			}
			minarchist = {
				religion_authority = {
					modifier = unsuccessful_congress
					years = 30
				}
			}
			paleolibertarianism = {
				religion_authority = {
					modifier = unsuccessful_congress
					years = 30
				}
			}
			anarcho-capitalism = {
				religion_authority = {
					modifier = unsuccessful_congress
					years = 30
				}
			}
		}
		hidden_tooltip = {
			any_playable_ruler = {
				limit = {
					OR = {
						religion = anarcho-capitalism
						religion = minarchist
						religion = paleolibertarianism
						religion = geolibertarianism
					}
				}
				narrative_event = { id = 280971 }
			}
		}
	}
}

# A libertarian movement takes over - Spectator
narrative_event = {
	id = 280971
	title = EVTNAME_ASP_008
	desc = EVTDESC_ASP_008
	
	picture = GFX_evt_libertarian_congress
	
	is_triggered_only = yes
	
	option = { # Same trend
		name = EVTOPTAASP_007
		trigger = {
			religion = FROM
		}
	}
	option = { # Opposite trend
		name = EVTOPTBASP_007
		trigger = {
			NOT = { religion = FROM }
		}
	}
}

# Harsh opposition to the Individual Anarchist movement
narrative_event = {
	id = 280972
	title = EVTNAME_ASP_009
	desc = EVTDESC_ASP_009
	
	picture = GFX_evt_anarchist_congress
	
	is_triggered_only = yes
	
	option = { Good
		name = EVTOPTAASP_009
		anarchist = {
			religion_authority = {
				modifier = harsh_questioning
				years = 30
			}
		}
		add_character_modifier = {
			name = recent_anarchist_congress
			duration = 730
		}
		any_playable_ruler = {
			limit = {
				religion = anarchist
			}
			opinion = {
				modifier = public_opponent
				who = FROM
				years = 15
			}
		}
		hidden_tooltip = {
			any_playable_ruler = {
				limit = {
					OR = {
						religion = anarcho-capitalism
						religion = minarchist
						religion = paleolibertarianism
						religion = geolibertarianism
					}
				}
				narrative_event = { id = 280977 }
			}
		}
	}
}

# Harsh opposition to the Anarcho-Syndicalism movement
narrative_event = {
	id = 280973
	title = EVTNAME_ASP_010
	desc = EVTDESC_ASP_010
	
	picture = GFX_evt_anarchist_congress
	
	is_triggered_only = yes
	
	option = { Good
		name = EVTOPTAASP_009
		anarcho-syndicalism = {
			religion_authority = {
				modifier = harsh_questioning
				years = 30
			}
		}
		hidden_tooltip = {
			any_playable_ruler = {
				limit = {
					OR = {
						religion = anarcho-capitalism
						religion = minarchist
						religion = paleolibertarianism
						religion = geolibertarianism
					}
				}
				narrative_event = { id = 280977 }
			}
		}
	}
}

# Harsh opposition to the Anarcho-Mutualism movement
narrative_event = {
	id = 280974
	title = EVTNAME_ASP_011
	desc = EVTDESC_ASP_011
	
	picture = GFX_evt_anarchist_congress
	
	is_triggered_only = yes
	
	option = { Good
		name = EVTOPTAASP_009
		anarcho-mutualism = {
			religion_authority = {
				modifier = harsh_questioning
				years = 30
			}
		}
		hidden_tooltip = {
			any_playable_ruler = {
				limit = {
					OR = {
						religion = anarcho-capitalism
						religion = minarchist
						religion = paleolibertarianism
						religion = geolibertarianism
					}
				}
				narrative_event = { id = 280977 }
			}
		}
	}
}

# Harsh opposition to the Anarcho-Feminism movement
narrative_event = {
	id = 280975
	title = EVTNAME_ASP_012
	desc = EVTDESC_ASP_012
	
	picture = GFX_evt_anarchist_congress
	
	is_triggered_only = yes
	
	option = { Good
		name = EVTOPTAASP_009
		anarcho-feminism = {
			religion_authority = {
				modifier = harsh_questioning
				years = 30
			}
		}
		hidden_tooltip = {
			any_playable_ruler = {
				limit = {
					OR = {
						religion = anarcho-capitalism
						religion = minarchist
						religion = paleolibertarianism
						religion = geolibertarianism
					}
				}
				narrative_event = { id = 280977 }
			}
		}
	}
}

# Harsh opposition to the Ecoanarchism movement
narrative_event = {
	id = 280976
	title = EVTNAME_ASP_013
	desc = EVTDESC_ASP_013
	
	picture = GFX_evt_anarchist_congress
	
	is_triggered_only = yes
	
	option = { Good
		name = EVTOPTAASP_009
		ecoanarchism = {
			religion_authority = {
				modifier = harsh_questioning
				years = 30
			}
		}
		hidden_tooltip = {
			any_playable_ruler = {
				limit = {
					OR = {
						religion = anarcho-capitalism
						religion = minarchist
						religion = paleolibertarianism
						religion = geolibertarianism
					}
				}
				narrative_event = { id = 280977 }
			}
		}
	}
}

# Harsh opposition to an anarchist trend - Spectator
narrative_event = {
	id = 280977
	title = EVTNAME_ASP_014
	desc = EVTDESC_ASP_014
	
	picture = GFX_evt_anarchist_congress
	
	is_triggered_only = yes
	
	option = { # Same trend
		name = EVTOPTAASP_014
		trigger = {
			religion = FROM
			NOT = { trait = content }
		}
	}
	option = { # Same trend... but was it necessary ?
		name = EVTOPTBASP_014
		trigger = {
			religion = FROM
			NOT = { trait = content }
		}
	}
	option = { # Opposite trend
		name = EVTOPTCASP_014
		trigger = {
			NOT = { religion = FROM }
		}
	}
}

# Harsh opposition to the Anarcho-Capitalism movement
narrative_event = {
	id = 280978
	title = EVTNAME_ASP_015
	desc = EVTDESC_ASP_015
	
	picture = GFX_evt_libertarian_congress
	
	is_triggered_only = yes
	
	option = { Good
		name = EVTOPTAASP_015
		anarcho-capitalism = {
			religion_authority = {
				modifier = harsh_questioning
				years = 30
			}
		}
		hidden_tooltip = {
			any_playable_ruler = {
				limit = {
					OR = {
						religion = anarcho-capitalism
						religion = minarchist
						religion = paleolibertarianism
						religion = geolibertarianism
					}
				}
				narrative_event = { id = 280982 }
			}
		}
	}
}

# Harsh opposition to the Minarchist movement
narrative_event = {
	id = 280979
	title = EVTNAME_ASP_015
	desc = EVTDESC_ASP_015
	
	picture = GFX_evt_libertarian_congress
	
	is_triggered_only = yes
	
	option = { Good
		name = EVTOPTAASP_015
		minarchist = {
			religion_authority = {
				modifier = harsh_questioning
				years = 30
			}
		}
		hidden_tooltip = {
			any_playable_ruler = {
				limit = {
					OR = {
						religion = anarcho-capitalism
						religion = minarchist
						religion = paleolibertarianism
						religion = geolibertarianism
					}
				}
				narrative_event = { id = 280982 }
			}
		}
	}
}

# Harsh opposition to the Paleolibertarianism movement
narrative_event = {
	id = 280980
	title = EVTNAME_ASP_015
	desc = EVTDESC_ASP_015
	
	picture = GFX_evt_libertarian_congress
	
	is_triggered_only = yes
	
	option = { Good
		name = EVTOPTAASP_015
		paleolibertarianism = {
			religion_authority = {
				modifier = harsh_questioning
				years = 30
			}
		}
		hidden_tooltip = {
			any_playable_ruler = {
				limit = {
					OR = {
						religion = anarcho-capitalism
						religion = minarchist
						religion = paleolibertarianism
						religion = geolibertarianism
					}
				}
				narrative_event = { id = 280982 }
			}
		}
	}
}

# Harsh opposition to the Geolibertarianism movement
narrative_event = {
	id = 280981
	title = EVTNAME_ASP_015
	desc = EVTDESC_ASP_015
	
	picture = GFX_evt_libertarian_congress
	
	is_triggered_only = yes
	
	option = { Good
		name = EVTOPTAASP_015
		geolibertarianism = {
			religion_authority = {
				modifier = harsh_questioning
				years = 30
			}
		}
		hidden_tooltip = {
			any_playable_ruler = {
				limit = {
					OR = {
						religion = anarcho-capitalism
						religion = minarchist
						religion = paleolibertarianism
						religion = geolibertarianism
					}
				}
				narrative_event = { id = 280982 }
			}
		}
	}
}

# Harsh opposition to a libertarian trend - Spectator
narrative_event = {
	id = 280982
	title = EVTNAME_ASP_016
	desc = EVTDESC_ASP_016
	
	picture = GFX_evt_libertarian_congress
	
	is_triggered_only = yes
	
	option = { # Same trend
		name = EVTOPTAASP_014
		trigger = {
			religion = FROM
			NOT = { trait = content }
		}
	}
	option = { # Same trend... but was it necessary ?
		name = EVTOPTBASP_014
		trigger = {
			religion = FROM
			NOT = { trait = content }
		}
	}
	option = { # Opposite trend
		name = EVTOPTCASP_014
		trigger = {
			NOT = { religion = FROM }
		}
	}
}