#Aragonese/Spanish events

#Special thanks to Huecha for concept and design on these!

namespace = FEE_Aragon_Events

#The Assassination of Pedro de Arbués
country_event = {
	id = FEE_Aragon_Events.1
	title = FEE_Aragon_Events.1.T
	desc = FEE_Aragon_Events.1.D
	picture = ASSASSINATION_eventPicture

	fire_only_once = yes

	trigger = {
		OR = {
			tag = ARA
			tag = SPA
		}
		is_year = 1480
		NOT = { is_year = 1495 }
		owns_core_province = 214
		religion = catholic
	}

	mean_time_to_happen = {
		months = 120
		modifier = {
			factor = 0.3
			advisor = inquisitor
		}
		modifier = {
			factor = 0.75
			advisor = theologian
		}
	}

	option = {
		name = FEE_Aragon_Events.1.OPT1
		ai_chance = {
			factor = 90
		}

		add_adm_power = 25
		change_religious_influence_equivalent_fee = { add = 10 }
		add_country_modifier = {
			name = fee_aragon_arbues_saint
			duration = 10950
		}
		if = {
			limit = { advisor = inquisitor }
			kill_advisor = inquisitor
		}
		if = {
			limit = {
				NOT = { advisor = inquisitor }
			}
			kill_advisor = random
		}
		214 = {
			if = {
				limit = {
					owned_by = ROOT
				}
				add_province_modifier = {
					name = fee_aragon_arbues_saint_province
					duration = 7300
				}
			}
		}
		2990 = {
			if = {
				limit = {
					owned_by = ROOT
				}
				add_province_modifier = {
					name = fee_aragon_arbues_saint_province
					duration = 7300
				}
			}
		}
		211 = {
			if = {
				limit = {
					owned_by = ROOT
				}
				add_province_modifier = {
					name = fee_aragon_arbues_saint_province
					duration = 7300
				}
			}
		}
	}
	option = {
		name = FEE_Aragon_Events.1.OPT2
		ai_chance = {
			factor = 10
		}

		add_dip_power = 25
		change_religious_influence_equivalent_fee = { remove = 10 }
		add_country_modifier = {
			name = fee_aragon_arbues_no
			duration = 10950
		}
		if = {
			limit = { advisor = inquisitor }
			kill_advisor = inquisitor
		}
		if = {
			limit = {
				NOT = { advisor = inquisitor }
			}
			kill_advisor = random
		}
		214 = {
			if = {
				limit = {
					owned_by = ROOT
				}
				add_province_modifier = {
					name = fee_aragon_arbues_no_province
					duration = 7300
				}
			}
		}
		2990 = {
			if = {
				limit = {
					owned_by = ROOT
				}
				add_province_modifier = {
					name = fee_aragon_arbues_no_province
					duration = 7300
				}
			}
		}
		211 = {
			if = {
				limit = {
					owned_by = ROOT
				}
				add_province_modifier = {
					name = fee_aragon_arbues_no_province
					duration = 7300
				}
			}
		}
	}
}

#The War in Ribagorza
country_event = {
	id = FEE_Aragon_Events.2
	title = FEE_Aragon_Events.2.T
	desc = FEE_Aragon_Events.2.D
	picture = ANGRY_MOB_eventPicture

	fire_only_once = yes

	trigger = {
		OR = {
			tag = SPA
			tag = ARA
		}
		NOT = { is_year = 1600 }
		is_year = 1500
		owns_core_province = 211
		legitimacy_equivalent = 80
	}

	mean_time_to_happen = {
		months = 1100
		modifier = {
			factor = 0.8
			legitimacy_equivalent = 91
		}
	}

	option = {
		name = FEE_Aragon_Events.2.OPT1

		add_prestige_or_monarch_power = { amount = 10 }
		add_legitimacy_equivalent = { amount = 5 republican_tradition = 3 }
		211 = {
			noble_rebels = 2
			add_local_autonomy = -50
		}
	}

	option = {
		name = FEE_Aragon_Events.2.OPT2

		add_treasury = 20
		211 = {
			add_local_autonomy = 50
			spawn_rebels = {
				type = anti_tax_rebels
				size = 2
			}
		}
	}
}

#Alteraciones de Aragón for a united Spain
country_event = {
	id = FEE_Aragon_Events.3
	title = FEE_Aragon_Events.3.T
	desc = FEE_Aragon_Events.3.D
	picture = ASSASSINATION_eventPicture

	fire_only_once = yes

	trigger = {
		tag = SPA
		NOT = { exists = ARA }
		owns_core_province = 214
		is_year = 1570
		NOT = { is_year = 1610 }
		is_at_war = no
		ARA = {
			NOT = { has_country_flag = fee_alteraciones_check }
		}
	}

	mean_time_to_happen = {
		months = 300
	}

	immediate = {
		hidden_effect = {
			ARA = {
				set_country_flag = fee_alteraciones_check
			}
		}
	}

	option = {
		name = FEE_Aragon_Events.3.OPT1

		add_dip_power = 25
		add_mil_power = 25
		214 = {
			spawn_rebels = {
				type = anti_tax_rebels
				size = 2
			}
		}
	}
	option = {
		name = FEE_Aragon_Events.3.OPT2

		add_stability_or_adm_power = yes
		214 = {
			if = {
				limit = {
					owned_by = ROOT
				}
				add_local_autonomy = 25
			}
		}
		211 = {
			if = {
				limit = {
					owned_by = ROOT
				}
				add_local_autonomy = 25
			}
		}
		2990 = {
			if = {
				limit = {
					owned_by = ROOT
				}
				add_local_autonomy = 25
			}
		}
	}
}

#Alteraciones event for Castile
country_event = {
	id = FEE_Aragon_Events.4
	title = FEE_Aragon_Events.4.T
	desc = FEE_Aragon_Events.4.D
	picture = ASSASSINATION_eventPicture

	fire_only_once = yes

	trigger = {
		tag = CAS
		senior_union_with = ARA
		is_year = 1570
		NOT = { is_year = 1610 }
		is_at_war = no
	}

	mean_time_to_happen = {
		months = 300
	}

	immediate = {
		hidden_effect = {
			set_country_flag = fee_alteraciones_check
		}
	}

	option = {
		name = FEE_Aragon_Events.4.OPT1
		ai_chance = {
			factor = 80
		}

		add_adm_power = 25
		add_legitimacy_equivalent = { amount = 5 republican_tradition = 3 }
		ARA = {
			add_liberty_desire = 20
			country_event = {
				id = FEE_Aragon_Events.5
				days = 10
			}
		}
	}

	option = {
		name = FEE_Aragon_Events.4.OPT2
		ai_chance = {
			factor = 25
		}

		add_legitimacy_equivalent = { amount = -15 republican_tradition = -5 }
		add_stability = -1
	}
}

#Alteraciones event for Aragon
country_event = {
	id = FEE_Aragon_Events.5
	title = FEE_Aragon_Events.5.T
	desc = FEE_Aragon_Events.5.D
	picture = ASSASSINATION_eventPicture

	is_triggered_only = yes

	option = {
		name = FEE_Aragon_Events.5.OPT1

		add_stability_or_adm_power = yes
		214 = {
			if = {
				limit = {
					owned_by = ROOT
				}
				spawn_rebels = {
					type = anti_tax_rebels
					size = 2
				}
			}
		}
	}

	option = {
		name = FEE_Aragon_Events.5.OPT2

		add_prestige_or_monarch_power = { amount = 15 }
		add_adm_power = 50
		add_dip_power = 50
		add_mil_power = 50
		214 = {
			if = {
				limit = {
					owned_by = ROOT
				}
				add_local_autonomy = 20
				noble_rebels = 1
			}
		}
		211 = {
			if = {
				limit = {
					owned_by = ROOT
				}
				add_local_autonomy = 20
			}
		}
		2990 = {
			if = {
				limit = {
					owned_by = ROOT
				}
				add_local_autonomy = 20
			}
		}
	}
}

#The Miracle of Our Lady of the Pillar
country_event = {
	id = FEE_Aragon_Events.6
	title = FEE_Aragon_Events.6.T
	desc = FEE_Aragon_Events.6.D
	picture = RELIGIOUS_CONVERSION_eventPicture

	fire_only_once = yes

	trigger = {
		owns_core_province = 214
		OR = {
			tag = SPA
			tag = ARA
			tag = CAS
		}
		is_year = 1600
		NOT = { is_year = 1650 }
		religion = catholic
	}

	mean_time_to_happen = {
		months = 300
	}

	option = {
		name = FEE_Aragon_Events.6.OPT1

		add_prestige_or_monarch_power = { amount = 10 }
		change_religious_influence_equivalent_fee = { add = 15 }
		add_country_modifier = {
			name = fee_aragon_pillar_miracle
			duration = 10650
		}
	}
}

#Construct the Imperial Canal of Aragón
country_event = {
	id = FEE_Aragon_Events.7
	title = FEE_Aragon_Events.7.T
	desc = FEE_Aragon_Events.7.D
	picture = INVENTION_eventPicture

	fire_only_once = yes

	trigger = {
		owns_core_province = 214
		OR = {
			tag = SPA
			was_tag = ARA
		}
		is_year = 1750
		is_at_war = no
	}

	mean_time_to_happen = {
		months = 360
		modifier = {
			factor = 0.7
			treasury = 250
		}
		modifier = {
			factor = 0.8
			NOT = {
				num_of_loans = 1
			}
		}
	}

	option = {
		name = FEE_Aragon_Events.7.OPT1
		ai_chance = {
			factor = 90
			modifier = {
				factor = 0
				num_of_loans = 6
			}
			modifier = {
				factor = 0
				NOT = {
					num_of_cities = 6
				}
			}
		}

		add_treasury = -150
		add_country_modifier = {
			name = fee_aragon_building_imperial_canal
			duration = -1
			hidden = yes
		}
	}
	option = {
		name = FEE_Aragon_Events.7.OPT2
		ai_chance = {
			factor = 10
		}

		add_stability_or_adm_power = yes
		add_prestige = -5
	}
}

#Canal finished
country_event = {
	id = FEE_Aragon_Events.8
	title = FEE_Aragon_Events.8.T
	desc = FEE_Aragon_Events.8.D
	picture = HARBOUR_eventPicture

	trigger = {
		has_country_modifier = fee_aragon_building_imperial_canal
		has_country_flag = fee_aragon_channel_step_four
	}

	mean_time_to_happen = {
		months = 24
		modifier = {
			factor = 1.2
			has_country_flag = fee_aragon_channel_slow_one
		}
		modifier = {
			factor = 1.1
			has_country_flag = fee_aragon_channel_slow_two
		}
		modifier = {
			factor = 1.1
			has_country_flag = fee_aragon_channel_slow_three
		}
		modifier = {
			factor = 1.1
			has_country_flag = fee_aragon_channel_slow_four
		}
		modifier = {
			factor = 2
			has_country_flag = fee_aragon_channel_major_delay
		}
	}

	immediate = {
		hidden_effect = {
			remove_country_modifier = fee_aragon_building_imperial_canal
			clr_country_flag = fee_aragon_channel_step_one
			clr_country_flag = fee_aragon_channel_step_two
			clr_country_flag = fee_aragon_channel_step_four
			clr_country_flag = fee_aragon_channel_slow_one
			clr_country_flag = fee_aragon_channel_slow_two
			clr_country_flag = fee_aragon_channel_slow_three
			clr_country_flag = fee_aragon_channel_slow_four
			clr_country_flag = fee_aragon_channel_major_delay
		}
	}

	option = {
		name = FEE_Aragon_Events.8.OPT1

		add_prestige_or_monarch_power = { amount = 10 }
		add_country_modifier = {
			name = fee_aragon_imperial_canal
			duration = -1
		}
		214 = {
			if = {
				limit = {
					owned_by = ROOT
				}
				add_province_modifier = {
					name = fee_aragon_imperial_canal_province
					duration = -1
				}
			}
		}
		210 = {
			if = {
				limit = {
					owned_by = ROOT
				}
				add_province_modifier = {
					name = fee_aragon_imperial_canal_province
					duration = -1
				}
			}
		}
	}
}

#Citadel of Jaca
country_event = {
	id = FEE_Aragon_Events.9
	title = FEE_Aragon_Events.9.T
	desc = FEE_Aragon_Events.9.D
	picture = FORT_eventPicture

	fire_only_once = yes

	trigger = {
		OR = {
			tag = ARA
			AND = {
				tag = SPA
				NOT = {
					exists = ARA
				}
			}
		}
		is_year = 1580
		NOT = { is_year = 1610 }
		owns_core_province = 211
	}

	mean_time_to_happen = {
		months = 600
		modifier = {
			factor = 0.3
			truce_with = FRA
		}
	}

	option = {
		name = FEE_Aragon_Events.9.OPT1

		add_prestige = -5
	}
	option = {
		name = FEE_Aragon_Events.9.OPT2

		add_treasury = -50
		add_mil_power = 25
		211 = {
			add_base_manpower = 1
			add_province_modifier = {
				name = fee_aragon_ciudadela_jaca
				duration = -1
			}
		}
	}
}

#Foreign Viceroy
country_event = {
	id = FEE_Aragon_Events.10
	title = FEE_Aragon_Events.10.T
	desc = FEE_Aragon_Events.10.D
	picture = BAD_WITH_MONARCH_eventPicture

	fire_only_once = yes

	trigger = {
		OR = {
			AND = {
				tag = ARA
				is_lesser_in_union = yes
			}
			AND = {
				tag = SPA
				NOT = { exists = ARA }
			}
		}
		OR = {
			owns = 214
			owns = 211
			owns = 2990
		}
	}

	mean_time_to_happen = {
		months = 300
	}

	option = {
		name = FEE_Aragon_Events.10.OPT1

		add_liberty_desire = 10
		214 = {
			if = {
				limit = {
					owned_by = ROOT
				}
				add_province_modifier = {
					name = fee_aragon_foreign_viceroy_province
					duration = 7300
				}
			}
		}
		211 = {
			if = {
				limit = {
					owned_by = ROOT
				}
				add_province_modifier = {
					name = fee_aragon_foreign_viceroy_province
					duration = 7300
				}
			}
		}
		2990 = {
			if = {
				limit = {
					owned_by = ROOT
				}
				add_province_modifier = {
					name = fee_aragon_foreign_viceroy_province
					duration = 7300
				}
			}
		}
	}

	option = {
		name = FEE_Aragon_Events.10.OPT2

		add_adm_power = -50
		214 = {
			if = {
				limit = {
					owned_by = ROOT
				}
				add_local_autonomy = 50
			}
		}
		211 = {
			if = {
				limit = {
					owned_by = ROOT
				}
				add_local_autonomy = 50
			}
		}
		2990 = {
			if = {
				limit = {
					owned_by = ROOT
				}
				add_local_autonomy = 50
			}
		}
	}
}

#Jeronimo Zurita
country_event = {
	id = FEE_Aragon_Events.11
	title = FEE_Aragon_Events.11.T
	desc = FEE_Aragon_Events.11.D
	picture = ADVISOR_eventPicture

	fire_only_once = yes

	trigger = {
		OR = {
			tag = ARA
			AND = {
				tag = SPA
				NOT = { exists = ARA }
			}
		}
		is_year = 1520
		NOT = { is_year = 1580 }
		owns_core_province = 214
		OR = {
			owns_core_province = 217
			overlord = {
				owns_core_province = 217
			}
		}
	}

	mean_time_to_happen = {
		months = 240
	}

	option = {
		name = FEE_Aragon_Events.11.OPT1

		define_advisor = {
			type = philosopher
			name = "Jeronima Zurita"
			skill = 2
			discount = yes
		}
	}

	option = {
		name = FEE_Aragon_Events.11.OPT2

		add_adm_power = 100
	}
}

#Miguel Servet
country_event = {
	id = FEE_Aragon_Events.12
	title = FEE_Aragon_Events.12.T
	desc = FEE_Aragon_Events.12.D
	picture = ADVISOR_eventPicture

	fire_only_once = yes

	trigger = {
		OR = {
			tag = ARA
			AND = {
				tag = SPA
				NOT = {
					exists = ARA
				}
			}
		}
		is_religion_enabled = protestant
		is_religion_enabled = reformed
		NOT = { is_year = 1550 }
		religion = catholic
	}

	mean_time_to_happen = {
		months = 60
	}

	option = {
		name = FEE_Aragon_Events.12.OPT1
		ai_chance = {
			factor = 25
			modifier = {
				factor = 0
				has_idea_group = religious_ideas
			}
		}

		change_religious_influence_equivalent_fee = { remove = 15 }
		define_advisor = {
			type = philosopher
			skill = 2
			name = "Miguel Servet"
			discount = yes
		}
		add_country_modifier = {
			name = fee_aragon_religious_acceptance
			duration = 3650
		}
	}

	option = {
		name = FEE_Aragon_Events.12.OPT2
		ai_chance = {
			factor = 75
		}

		change_religious_influence_equivalent_fee = { add = 15 }
		add_stability_or_adm_power = yes
		random_province = {
			limit = {
				is_reformation_center = yes
				religion = reformed
			}
			province_event = {
				id = FEE_Aragon_Events.13
				days = 30
				random = 10
			}
		}
	}
}

#The Trial of Michael Servetus
province_event = {
	id = FEE_Aragon_Events.13
	title = FEE_Aragon_Events.13.T
	desc = FEE_Aragon_Events.13.D
	picture = DEBATE_REPUBLICAN_eventPicture

	is_triggered_only = yes

	option = {
		name = FEE_Aragon_Events.13.OPT1

		owner = {
			add_stability_or_adm_power = yes
			change_religious_influence_equivalent_fee = { add = 25 }
		}
	}

	option = {
		name = FEE_Aragon_Events.13.OPT2

		owner = {
			define_advisor = {
				type = philosopher
				name = "Miguel Servet"
				skill = 2
				discount = yes
			}
			add_country_modifier = {
				name = fee_aragon_religious_acceptance
				duration = 3650
			}
		}
	}
}

#Balthazar Gracian
country_event = {
	id = FEE_Aragon_Events.14
	title = FEE_Aragon_Events.14.T
	desc = FEE_Aragon_Events.14.D
	picture = ADVISOR_eventPicture

	fire_only_once = yes

	trigger = {
		OR = {
			tag = ARA
			AND = {
				tag = SPA
				NOT = {
					exists = ARA
				}
			}
		}
		is_year = 1610
		NOT = { is_year = 1660 }
	}

	mean_time_to_happen = {
		months = 240
	}

	option = {
		name = FEE_Aragon_Events.14.OPT1

		define_advisor = {
			type = philosopher
			skill = 2
			name = "Baltasar Gracián"
			discount = yes
		}
		add_prestige_or_monarch_power = { amount = 10 }
	}
	option = {
		name = FEE_Aragon_Events.14.OPT2

		add_stability_or_adm_power = yes
		add_prestige_or_monarch_power = { amount = 10 }
	}
}

#Siege of Zaragoza
country_event = {
	id = FEE_Aragon_Events.15
	title = FEE_Aragon_Events.15.T
	desc = FEE_Aragon_Events.15.D
	picture = COUNTRY_COLLAPSE_eventPicture

	trigger = {
		OR = {
			tag = ARA
			tag = SPA
		}
		OR = {
			revolution_target = {
				war_with = ROOT
			}
			AND = {
				is_revolution_target = yes
				is_at_war = yes
			}
		}
		owns_core_province = 214
		214 = {
			OR = {
				fort_level = 2
				any_neighbor_province = {
					owned_by = ROOT
					fort_level = 2
				}
			}
		}
	}

	mean_time_to_happen = {
		months = 6
	}

	option = {
		name = FEE_Aragon_Events.15.OPT1
		trigger = {
			214 = {
				fort_level = 2
			}
		}

		214 = {
			add_province_modifier = {
				name = fee_aragon_defend_zaragoza
				duration = -1
			}
		}
	}

	option = {
		name = FEE_Aragon_Events.15.OPT2
		trigger = {
			NOT = {
				214 = {
					fort_level = 2
				}
			}
		}

		random_owned_province = {
			limit = {
				any_neighbor_province = {
					province_id = 214
				}
				fort_level = 2
			}
			add_province_modifier = {
				name = fee_aragon_defend_zaragoza
				duration = -1
			}
		}
	}
}

#Imperial Channel events
country_event = {
	id = FEE_Aragon_Events.16
	title = FEE_Aragon_Events.16.T
	desc = FEE_Aragon_Events.16.D
	picture = ELECTION_REPUBLICAN_eventPicture

	fire_only_once = yes

	trigger = {
		has_country_modifier = fee_aragon_building_imperial_canal
		NOT = { has_country_flag = fee_aragon_imperial_canal_event_timer }
	}

	mean_time_to_happen = {
		months = 18
	}

	immediate = {
		hidden_effect = {
			set_country_flag = fee_aragon_imperial_canal_event_timer
			set_country_flag = fee_aragon_channel_step_one
		}
	}

	option = {
		name = FEE_Aragon_Events.16.OPT1
		add_years_of_income = -0.2
		add_prestige_or_monarch_power = { amount = 5 }
	}

	option = {
		name = FEE_Aragon_Events.16.OPT2
		add_adm_power = -10
		set_country_flag = fee_aragon_channel_slow_one
		custom_tooltip = FEE_Aragon_Events.16.TT
	}
}

country_event = {
	id = FEE_Aragon_Events.17
	title = FEE_Aragon_Events.17.T
	desc = FEE_Aragon_Events.17.D
	picture = ECONOMY_eventPicture

	fire_only_once = yes

	trigger = {
		has_country_modifier = fee_aragon_building_imperial_canal
		has_country_flag = fee_aragon_channel_step_one
		NOT = { has_country_flag = fee_aragon_imperial_canal_event_timer }
	}

	mean_time_to_happen = {
		months = 18
		modifier = {
			factor = 1.2
			has_country_flag = fee_aragon_channel_slow_one
		}
	}

	immediate = {
		hidden_effect = {
			set_country_flag = fee_aragon_imperial_canal_event_timer
			set_country_flag = fee_aragon_channel_step_two
		}
	}

	option = {
		name = FEE_Aragon_Events.17.OPT1
		hidden_effect = {
			set_country_flag = fee_aragon_pignatelli
		}

		add_adm_power = -50
		define_advisor = {
			type = philosopher
			skill = 2
			name = "Ramon Pignatelli"
			discount = yes
		}
	}

	option = {
		name = FEE_Aragon_Events.17.OPT2

		add_adm_power = 25
		custom_tooltip = FEE_Aragon_Events.16.TT
		set_country_flag = fee_aragon_channel_slow_two
	}
}

country_event = {
	id = FEE_Aragon_Events.18
	title = FEE_Aragon_Events.18.T
	desc = FEE_Aragon_Events.18.D
	picture = FARMING_eventPicture

	fire_only_once = yes

	trigger = {
		owns = 214
		has_country_modifier = fee_aragon_building_imperial_canal
		has_country_flag = fee_aragon_channel_step_two
		has_country_flag = fee_aragon_pignatelli
		NOT = { has_country_flag = fee_aragon_imperial_canal_event_timer }
	}

	mean_time_to_happen = {
		months = 18
	}

	immediate = {
		hidden_effect = {
			set_country_flag = fee_aragon_imperial_canal_event_timer
		}
	}

	option = {
		name = FEE_Aragon_Events.18.OPT1

		change_religious_influence_equivalent_fee = { remove = 15 }
		214 = {
			add_base_tax = 1
		}
	}
	option = {
		name = FEE_Aragon_Events.18.OPT2

		change_religious_influence_equivalent_fee = { add = 15 }
		custom_tooltip = FEE_Aragon_Events.16.TT
		set_country_flag = fee_aragon_channel_slow_three
	}
}

country_event = {
	id = FEE_Aragon_Events.19
	title = FEE_Aragon_Events.19.T
	desc = FEE_Aragon_Events.19.D
	picture = HARBOUR_eventPicture

	fire_only_once = yes

	trigger = {
		has_country_modifier = fee_aragon_building_imperial_canal
		has_country_flag = fee_aragon_channel_step_two
		NOT = { has_country_flag = fee_aragon_imperial_canal_event_timer }
	}

	mean_time_to_happen = {
		months = 18
	}

	immediate = {
		hidden_effect = {
			set_country_flag = fee_aragon_imperial_canal_event_timer
			set_country_flag = fee_aragon_channel_step_four
		}
	}

	option = {
		name = FEE_Aragon_Events.19.OPT1

		add_years_of_income = -0.5
	}

	option = {
		name = FEE_Aragon_Events.19.OPT2

		custom_tooltip = FEE_Aragon_Events.16.TT
		add_years_of_income = -0.2
		hidden_effect = {
			set_country_flag = fee_aragon_channel_slow_four
		}
	}

	option = {
		name = FEE_Aragon_Events.19.OPT3

		add_adm_power = -50
		custom_tooltip = FEE_Aragon_Events.19.TT
		hidden_effect = {
			set_country_flag = fee_aragon_channel_slow_four
			set_country_flag = fee_aragon_channel_major_delay
		}
	}
}