namespace = catus_events_modifier

country_event = {
	id = catus_events_modifier.2
	title = "catus_events_modifier2.title"
	desc = "catus_events_modifier2.desc"
	picture = TEMPORAL_RIFT_eventPicture
	is_triggered_only = yes
	
	option = {
		name = "catus_events_exit"
		ai_chance = { factor = 100 }
	}

	option = {
		name = "catus_events_modifier3.title"
		country_event = {
			id = catus_events_modifier.3
		}
    }
    
	option = {
		name = "catus_events_modifier4.title"
		country_event = {
			id = catus_events_modifier.4
		}
	}

	option = {
		name = "catus_events_modifier5.title"
		country_event = {
			id = catus_events_modifier.5
		}
	}

	option = {
		name = "catus_events_modifier6.title"
		country_event = {
			id = catus_events_modifier.6
		}
	}

	option = {
		name = "catus_events_modifier7.title"
		country_event = {
			id = catus_events_modifier.7
		}
	}

	option = {
		name = "catus_events_modifier8.title"
		country_event = {
			id = catus_events_modifier.8
		}
	}

	option = {
		name = "catus_events_modifier9.title"
		country_event = {
			id = catus_events_modifier.9
		}
	}

	option = {
		name = "catus_events_modifier10.title"
		country_event = {
			id = catus_events_modifier.10
		}
	}

	option = {
		name = "catus_events_modifier11.title"
		country_event = {
			id = catus_events_modifier.11
		}
	}

	option = {
		name = "catus_events_modifier12.title"
		country_event = {
			id = catus_events_modifier.12
		}
	}

	option = {
		name = "catus_events_modifier13.title"
		country_event = {
			id = catus_events_modifier.13
		}
	}
}

######################################################################################################
country_event = {
	id = catus_events_modifier.3
	title = "catus_events_modifier3.title"
	desc = "catus_events_modifier3.desc"
	picture = TEMPORAL_RIFT_eventPicture
	is_triggered_only = yes
	
	option = {
		name = "catus_events_back"
        ai_chance = { factor = 100 }
        country_event = {
			id = catus_events_modifier.2
		}
    }
    
    option = {
        name = "catus_events_army_tradition"
        trigger = {
            not = {
                has_country_flag = mod_army_tradition
            }
        }
        add_country_modifier = {
            name = catus_nmod_army_tradition
            duration = -1
        }
        set_country_flag = mod_army_tradition
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_army_tradition_decay"
        trigger = {
            not = {
                has_country_flag = mod_army_tradition_decay
            }
        }
        add_country_modifier = {
            name = catus_nmod_army_tradition_decay
            duration = -1
        }
        set_country_flag = mod_army_tradition_decay
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_army_tradition_from_battle"
        trigger = {
            not = {
                has_country_flag = mod_army_tradition_from_battle
            }
        }
        add_country_modifier = {
            name = catus_nmod_army_tradition_from_battle
            duration = -1
        }
        set_country_flag = mod_army_tradition_from_battle
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_artillery_bonus_vs_fort"
        trigger = {
            not = {
                has_country_flag = mod_artillery_bonus_vs_fort
            }
        }
        add_country_modifier = {
            name = catus_nmod_artillery_bonus_vs_fort
            duration = -1
        }
        set_country_flag = mod_artillery_bonus_vs_fort
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_artillery_cost"
        trigger = {
            not = {
                has_country_flag = mod_artillery_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_artillery_cost
            duration = -1
        }
        set_country_flag = mod_artillery_cost
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_artillery_power"
        trigger = {
            not = {
                has_country_flag = mod_artillery_power
            }
        }
        add_country_modifier = {
            name = catus_nmod_artillery_power
            duration = -1
        }
        set_country_flag = mod_artillery_power
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_backrow_artillery_damage"
        trigger = {
            not = {
                has_country_flag = mod_backrow_artillery_damage
            }
        }
        add_country_modifier = {
            name = catus_nmod_backrow_artillery_damage
            duration = -1
        }
        set_country_flag = mod_backrow_artillery_damage
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_cavalry_cost"
        trigger = {
            not = {
                has_country_flag = mod_cavalry_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_cavalry_cost
            duration = -1
        }
        set_country_flag = mod_cavalry_cost
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_cavalry_flanking"
        trigger = {
            not = {
                has_country_flag = mod_cavalry_flanking
            }
        }
        add_country_modifier = {
            name = catus_nmod_cavalry_flanking
            duration = -1
        }
        set_country_flag = mod_cavalry_flanking
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_cavalry_power"
        trigger = {
            not = {
                has_country_flag = mod_cavalry_power
            }
        }
        add_country_modifier = {
            name = catus_nmod_cavalry_power
            duration = -1
        }
        set_country_flag = mod_cavalry_power
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_cav_to_inf_ratio"
        trigger = {
            not = {
                has_country_flag = mod_cav_to_inf_ratio
            }
        }
        add_country_modifier = {
            name = catus_nmod_cav_to_inf_ratio
            duration = -1
        }
        set_country_flag = mod_cav_to_inf_ratio
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_defensiveness"
        trigger = {
            not = {
                has_country_flag = mod_defensiveness
            }
        }
        add_country_modifier = {
            name = catus_nmod_defensiveness
            duration = -1
        }
        set_country_flag = mod_defensiveness
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_discipline"
        trigger = {
            not = {
                has_country_flag = mod_discipline
            }
        }
        add_country_modifier = {
            name = catus_nmod_discipline
            duration = -1
        }
        set_country_flag = mod_discipline
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_drill_decay_modifier"
        trigger = {
            not = {
                has_country_flag = mod_drill_decay_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_drill_decay_modifier
            duration = -1
        }
        set_country_flag = mod_drill_decay_modifier
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_drill_gain_modifier"
        trigger = {
            not = {
                has_country_flag = mod_drill_gain_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_drill_gain_modifier
            duration = -1
        }
        set_country_flag = mod_drill_gain_modifier
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_fire_damage"
        trigger = {
            not = {
                has_country_flag = mod_fire_damage
            }
        }
        add_country_modifier = {
            name = catus_nmod_fire_damage
            duration = -1
        }
        set_country_flag = mod_fire_damage
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_fire_damage_received"
        trigger = {
            not = {
                has_country_flag = mod_fire_damage_received
            }
        }
        add_country_modifier = {
            name = catus_nmod_fire_damage_received
            duration = -1
        }
        set_country_flag = mod_fire_damage_received
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_fort_maintenance_modifier"
        trigger = {
            not = {
                has_country_flag = mod_fort_maintenance_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_fort_maintenance_modifier
            duration = -1
        }
        set_country_flag = mod_fort_maintenance_modifier
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_garrison_size"
        trigger = {
            not = {
                has_country_flag = mod_garrison_size
            }
        }
        add_country_modifier = {
            name = catus_nmod_garrison_size
            duration = -1
        }
        set_country_flag = mod_garrison_size
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_general_cost"
        trigger = {
            not = {
                has_country_flag = mod_general_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_general_cost
            duration = -1
        }
        set_country_flag = mod_general_cost
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_global_garrison_growth"
        trigger = {
            not = {
                has_country_flag = mod_global_garrison_growth
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_garrison_growth
            duration = -1
        }
        set_country_flag = mod_global_garrison_growth
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_global_manpower"
        trigger = {
            not = {
                has_country_flag = mod_global_manpower
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_manpower
            duration = -1
        }
        set_country_flag = mod_global_manpower
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_global_manpower_modifier"
        trigger = {
            not = {
                has_country_flag = mod_global_manpower_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_manpower_modifier
            duration = -1
        }
        set_country_flag = mod_global_manpower_modifier
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_global_regiment_cost"
        trigger = {
            not = {
                has_country_flag = mod_global_regiment_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_regiment_cost
            duration = -1
        }
        set_country_flag = mod_global_regiment_cost
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_global_regiment_recruit_speed"
        trigger = {
            not = {
                has_country_flag = mod_global_regiment_recruit_speed
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_regiment_recruit_speed
            duration = -1
        }
        set_country_flag = mod_global_regiment_recruit_speed
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_hostile_attrition"
        trigger = {
            not = {
                has_country_flag = mod_hostile_attrition
            }
        }
        add_country_modifier = {
            name = catus_nmod_hostile_attrition
            duration = -1
        }
        set_country_flag = mod_hostile_attrition
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_infantry_cost"
        trigger = {
            not = {
                has_country_flag = mod_infantry_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_infantry_cost
            duration = -1
        }
        set_country_flag = mod_infantry_cost
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_infantry_power"
        trigger = {
            not = {
                has_country_flag = mod_infantry_power
            }
        }
        add_country_modifier = {
            name = catus_nmod_infantry_power
            duration = -1
        }
        set_country_flag = mod_infantry_power
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_land_attrition"
        trigger = {
            not = {
                has_country_flag = mod_land_attrition
            }
        }
        add_country_modifier = {
            name = catus_nmod_land_attrition
            duration = -1
        }
        set_country_flag = mod_land_attrition
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_land_forcelimit"
        trigger = {
            not = {
                has_country_flag = mod_land_forcelimit
            }
        }
        add_country_modifier = {
            name = catus_nmod_land_forcelimit
            duration = -1
        }
        set_country_flag = mod_land_forcelimit
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_land_forcelimit_modifier"
        trigger = {
            not = {
                has_country_flag = mod_land_forcelimit_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_land_forcelimit_modifier
            duration = -1
        }
        set_country_flag = mod_land_forcelimit_modifier
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_land_maintenance_modifier"
        trigger = {
            not = {
                has_country_flag = mod_land_maintenance_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_land_maintenance_modifier
            duration = -1
        }
        set_country_flag = mod_land_maintenance_modifier
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_land_morale"
        trigger = {
            not = {
                has_country_flag = mod_land_morale
            }
        }
        add_country_modifier = {
            name = catus_nmod_land_morale
            duration = -1
        }
        set_country_flag = mod_land_morale
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_leader_land_fire"
        trigger = {
            not = {
                has_country_flag = mod_leader_land_fire
            }
        }
        add_country_modifier = {
            name = catus_nmod_leader_land_fire
            duration = -1
        }
        set_country_flag = mod_leader_land_fire
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_leader_land_manuever"
        trigger = {
            not = {
                has_country_flag = mod_leader_land_manuever
            }
        }
        add_country_modifier = {
            name = catus_nmod_leader_land_manuever
            duration = -1
        }
        set_country_flag = mod_leader_land_manuever
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_leader_land_shock"
        trigger = {
            not = {
                has_country_flag = mod_leader_land_shock
            }
        }
        add_country_modifier = {
            name = catus_nmod_leader_land_shock
            duration = -1
        }
        set_country_flag = mod_leader_land_shock
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_leader_siege"
        trigger = {
            not = {
                has_country_flag = mod_leader_siege
            }
        }
        add_country_modifier = {
            name = catus_nmod_leader_siege
            duration = -1
        }
        set_country_flag = mod_leader_siege
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_loot_amount"
        trigger = {
            not = {
                has_country_flag = mod_loot_amount
            }
        }
        add_country_modifier = {
            name = catus_nmod_loot_amount
            duration = -1
        }
        set_country_flag = mod_loot_amount
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_manpower_recovery_speed"
        trigger = {
            not = {
                has_country_flag = mod_manpower_recovery_speed
            }
        }
        add_country_modifier = {
            name = catus_nmod_manpower_recovery_speed
            duration = -1
        }
        set_country_flag = mod_manpower_recovery_speed
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_mercenary_discipline"
        trigger = {
            not = {
                has_country_flag = mod_mercenary_discipline
            }
        }
        add_country_modifier = {
            name = catus_nmod_mercenary_discipline
            duration = -1
        }
        set_country_flag = mod_mercenary_discipline
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_movement_speed"
        trigger = {
            not = {
                has_country_flag = mod_movement_speed
            }
        }
        add_country_modifier = {
            name = catus_nmod_movement_speed
            duration = -1
        }
        set_country_flag = mod_movement_speed
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_possible_condottieri"
        trigger = {
            not = {
                has_country_flag = mod_possible_condottieri
            }
        }
        add_country_modifier = {
            name = catus_nmod_possible_condottieri
            duration = -1
        }
        set_country_flag = mod_possible_condottieri
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_prestige_from_land"
        trigger = {
            not = {
                has_country_flag = mod_prestige_from_land
            }
        }
        add_country_modifier = {
            name = catus_nmod_prestige_from_land
            duration = -1
        }
        set_country_flag = mod_prestige_from_land
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_raze_power_gain"
        trigger = {
            not = {
                has_country_flag = mod_raze_power_gain
            }
        }
        add_country_modifier = {
            name = catus_nmod_raze_power_gain
            duration = -1
        }
        set_country_flag = mod_raze_power_gain
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_recover_army_morale_speed"
        trigger = {
            not = {
                has_country_flag = mod_recover_army_morale_speed
            }
        }
        add_country_modifier = {
            name = catus_nmod_recover_army_morale_speed
            duration = -1
        }
        set_country_flag = mod_recover_army_morale_speed
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_reinforce_cost_modifier"
        trigger = {
            not = {
                has_country_flag = mod_reinforce_cost_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_reinforce_cost_modifier
            duration = -1
        }
        set_country_flag = mod_reinforce_cost_modifier
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_reinforce_speed"
        trigger = {
            not = {
                has_country_flag = mod_reinforce_speed
            }
        }
        add_country_modifier = {
            name = catus_nmod_reinforce_speed
            duration = -1
        }
        set_country_flag = mod_reinforce_speed
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_reserves_organisation"
        trigger = {
            not = {
                has_country_flag = mod_reserves_organisation
            }
        }
        add_country_modifier = {
            name = catus_nmod_reserves_organisation
            duration = -1
        }
        set_country_flag = mod_reserves_organisation
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_rival_border_fort_maintenance"
        trigger = {
            not = {
                has_country_flag = mod_rival_border_fort_maintenance
            }
        }
        add_country_modifier = {
            name = catus_nmod_rival_border_fort_maintenance
            duration = -1
        }
        set_country_flag = mod_rival_border_fort_maintenance
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_siege_blockade_progress"
        trigger = {
            not = {
                has_country_flag = mod_siege_blockade_progress
            }
        }
        add_country_modifier = {
            name = catus_nmod_siege_blockade_progress
            duration = -1
        }
        set_country_flag = mod_siege_blockade_progress
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_shock_damage"
        trigger = {
            not = {
                has_country_flag = mod_shock_damage
            }
        }
        add_country_modifier = {
            name = catus_nmod_shock_damage
            duration = -1
        }
        set_country_flag = mod_shock_damage
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_shock_damage_received"
        trigger = {
            not = {
                has_country_flag = mod_shock_damage_received
            }
        }
        add_country_modifier = {
            name = catus_nmod_shock_damage_received
            duration = -1
        }
        set_country_flag = mod_shock_damage_received
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_siege_ability"
        trigger = {
            not = {
                has_country_flag = mod_siege_ability
            }
        }
        add_country_modifier = {
            name = catus_nmod_siege_ability
            duration = -1
        }
        set_country_flag = mod_siege_ability
        country_event = {
            id = catus_events_modifier.903
        }
    }
    option = {
        name = "catus_events_yearly_army_professionalism"
        trigger = {
            not = {
                has_country_flag = mod_yearly_army_professionalism
            }
        }
        add_country_modifier = {
            name = catus_nmod_yearly_army_professionalism
            duration = -1
        }
        set_country_flag = mod_yearly_army_professionalism
        country_event = {
            id = catus_events_modifier.903
        }
    }
}

country_event = {
	id = catus_events_modifier.903
	title = "catus_events_modifier3.title"
	desc = "catus_events_modifier3.desc"
	picture = TEMPORAL_RIFT_eventPicture
	is_triggered_only = yes
	
	option = {
		name = "catus_events_back"
        ai_chance = { factor = 100 }
        country_event = {
			id = catus_events_modifier.2
		}
    }
    
    option = {
        name = "catus_events_army_tradition"
        trigger = {
            not = {
                has_country_flag = mod_army_tradition
            }
        }
        add_country_modifier = {
            name = catus_nmod_army_tradition
            duration = -1
        }
        set_country_flag = mod_army_tradition
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_army_tradition_decay"
        trigger = {
            not = {
                has_country_flag = mod_army_tradition_decay
            }
        }
        add_country_modifier = {
            name = catus_nmod_army_tradition_decay
            duration = -1
        }
        set_country_flag = mod_army_tradition_decay
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_army_tradition_from_battle"
        trigger = {
            not = {
                has_country_flag = mod_army_tradition_from_battle
            }
        }
        add_country_modifier = {
            name = catus_nmod_army_tradition_from_battle
            duration = -1
        }
        set_country_flag = mod_army_tradition_from_battle
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_artillery_bonus_vs_fort"
        trigger = {
            not = {
                has_country_flag = mod_artillery_bonus_vs_fort
            }
        }
        add_country_modifier = {
            name = catus_nmod_artillery_bonus_vs_fort
            duration = -1
        }
        set_country_flag = mod_artillery_bonus_vs_fort
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_artillery_cost"
        trigger = {
            not = {
                has_country_flag = mod_artillery_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_artillery_cost
            duration = -1
        }
        set_country_flag = mod_artillery_cost
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_artillery_power"
        trigger = {
            not = {
                has_country_flag = mod_artillery_power
            }
        }
        add_country_modifier = {
            name = catus_nmod_artillery_power
            duration = -1
        }
        set_country_flag = mod_artillery_power
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_backrow_artillery_damage"
        trigger = {
            not = {
                has_country_flag = mod_backrow_artillery_damage
            }
        }
        add_country_modifier = {
            name = catus_nmod_backrow_artillery_damage
            duration = -1
        }
        set_country_flag = mod_backrow_artillery_damage
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_cavalry_cost"
        trigger = {
            not = {
                has_country_flag = mod_cavalry_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_cavalry_cost
            duration = -1
        }
        set_country_flag = mod_cavalry_cost
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_cavalry_flanking"
        trigger = {
            not = {
                has_country_flag = mod_cavalry_flanking
            }
        }
        add_country_modifier = {
            name = catus_nmod_cavalry_flanking
            duration = -1
        }
        set_country_flag = mod_cavalry_flanking
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_cavalry_power"
        trigger = {
            not = {
                has_country_flag = mod_cavalry_power
            }
        }
        add_country_modifier = {
            name = catus_nmod_cavalry_power
            duration = -1
        }
        set_country_flag = mod_cavalry_power
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_cav_to_inf_ratio"
        trigger = {
            not = {
                has_country_flag = mod_cav_to_inf_ratio
            }
        }
        add_country_modifier = {
            name = catus_nmod_cav_to_inf_ratio
            duration = -1
        }
        set_country_flag = mod_cav_to_inf_ratio
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_defensiveness"
        trigger = {
            not = {
                has_country_flag = mod_defensiveness
            }
        }
        add_country_modifier = {
            name = catus_nmod_defensiveness
            duration = -1
        }
        set_country_flag = mod_defensiveness
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_discipline"
        trigger = {
            not = {
                has_country_flag = mod_discipline
            }
        }
        add_country_modifier = {
            name = catus_nmod_discipline
            duration = -1
        }
        set_country_flag = mod_discipline
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_drill_decay_modifier"
        trigger = {
            not = {
                has_country_flag = mod_drill_decay_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_drill_decay_modifier
            duration = -1
        }
        set_country_flag = mod_drill_decay_modifier
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_drill_gain_modifier"
        trigger = {
            not = {
                has_country_flag = mod_drill_gain_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_drill_gain_modifier
            duration = -1
        }
        set_country_flag = mod_drill_gain_modifier
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_fire_damage"
        trigger = {
            not = {
                has_country_flag = mod_fire_damage
            }
        }
        add_country_modifier = {
            name = catus_nmod_fire_damage
            duration = -1
        }
        set_country_flag = mod_fire_damage
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_fire_damage_received"
        trigger = {
            not = {
                has_country_flag = mod_fire_damage_received
            }
        }
        add_country_modifier = {
            name = catus_nmod_fire_damage_received
            duration = -1
        }
        set_country_flag = mod_fire_damage_received
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_fort_maintenance_modifier"
        trigger = {
            not = {
                has_country_flag = mod_fort_maintenance_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_fort_maintenance_modifier
            duration = -1
        }
        set_country_flag = mod_fort_maintenance_modifier
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_garrison_size"
        trigger = {
            not = {
                has_country_flag = mod_garrison_size
            }
        }
        add_country_modifier = {
            name = catus_nmod_garrison_size
            duration = -1
        }
        set_country_flag = mod_garrison_size
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_general_cost"
        trigger = {
            not = {
                has_country_flag = mod_general_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_general_cost
            duration = -1
        }
        set_country_flag = mod_general_cost
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_global_garrison_growth"
        trigger = {
            not = {
                has_country_flag = mod_global_garrison_growth
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_garrison_growth
            duration = -1
        }
        set_country_flag = mod_global_garrison_growth
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_global_manpower"
        trigger = {
            not = {
                has_country_flag = mod_global_manpower
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_manpower
            duration = -1
        }
        set_country_flag = mod_global_manpower
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_global_manpower_modifier"
        trigger = {
            not = {
                has_country_flag = mod_global_manpower_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_manpower_modifier
            duration = -1
        }
        set_country_flag = mod_global_manpower_modifier
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_global_regiment_cost"
        trigger = {
            not = {
                has_country_flag = mod_global_regiment_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_regiment_cost
            duration = -1
        }
        set_country_flag = mod_global_regiment_cost
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_global_regiment_recruit_speed"
        trigger = {
            not = {
                has_country_flag = mod_global_regiment_recruit_speed
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_regiment_recruit_speed
            duration = -1
        }
        set_country_flag = mod_global_regiment_recruit_speed
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_hostile_attrition"
        trigger = {
            not = {
                has_country_flag = mod_hostile_attrition
            }
        }
        add_country_modifier = {
            name = catus_nmod_hostile_attrition
            duration = -1
        }
        set_country_flag = mod_hostile_attrition
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_infantry_cost"
        trigger = {
            not = {
                has_country_flag = mod_infantry_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_infantry_cost
            duration = -1
        }
        set_country_flag = mod_infantry_cost
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_infantry_power"
        trigger = {
            not = {
                has_country_flag = mod_infantry_power
            }
        }
        add_country_modifier = {
            name = catus_nmod_infantry_power
            duration = -1
        }
        set_country_flag = mod_infantry_power
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_land_attrition"
        trigger = {
            not = {
                has_country_flag = mod_land_attrition
            }
        }
        add_country_modifier = {
            name = catus_nmod_land_attrition
            duration = -1
        }
        set_country_flag = mod_land_attrition
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_land_forcelimit"
        trigger = {
            not = {
                has_country_flag = mod_land_forcelimit
            }
        }
        add_country_modifier = {
            name = catus_nmod_land_forcelimit
            duration = -1
        }
        set_country_flag = mod_land_forcelimit
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_land_forcelimit_modifier"
        trigger = {
            not = {
                has_country_flag = mod_land_forcelimit_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_land_forcelimit_modifier
            duration = -1
        }
        set_country_flag = mod_land_forcelimit_modifier
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_land_maintenance_modifier"
        trigger = {
            not = {
                has_country_flag = mod_land_maintenance_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_land_maintenance_modifier
            duration = -1
        }
        set_country_flag = mod_land_maintenance_modifier
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_land_morale"
        trigger = {
            not = {
                has_country_flag = mod_land_morale
            }
        }
        add_country_modifier = {
            name = catus_nmod_land_morale
            duration = -1
        }
        set_country_flag = mod_land_morale
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_leader_land_fire"
        trigger = {
            not = {
                has_country_flag = mod_leader_land_fire
            }
        }
        add_country_modifier = {
            name = catus_nmod_leader_land_fire
            duration = -1
        }
        set_country_flag = mod_leader_land_fire
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_leader_land_manuever"
        trigger = {
            not = {
                has_country_flag = mod_leader_land_manuever
            }
        }
        add_country_modifier = {
            name = catus_nmod_leader_land_manuever
            duration = -1
        }
        set_country_flag = mod_leader_land_manuever
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_leader_land_shock"
        trigger = {
            not = {
                has_country_flag = mod_leader_land_shock
            }
        }
        add_country_modifier = {
            name = catus_nmod_leader_land_shock
            duration = -1
        }
        set_country_flag = mod_leader_land_shock
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_leader_siege"
        trigger = {
            not = {
                has_country_flag = mod_leader_siege
            }
        }
        add_country_modifier = {
            name = catus_nmod_leader_siege
            duration = -1
        }
        set_country_flag = mod_leader_siege
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_loot_amount"
        trigger = {
            not = {
                has_country_flag = mod_loot_amount
            }
        }
        add_country_modifier = {
            name = catus_nmod_loot_amount
            duration = -1
        }
        set_country_flag = mod_loot_amount
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_manpower_recovery_speed"
        trigger = {
            not = {
                has_country_flag = mod_manpower_recovery_speed
            }
        }
        add_country_modifier = {
            name = catus_nmod_manpower_recovery_speed
            duration = -1
        }
        set_country_flag = mod_manpower_recovery_speed
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_mercenary_discipline"
        trigger = {
            not = {
                has_country_flag = mod_mercenary_discipline
            }
        }
        add_country_modifier = {
            name = catus_nmod_mercenary_discipline
            duration = -1
        }
        set_country_flag = mod_mercenary_discipline
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_movement_speed"
        trigger = {
            not = {
                has_country_flag = mod_movement_speed
            }
        }
        add_country_modifier = {
            name = catus_nmod_movement_speed
            duration = -1
        }
        set_country_flag = mod_movement_speed
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_possible_condottieri"
        trigger = {
            not = {
                has_country_flag = mod_possible_condottieri
            }
        }
        add_country_modifier = {
            name = catus_nmod_possible_condottieri
            duration = -1
        }
        set_country_flag = mod_possible_condottieri
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_prestige_from_land"
        trigger = {
            not = {
                has_country_flag = mod_prestige_from_land
            }
        }
        add_country_modifier = {
            name = catus_nmod_prestige_from_land
            duration = -1
        }
        set_country_flag = mod_prestige_from_land
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_raze_power_gain"
        trigger = {
            not = {
                has_country_flag = mod_raze_power_gain
            }
        }
        add_country_modifier = {
            name = catus_nmod_raze_power_gain
            duration = -1
        }
        set_country_flag = mod_raze_power_gain
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_recover_army_morale_speed"
        trigger = {
            not = {
                has_country_flag = mod_recover_army_morale_speed
            }
        }
        add_country_modifier = {
            name = catus_nmod_recover_army_morale_speed
            duration = -1
        }
        set_country_flag = mod_recover_army_morale_speed
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_reinforce_cost_modifier"
        trigger = {
            not = {
                has_country_flag = mod_reinforce_cost_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_reinforce_cost_modifier
            duration = -1
        }
        set_country_flag = mod_reinforce_cost_modifier
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_reinforce_speed"
        trigger = {
            not = {
                has_country_flag = mod_reinforce_speed
            }
        }
        add_country_modifier = {
            name = catus_nmod_reinforce_speed
            duration = -1
        }
        set_country_flag = mod_reinforce_speed
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_reserves_organisation"
        trigger = {
            not = {
                has_country_flag = mod_reserves_organisation
            }
        }
        add_country_modifier = {
            name = catus_nmod_reserves_organisation
            duration = -1
        }
        set_country_flag = mod_reserves_organisation
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_rival_border_fort_maintenance"
        trigger = {
            not = {
                has_country_flag = mod_rival_border_fort_maintenance
            }
        }
        add_country_modifier = {
            name = catus_nmod_rival_border_fort_maintenance
            duration = -1
        }
        set_country_flag = mod_rival_border_fort_maintenance
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_siege_blockade_progress"
        trigger = {
            not = {
                has_country_flag = mod_siege_blockade_progress
            }
        }
        add_country_modifier = {
            name = catus_nmod_siege_blockade_progress
            duration = -1
        }
        set_country_flag = mod_siege_blockade_progress
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_shock_damage"
        trigger = {
            not = {
                has_country_flag = mod_shock_damage
            }
        }
        add_country_modifier = {
            name = catus_nmod_shock_damage
            duration = -1
        }
        set_country_flag = mod_shock_damage
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_shock_damage_received"
        trigger = {
            not = {
                has_country_flag = mod_shock_damage_received
            }
        }
        add_country_modifier = {
            name = catus_nmod_shock_damage_received
            duration = -1
        }
        set_country_flag = mod_shock_damage_received
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_siege_ability"
        trigger = {
            not = {
                has_country_flag = mod_siege_ability
            }
        }
        add_country_modifier = {
            name = catus_nmod_siege_ability
            duration = -1
        }
        set_country_flag = mod_siege_ability
        country_event = {
            id = catus_events_modifier.3
        }
    }
    option = {
        name = "catus_events_yearly_army_professionalism"
        trigger = {
            not = {
                has_country_flag = mod_yearly_army_professionalism
            }
        }
        add_country_modifier = {
            name = catus_nmod_yearly_army_professionalism
            duration = -1
        }
        set_country_flag = mod_yearly_army_professionalism
        country_event = {
            id = catus_events_modifier.3
        }
    }
}
######################################################################################################
country_event = {
	id = catus_events_modifier.4
	title = "catus_events_modifier4.title"
	desc = "catus_events_modifier4.desc"
	picture = TEMPORAL_RIFT_eventPicture
	is_triggered_only = yes
	
	option = {
		name = "catus_events_back"
        ai_chance = { factor = 100 }
        country_event = {
			id = catus_events_modifier.2
		}
    }
    
    option = {
        name = "catus_events_colonists"
        trigger = {
            not = {
                has_country_flag = mod_colonists
            }
        }
        add_country_modifier = {
            name = catus_nmod_colonists
            duration = -1
        }
        set_country_flag = mod_colonists
        country_event = {
            id = catus_events_modifier.904
        }
    }
    option = {
        name = "catus_events_colonist_placement_chance"
        trigger = {
            not = {
                has_country_flag = mod_colonist_placement_chance
            }
        }
        add_country_modifier = {
            name = catus_nmod_colonist_placement_chance
            duration = -1
        }
        set_country_flag = mod_colonist_placement_chance
        country_event = {
            id = catus_events_modifier.904
        }
    }
    option = {
        name = "catus_events_global_colonial_growth"
        trigger = {
            not = {
                has_country_flag = mod_global_colonial_growth
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_colonial_growth
            duration = -1
        }
        set_country_flag = mod_global_colonial_growth
        country_event = {
            id = catus_events_modifier.904
        }
    }
    option = {
        name = "catus_events_global_tariffs"
        trigger = {
            not = {
                has_country_flag = mod_global_tariffs
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_tariffs
            duration = -1
        }
        set_country_flag = mod_global_tariffs
        country_event = {
            id = catus_events_modifier.904
        }
    }
    option = {
        name = "catus_events_native_uprising_chance"
        trigger = {
            not = {
                has_country_flag = mod_native_uprising_chance
            }
        }
        add_country_modifier = {
            name = catus_nmod_native_uprising_chance
            duration = -1
        }
        set_country_flag = mod_native_uprising_chance
        country_event = {
            id = catus_events_modifier.904
        }
    }
    option = {
        name = "catus_events_native_assimilation"
        trigger = {
            not = {
                has_country_flag = mod_native_assimilation
            }
        }
        add_country_modifier = {
            name = catus_nmod_native_assimilation
            duration = -1
        }
        set_country_flag = mod_native_assimilation
        country_event = {
            id = catus_events_modifier.904
        }
    }
    option = {
        name = "catus_events_range"
        trigger = {
            not = {
                has_country_flag = mod_range
            }
        }
        add_country_modifier = {
            name = catus_nmod_range
            duration = -1
        }
        set_country_flag = mod_range
        country_event = {
            id = catus_events_modifier.904
        }
    }
}

country_event = {
	id = catus_events_modifier.904
	title = "catus_events_modifier4.title"
	desc = "catus_events_modifier4.desc"
	picture = TEMPORAL_RIFT_eventPicture
	is_triggered_only = yes
	
	option = {
		name = "catus_events_back"
        ai_chance = { factor = 100 }
        country_event = {
			id = catus_events_modifier.2
		}
    }
    
    option = {
        name = "catus_events_colonists"
        trigger = {
            not = {
                has_country_flag = mod_colonists
            }
        }
        add_country_modifier = {
            name = catus_nmod_colonists
            duration = -1
        }
        set_country_flag = mod_colonists
        country_event = {
            id = catus_events_modifier.4
        }
    }
    option = {
        name = "catus_events_colonist_placement_chance"
        trigger = {
            not = {
                has_country_flag = mod_colonist_placement_chance
            }
        }
        add_country_modifier = {
            name = catus_nmod_colonist_placement_chance
            duration = -1
        }
        set_country_flag = mod_colonist_placement_chance
        country_event = {
            id = catus_events_modifier.4
        }
    }
    option = {
        name = "catus_events_global_colonial_growth"
        trigger = {
            not = {
                has_country_flag = mod_global_colonial_growth
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_colonial_growth
            duration = -1
        }
        set_country_flag = mod_global_colonial_growth
        country_event = {
            id = catus_events_modifier.4
        }
    }
    option = {
        name = "catus_events_global_tariffs"
        trigger = {
            not = {
                has_country_flag = mod_global_tariffs
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_tariffs
            duration = -1
        }
        set_country_flag = mod_global_tariffs
        country_event = {
            id = catus_events_modifier.4
        }
    }
    option = {
        name = "catus_events_native_uprising_chance"
        trigger = {
            not = {
                has_country_flag = mod_native_uprising_chance
            }
        }
        add_country_modifier = {
            name = catus_nmod_native_uprising_chance
            duration = -1
        }
        set_country_flag = mod_native_uprising_chance
        country_event = {
            id = catus_events_modifier.4
        }
    }
    option = {
        name = "catus_events_native_assimilation"
        trigger = {
            not = {
                has_country_flag = mod_native_assimilation
            }
        }
        add_country_modifier = {
            name = catus_nmod_native_assimilation
            duration = -1
        }
        set_country_flag = mod_native_assimilation
        country_event = {
            id = catus_events_modifier.4
        }
    }
    option = {
        name = "catus_events_range"
        trigger = {
            not = {
                has_country_flag = mod_range
            }
        }
        add_country_modifier = {
            name = catus_nmod_range
            duration = -1
        }
        set_country_flag = mod_range
        country_event = {
            id = catus_events_modifier.4
        }
    }
}
######################################################################################################
country_event = {
	id = catus_events_modifier.5
	title = "catus_events_modifier5.title"
	desc = "catus_events_modifier5.desc"
	picture = TEMPORAL_RIFT_eventPicture
	is_triggered_only = yes
	
	option = {
		name = "catus_events_back"
        ai_chance = { factor = 100 }
        country_event = {
			id = catus_events_modifier.2
		}
    }
    
    option = {
        name = "catus_events_ae_impact"
        trigger = {
            not = {
                has_country_flag = mod_ae_impact
            }
        }
        add_country_modifier = {
            name = catus_nmod_ae_impact
            duration = -1
        }
        set_country_flag = mod_ae_impact
        country_event = {
            id = catus_events_modifier.905
        }
    }
    option = {
        name = "catus_events_diplomats"
        trigger = {
            not = {
                has_country_flag = mod_diplomats
            }
        }
        add_country_modifier = {
            name = catus_nmod_diplomats
            duration = -1
        }
        set_country_flag = mod_diplomats
        country_event = {
            id = catus_events_modifier.905
        }
    }
    option = {
        name = "catus_events_diplomatic_annexation_cost"
        trigger = {
            not = {
                has_country_flag = mod_diplomatic_annexation_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_diplomatic_annexation_cost
            duration = -1
        }
        set_country_flag = mod_diplomatic_annexation_cost
        country_event = {
            id = catus_events_modifier.905
        }
    }
    option = {
        name = "catus_events_diplomatic_reputation"
        trigger = {
            not = {
                has_country_flag = mod_diplomatic_reputation
            }
        }
        add_country_modifier = {
            name = catus_nmod_diplomatic_reputation
            duration = -1
        }
        set_country_flag = mod_diplomatic_reputation
        country_event = {
            id = catus_events_modifier.905
        }
    }
    option = {
        name = "catus_events_diplomatic_upkeep"
        trigger = {
            not = {
                has_country_flag = mod_diplomatic_upkeep
            }
        }
        add_country_modifier = {
            name = catus_nmod_diplomatic_upkeep
            duration = -1
        }
        set_country_flag = mod_diplomatic_upkeep
        country_event = {
            id = catus_events_modifier.905
        }
    }
    option = {
        name = "catus_events_enemy_core_creation"
        trigger = {
            not = {
                has_country_flag = mod_enemy_core_creation
            }
        }
        add_country_modifier = {
            name = catus_nmod_enemy_core_creation
            duration = -1
        }
        set_country_flag = mod_enemy_core_creation
        country_event = {
            id = catus_events_modifier.905
        }
    }
    option = {
        name = "catus_events_enforce_religion_cost"
        trigger = {
            not = {
                has_country_flag = mod_enforce_religion_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_enforce_religion_cost
            duration = -1
        }
        set_country_flag = mod_enforce_religion_cost
        country_event = {
            id = catus_events_modifier.905
        }
    }
    option = {
        name = "catus_events_fabricate_claims_time"
        trigger = {
            not = {
                has_country_flag = mod_fabricate_claims_time
            }
        }
        add_country_modifier = {
            name = catus_nmod_fabricate_claims_time
            duration = -1
        }
        set_country_flag = mod_fabricate_claims_time
        country_event = {
            id = catus_events_modifier.905
        }
    }
    option = {
        name = "catus_events_improve_relation_modifier"
        trigger = {
            not = {
                has_country_flag = mod_improve_relation_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_improve_relation_modifier
            duration = -1
        }
        set_country_flag = mod_improve_relation_modifier
        country_event = {
            id = catus_events_modifier.905
        }
    }
    option = {
        name = "catus_events_justify_trade_conflict_cost"
        trigger = {
            not = {
                has_country_flag = mod_justify_trade_conflict_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_justify_trade_conflict_cost
            duration = -1
        }
        set_country_flag = mod_justify_trade_conflict_cost
        country_event = {
            id = catus_events_modifier.905
        }
    }
    option = {
        name = "catus_events_justify_trade_conflict_time"
        trigger = {
            not = {
                has_country_flag = mod_justify_trade_conflict_time
            }
        }
        add_country_modifier = {
            name = catus_nmod_justify_trade_conflict_time
            duration = -1
        }
        set_country_flag = mod_justify_trade_conflict_time
        country_event = {
            id = catus_events_modifier.905
        }
    }
    option = {
        name = "catus_events_power_projection_from_insults"
        trigger = {
            not = {
                has_country_flag = mod_power_projection_from_insults
            }
        }
        add_country_modifier = {
            name = catus_nmod_power_projection_from_insults
            duration = -1
        }
        set_country_flag = mod_power_projection_from_insults
        country_event = {
            id = catus_events_modifier.905
        }
    }
    option = {
        name = "catus_events_province_warscore_cost"
        trigger = {
            not = {
                has_country_flag = mod_province_warscore_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_province_warscore_cost
            duration = -1
        }
        set_country_flag = mod_province_warscore_cost
        country_event = {
            id = catus_events_modifier.905
        }
    }
    option = {
        name = "catus_events_rival_change_cost"
        trigger = {
            not = {
                has_country_flag = mod_rival_change_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_rival_change_cost
            duration = -1
        }
        set_country_flag = mod_rival_change_cost
        country_event = {
            id = catus_events_modifier.905
        }
    }
    option = {
        name = "catus_events_unjustified_demands"
        trigger = {
            not = {
                has_country_flag = mod_unjustified_demands
            }
        }
        add_country_modifier = {
            name = catus_nmod_unjustified_demands
            duration = -1
        }
        set_country_flag = mod_unjustified_demands
        country_event = {
            id = catus_events_modifier.905
        }
    }
    option = {
        name = "catus_events_vassal_forcelimit_bonus"
        trigger = {
            not = {
                has_country_flag = mod_vassal_forcelimit_bonus
            }
        }
        add_country_modifier = {
            name = catus_nmod_vassal_forcelimit_bonus
            duration = -1
        }
        set_country_flag = mod_vassal_forcelimit_bonus
        country_event = {
            id = catus_events_modifier.905
        }
    }
    option = {
        name = "catus_events_vassal_income"
        trigger = {
            not = {
                has_country_flag = mod_vassal_income
            }
        }
        add_country_modifier = {
            name = catus_nmod_vassal_income
            duration = -1
        }
        set_country_flag = mod_vassal_income
        country_event = {
            id = catus_events_modifier.905
        }
    }
}

country_event = {
	id = catus_events_modifier.905
	title = "catus_events_modifier5.title"
	desc = "catus_events_modifier5.desc"
	picture = TEMPORAL_RIFT_eventPicture
	is_triggered_only = yes
	
	option = {
		name = "catus_events_back"
        ai_chance = { factor = 100 }
        country_event = {
			id = catus_events_modifier.2
		}
    }
    
    option = {
        name = "catus_events_ae_impact"
        trigger = {
            not = {
                has_country_flag = mod_ae_impact
            }
        }
        add_country_modifier = {
            name = catus_nmod_ae_impact
            duration = -1
        }
        set_country_flag = mod_ae_impact
        country_event = {
            id = catus_events_modifier.5
        }
    }
    option = {
        name = "catus_events_diplomats"
        trigger = {
            not = {
                has_country_flag = mod_diplomats
            }
        }
        add_country_modifier = {
            name = catus_nmod_diplomats
            duration = -1
        }
        set_country_flag = mod_diplomats
        country_event = {
            id = catus_events_modifier.5
        }
    }
    option = {
        name = "catus_events_diplomatic_annexation_cost"
        trigger = {
            not = {
                has_country_flag = mod_diplomatic_annexation_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_diplomatic_annexation_cost
            duration = -1
        }
        set_country_flag = mod_diplomatic_annexation_cost
        country_event = {
            id = catus_events_modifier.5
        }
    }
    option = {
        name = "catus_events_diplomatic_reputation"
        trigger = {
            not = {
                has_country_flag = mod_diplomatic_reputation
            }
        }
        add_country_modifier = {
            name = catus_nmod_diplomatic_reputation
            duration = -1
        }
        set_country_flag = mod_diplomatic_reputation
        country_event = {
            id = catus_events_modifier.5
        }
    }
    option = {
        name = "catus_events_diplomatic_upkeep"
        trigger = {
            not = {
                has_country_flag = mod_diplomatic_upkeep
            }
        }
        add_country_modifier = {
            name = catus_nmod_diplomatic_upkeep
            duration = -1
        }
        set_country_flag = mod_diplomatic_upkeep
        country_event = {
            id = catus_events_modifier.5
        }
    }
    option = {
        name = "catus_events_enemy_core_creation"
        trigger = {
            not = {
                has_country_flag = mod_enemy_core_creation
            }
        }
        add_country_modifier = {
            name = catus_nmod_enemy_core_creation
            duration = -1
        }
        set_country_flag = mod_enemy_core_creation
        country_event = {
            id = catus_events_modifier.5
        }
    }
    option = {
        name = "catus_events_enforce_religion_cost"
        trigger = {
            not = {
                has_country_flag = mod_enforce_religion_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_enforce_religion_cost
            duration = -1
        }
        set_country_flag = mod_enforce_religion_cost
        country_event = {
            id = catus_events_modifier.5
        }
    }
    option = {
        name = "catus_events_fabricate_claims_time"
        trigger = {
            not = {
                has_country_flag = mod_fabricate_claims_time
            }
        }
        add_country_modifier = {
            name = catus_nmod_fabricate_claims_time
            duration = -1
        }
        set_country_flag = mod_fabricate_claims_time
        country_event = {
            id = catus_events_modifier.5
        }
    }
    option = {
        name = "catus_events_improve_relation_modifier"
        trigger = {
            not = {
                has_country_flag = mod_improve_relation_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_improve_relation_modifier
            duration = -1
        }
        set_country_flag = mod_improve_relation_modifier
        country_event = {
            id = catus_events_modifier.5
        }
    }
    option = {
        name = "catus_events_justify_trade_conflict_cost"
        trigger = {
            not = {
                has_country_flag = mod_justify_trade_conflict_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_justify_trade_conflict_cost
            duration = -1
        }
        set_country_flag = mod_justify_trade_conflict_cost
        country_event = {
            id = catus_events_modifier.5
        }
    }
    option = {
        name = "catus_events_justify_trade_conflict_time"
        trigger = {
            not = {
                has_country_flag = mod_justify_trade_conflict_time
            }
        }
        add_country_modifier = {
            name = catus_nmod_justify_trade_conflict_time
            duration = -1
        }
        set_country_flag = mod_justify_trade_conflict_time
        country_event = {
            id = catus_events_modifier.5
        }
    }
    option = {
        name = "catus_events_power_projection_from_insults"
        trigger = {
            not = {
                has_country_flag = mod_power_projection_from_insults
            }
        }
        add_country_modifier = {
            name = catus_nmod_power_projection_from_insults
            duration = -1
        }
        set_country_flag = mod_power_projection_from_insults
        country_event = {
            id = catus_events_modifier.5
        }
    }
    option = {
        name = "catus_events_province_warscore_cost"
        trigger = {
            not = {
                has_country_flag = mod_province_warscore_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_province_warscore_cost
            duration = -1
        }
        set_country_flag = mod_province_warscore_cost
        country_event = {
            id = catus_events_modifier.5
        }
    }
    option = {
        name = "catus_events_rival_change_cost"
        trigger = {
            not = {
                has_country_flag = mod_rival_change_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_rival_change_cost
            duration = -1
        }
        set_country_flag = mod_rival_change_cost
        country_event = {
            id = catus_events_modifier.5
        }
    }
    option = {
        name = "catus_events_unjustified_demands"
        trigger = {
            not = {
                has_country_flag = mod_unjustified_demands
            }
        }
        add_country_modifier = {
            name = catus_nmod_unjustified_demands
            duration = -1
        }
        set_country_flag = mod_unjustified_demands
        country_event = {
            id = catus_events_modifier.5
        }
    }
    option = {
        name = "catus_events_vassal_forcelimit_bonus"
        trigger = {
            not = {
                has_country_flag = mod_vassal_forcelimit_bonus
            }
        }
        add_country_modifier = {
            name = catus_nmod_vassal_forcelimit_bonus
            duration = -1
        }
        set_country_flag = mod_vassal_forcelimit_bonus
        country_event = {
            id = catus_events_modifier.5
        }
    }
    option = {
        name = "catus_events_vassal_income"
        trigger = {
            not = {
                has_country_flag = mod_vassal_income
            }
        }
        add_country_modifier = {
            name = catus_nmod_vassal_income
            duration = -1
        }
        set_country_flag = mod_vassal_income
        country_event = {
            id = catus_events_modifier.5
        }
    }
}
######################################################################################################
country_event = {
	id = catus_events_modifier.6
	title = "catus_events_modifier6.title"
	desc = "catus_events_modifier6.desc"
	picture = TEMPORAL_RIFT_eventPicture
	is_triggered_only = yes
	
	option = {
		name = "catus_events_back"
        ai_chance = { factor = 100 }
        country_event = {
			id = catus_events_modifier.2
		}
    }
    
    option = {
        name = "catus_events_adm_tech_cost_modifier"
        trigger = {
            not = {
                has_country_flag = mod_adm_tech_cost_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_adm_tech_cost_modifier
            duration = -1
        }
        set_country_flag = mod_adm_tech_cost_modifier
        country_event = {
            id = catus_events_modifier.906
        }
    }
    option = {
        name = "catus_events_build_cost"
        trigger = {
            not = {
                has_country_flag = mod_build_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_build_cost
            duration = -1
        }
        set_country_flag = mod_build_cost
        country_event = {
            id = catus_events_modifier.906
        }
    }
    option = {
        name = "catus_events_build_time"
        trigger = {
            not = {
                has_country_flag = mod_build_time
            }
        }
        add_country_modifier = {
            name = catus_nmod_build_time
            duration = -1
        }
        set_country_flag = mod_build_time
        country_event = {
            id = catus_events_modifier.906
        }
    }
    option = {
        name = "catus_events_development_cost"
        trigger = {
            not = {
                has_country_flag = mod_development_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_development_cost
            duration = -1
        }
        set_country_flag = mod_development_cost
        country_event = {
            id = catus_events_modifier.906
        }
    }
    option = {
        name = "catus_events_dip_tech_cost_modifier"
        trigger = {
            not = {
                has_country_flag = mod_dip_tech_cost_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_dip_tech_cost_modifier
            duration = -1
        }
        set_country_flag = mod_dip_tech_cost_modifier
        country_event = {
            id = catus_events_modifier.906
        }
    }
    option = {
        name = "catus_events_embracement_cost"
        trigger = {
            not = {
                has_country_flag = mod_embracement_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_embracement_cost
            duration = -1
        }
        set_country_flag = mod_embracement_cost
        country_event = {
            id = catus_events_modifier.906
        }
    }
    option = {
        name = "catus_events_global_institution_spread"
        trigger = {
            not = {
                has_country_flag = mod_global_institution_spread
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_institution_spread
            duration = -1
        }
        set_country_flag = mod_global_institution_spread
        country_event = {
            id = catus_events_modifier.906
        }
    }
    option = {
        name = "catus_events_global_tax_income"
        trigger = {
            not = {
                has_country_flag = mod_global_tax_income
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_tax_income
            duration = -1
        }
        set_country_flag = mod_global_tax_income
        country_event = {
            id = catus_events_modifier.906
        }
    }
    option = {
        name = "catus_events_global_tax_modifier"
        trigger = {
            not = {
                has_country_flag = mod_global_tax_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_tax_modifier
            duration = -1
        }
        set_country_flag = mod_global_tax_modifier
        country_event = {
            id = catus_events_modifier.906
        }
    }
    option = {
        name = "catus_events_inflation_action_cost"
        trigger = {
            not = {
                has_country_flag = mod_inflation_action_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_inflation_action_cost
            duration = -1
        }
        set_country_flag = mod_inflation_action_cost
        country_event = {
            id = catus_events_modifier.906
        }
    }
    option = {
        name = "catus_events_inflation_reduction"
        trigger = {
            not = {
                has_country_flag = mod_inflation_reduction
            }
        }
        add_country_modifier = {
            name = catus_nmod_inflation_reduction
            duration = -1
        }
        set_country_flag = mod_inflation_reduction
        country_event = {
            id = catus_events_modifier.906
        }
    }
    option = {
        name = "catus_events_institution_spread_from_true_faith"
        trigger = {
            not = {
                has_country_flag = mod_institution_spread_from_true_faith
            }
        }
        add_country_modifier = {
            name = catus_nmod_institution_spread_from_true_faith
            duration = -1
        }
        set_country_flag = mod_institution_spread_from_true_faith
        country_event = {
            id = catus_events_modifier.906
        }
    }
    option = {
        name = "catus_events_interest"
        trigger = {
            not = {
                has_country_flag = mod_interest
            }
        }
        add_country_modifier = {
            name = catus_nmod_interest
            duration = -1
        }
        set_country_flag = mod_interest
        country_event = {
            id = catus_events_modifier.906
        }
    }
    option = {
        name = "catus_events_mil_tech_cost_modifier"
        trigger = {
            not = {
                has_country_flag = mod_mil_tech_cost_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_mil_tech_cost_modifier
            duration = -1
        }
        set_country_flag = mod_mil_tech_cost_modifier
        country_event = {
            id = catus_events_modifier.906
        }
    }
    option = {
        name = "catus_events_monthly_splendor"
        trigger = {
            not = {
                has_country_flag = mod_monthly_splendor
            }
        }
        add_country_modifier = {
            name = catus_nmod_monthly_splendor
            duration = -1
        }
        set_country_flag = mod_monthly_splendor
        country_event = {
            id = catus_events_modifier.906
        }
    }
    option = {
        name = "catus_events_native_advancement_cost"
        trigger = {
            not = {
                has_country_flag = mod_native_advancement_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_native_advancement_cost
            duration = -1
        }
        set_country_flag = mod_native_advancement_cost
        country_event = {
            id = catus_events_modifier.906
        }
    }
    option = {
        name = "catus_events_production_efficiency"
        trigger = {
            not = {
                has_country_flag = mod_production_efficiency
            }
        }
        add_country_modifier = {
            name = catus_nmod_production_efficiency
            duration = -1
        }
        set_country_flag = mod_production_efficiency
        country_event = {
            id = catus_events_modifier.906
        }
    }
    option = {
        name = "catus_events_technology_cost"
        trigger = {
            not = {
                has_country_flag = mod_technology_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_technology_cost
            duration = -1
        }
        set_country_flag = mod_technology_cost
        country_event = {
            id = catus_events_modifier.906
        }
    }
}

country_event = {
	id = catus_events_modifier.906
	title = "catus_events_modifier6.title"
	desc = "catus_events_modifier6.desc"
	picture = TEMPORAL_RIFT_eventPicture
	is_triggered_only = yes
	
	option = {
		name = "catus_events_back"
        ai_chance = { factor = 100 }
        country_event = {
			id = catus_events_modifier.2
		}
    }
    
    option = {
        name = "catus_events_adm_tech_cost_modifier"
        trigger = {
            not = {
                has_country_flag = mod_adm_tech_cost_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_adm_tech_cost_modifier
            duration = -1
        }
        set_country_flag = mod_adm_tech_cost_modifier
        country_event = {
            id = catus_events_modifier.6
        }
    }
    option = {
        name = "catus_events_build_cost"
        trigger = {
            not = {
                has_country_flag = mod_build_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_build_cost
            duration = -1
        }
        set_country_flag = mod_build_cost
        country_event = {
            id = catus_events_modifier.6
        }
    }
    option = {
        name = "catus_events_build_time"
        trigger = {
            not = {
                has_country_flag = mod_build_time
            }
        }
        add_country_modifier = {
            name = catus_nmod_build_time
            duration = -1
        }
        set_country_flag = mod_build_time
        country_event = {
            id = catus_events_modifier.6
        }
    }
    option = {
        name = "catus_events_development_cost"
        trigger = {
            not = {
                has_country_flag = mod_development_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_development_cost
            duration = -1
        }
        set_country_flag = mod_development_cost
        country_event = {
            id = catus_events_modifier.6
        }
    }
    option = {
        name = "catus_events_dip_tech_cost_modifier"
        trigger = {
            not = {
                has_country_flag = mod_dip_tech_cost_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_dip_tech_cost_modifier
            duration = -1
        }
        set_country_flag = mod_dip_tech_cost_modifier
        country_event = {
            id = catus_events_modifier.6
        }
    }
    option = {
        name = "catus_events_embracement_cost"
        trigger = {
            not = {
                has_country_flag = mod_embracement_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_embracement_cost
            duration = -1
        }
        set_country_flag = mod_embracement_cost
        country_event = {
            id = catus_events_modifier.6
        }
    }
    option = {
        name = "catus_events_global_institution_spread"
        trigger = {
            not = {
                has_country_flag = mod_global_institution_spread
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_institution_spread
            duration = -1
        }
        set_country_flag = mod_global_institution_spread
        country_event = {
            id = catus_events_modifier.6
        }
    }
    option = {
        name = "catus_events_global_tax_income"
        trigger = {
            not = {
                has_country_flag = mod_global_tax_income
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_tax_income
            duration = -1
        }
        set_country_flag = mod_global_tax_income
        country_event = {
            id = catus_events_modifier.6
        }
    }
    option = {
        name = "catus_events_global_tax_modifier"
        trigger = {
            not = {
                has_country_flag = mod_global_tax_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_tax_modifier
            duration = -1
        }
        set_country_flag = mod_global_tax_modifier
        country_event = {
            id = catus_events_modifier.6
        }
    }
    option = {
        name = "catus_events_inflation_action_cost"
        trigger = {
            not = {
                has_country_flag = mod_inflation_action_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_inflation_action_cost
            duration = -1
        }
        set_country_flag = mod_inflation_action_cost
        country_event = {
            id = catus_events_modifier.6
        }
    }
    option = {
        name = "catus_events_inflation_reduction"
        trigger = {
            not = {
                has_country_flag = mod_inflation_reduction
            }
        }
        add_country_modifier = {
            name = catus_nmod_inflation_reduction
            duration = -1
        }
        set_country_flag = mod_inflation_reduction
        country_event = {
            id = catus_events_modifier.6
        }
    }
    option = {
        name = "catus_events_institution_spread_from_true_faith"
        trigger = {
            not = {
                has_country_flag = mod_institution_spread_from_true_faith
            }
        }
        add_country_modifier = {
            name = catus_nmod_institution_spread_from_true_faith
            duration = -1
        }
        set_country_flag = mod_institution_spread_from_true_faith
        country_event = {
            id = catus_events_modifier.6
        }
    }
    option = {
        name = "catus_events_interest"
        trigger = {
            not = {
                has_country_flag = mod_interest
            }
        }
        add_country_modifier = {
            name = catus_nmod_interest
            duration = -1
        }
        set_country_flag = mod_interest
        country_event = {
            id = catus_events_modifier.6
        }
    }
    option = {
        name = "catus_events_mil_tech_cost_modifier"
        trigger = {
            not = {
                has_country_flag = mod_mil_tech_cost_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_mil_tech_cost_modifier
            duration = -1
        }
        set_country_flag = mod_mil_tech_cost_modifier
        country_event = {
            id = catus_events_modifier.6
        }
    }
    option = {
        name = "catus_events_monthly_splendor"
        trigger = {
            not = {
                has_country_flag = mod_monthly_splendor
            }
        }
        add_country_modifier = {
            name = catus_nmod_monthly_splendor
            duration = -1
        }
        set_country_flag = mod_monthly_splendor
        country_event = {
            id = catus_events_modifier.6
        }
    }
    option = {
        name = "catus_events_native_advancement_cost"
        trigger = {
            not = {
                has_country_flag = mod_native_advancement_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_native_advancement_cost
            duration = -1
        }
        set_country_flag = mod_native_advancement_cost
        country_event = {
            id = catus_events_modifier.6
        }
    }
    option = {
        name = "catus_events_production_efficiency"
        trigger = {
            not = {
                has_country_flag = mod_production_efficiency
            }
        }
        add_country_modifier = {
            name = catus_nmod_production_efficiency
            duration = -1
        }
        set_country_flag = mod_production_efficiency
        country_event = {
            id = catus_events_modifier.6
        }
    }
    option = {
        name = "catus_events_technology_cost"
        trigger = {
            not = {
                has_country_flag = mod_technology_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_technology_cost
            duration = -1
        }
        set_country_flag = mod_technology_cost
        country_event = {
            id = catus_events_modifier.6
        }
    }
}
######################################################################################################
country_event = {
	id = catus_events_modifier.7
	title = "catus_events_modifier7.title"
	desc = "catus_events_modifier7.desc"
	picture = TEMPORAL_RIFT_eventPicture
	is_triggered_only = yes
	
	option = {
		name = "catus_events_back"
        ai_chance = { factor = 100 }
        country_event = {
			id = catus_events_modifier.2
		}
    }
    
    option = {
        name = "catus_events_bureaucrats_influence"
        trigger = {
            not = {
                has_country_flag = mod_bureaucrats_influence
            }
        }
        add_country_modifier = {
            name = catus_nmod_bureaucrats_influence
            duration = -1
        }
        set_country_flag = mod_bureaucrats_influence
        country_event = {
            id = catus_events_modifier.907
        }
    }
    option = {
        name = "catus_events_enuchs_influence"
        trigger = {
            not = {
                has_country_flag = mod_enuchs_influence
            }
        }
        add_country_modifier = {
            name = catus_nmod_enuchs_influence
            duration = -1
        }
        set_country_flag = mod_enuchs_influence
        country_event = {
            id = catus_events_modifier.907
        }
    }
    option = {
        name = "catus_events_temples_influence"
        trigger = {
            not = {
                has_country_flag = mod_temples_influence
            }
        }
        add_country_modifier = {
            name = catus_nmod_temples_influence
            duration = -1
        }
        set_country_flag = mod_temples_influence
        country_event = {
            id = catus_events_modifier.907
        }
    }
    option = {
        name = "catus_events_mr_aristocrats_influence"
        trigger = {
            not = {
                has_country_flag = mod_mr_aristocrats_influence
            }
        }
        add_country_modifier = {
            name = catus_nmod_mr_aristocrats_influence
            duration = -1
        }
        set_country_flag = mod_mr_aristocrats_influence
        country_event = {
            id = catus_events_modifier.907
        }
    }
    option = {
        name = "catus_events_mr_guilds_influence"
        trigger = {
            not = {
                has_country_flag = mod_mr_guilds_influence
            }
        }
        add_country_modifier = {
            name = catus_nmod_mr_guilds_influence
            duration = -1
        }
        set_country_flag = mod_mr_guilds_influence
        country_event = {
            id = catus_events_modifier.907
        }
    }
    option = {
        name = "catus_events_mr_traders_influence"
        trigger = {
            not = {
                has_country_flag = mod_mr_traders_influence
            }
        }
        add_country_modifier = {
            name = catus_nmod_mr_traders_influence
            duration = -1
        }
        set_country_flag = mod_mr_traders_influence
        country_event = {
            id = catus_events_modifier.907
        }
    }
}

country_event = {
	id = catus_events_modifier.907
	title = "catus_events_modifier7.title"
	desc = "catus_events_modifier7.desc"
	picture = TEMPORAL_RIFT_eventPicture
	is_triggered_only = yes
	
	option = {
		name = "catus_events_back"
        ai_chance = { factor = 100 }
        country_event = {
			id = catus_events_modifier.2
		}
    }
    
    option = {
        name = "catus_events_bureaucrats_influence"
        trigger = {
            not = {
                has_country_flag = mod_bureaucrats_influence
            }
        }
        add_country_modifier = {
            name = catus_nmod_bureaucrats_influence
            duration = -1
        }
        set_country_flag = mod_bureaucrats_influence
        country_event = {
            id = catus_events_modifier.7
        }
    }
    option = {
        name = "catus_events_enuchs_influence"
        trigger = {
            not = {
                has_country_flag = mod_enuchs_influence
            }
        }
        add_country_modifier = {
            name = catus_nmod_enuchs_influence
            duration = -1
        }
        set_country_flag = mod_enuchs_influence
        country_event = {
            id = catus_events_modifier.7
        }
    }
    option = {
        name = "catus_events_temples_influence"
        trigger = {
            not = {
                has_country_flag = mod_temples_influence
            }
        }
        add_country_modifier = {
            name = catus_nmod_temples_influence
            duration = -1
        }
        set_country_flag = mod_temples_influence
        country_event = {
            id = catus_events_modifier.7
        }
    }
    option = {
        name = "catus_events_mr_aristocrats_influence"
        trigger = {
            not = {
                has_country_flag = mod_mr_aristocrats_influence
            }
        }
        add_country_modifier = {
            name = catus_nmod_mr_aristocrats_influence
            duration = -1
        }
        set_country_flag = mod_mr_aristocrats_influence
        country_event = {
            id = catus_events_modifier.7
        }
    }
    option = {
        name = "catus_events_mr_guilds_influence"
        trigger = {
            not = {
                has_country_flag = mod_mr_guilds_influence
            }
        }
        add_country_modifier = {
            name = catus_nmod_mr_guilds_influence
            duration = -1
        }
        set_country_flag = mod_mr_guilds_influence
        country_event = {
            id = catus_events_modifier.7
        }
    }
    option = {
        name = "catus_events_mr_traders_influence"
        trigger = {
            not = {
                has_country_flag = mod_mr_traders_influence
            }
        }
        add_country_modifier = {
            name = catus_nmod_mr_traders_influence
            duration = -1
        }
        set_country_flag = mod_mr_traders_influence
        country_event = {
            id = catus_events_modifier.7
        }
    }
}
######################################################################################################
country_event = {
	id = catus_events_modifier.8
	title = "catus_events_modifier8.title"
	desc = "catus_events_modifier8.desc"
	picture = TEMPORAL_RIFT_eventPicture
	is_triggered_only = yes
	
	option = {
		name = "catus_events_back"
        ai_chance = { factor = 100 }
        country_event = {
			id = catus_events_modifier.2
		}
    }
    
    option = {
        name = "catus_events_adm_advisor_cost"
        trigger = {
            not = {
                has_country_flag = mod_adm_advisor_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_adm_advisor_cost
            duration = -1
        }
        set_country_flag = mod_adm_advisor_cost
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_administrative_efficiency"
        trigger = {
            not = {
                has_country_flag = mod_administrative_efficiency
            }
        }
        add_country_modifier = {
            name = catus_nmod_administrative_efficiency
            duration = -1
        }
        set_country_flag = mod_administrative_efficiency
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_advisor_cost"
        trigger = {
            not = {
                has_country_flag = mod_advisor_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_advisor_cost
            duration = -1
        }
        set_country_flag = mod_advisor_cost
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_advisor_pool"
        trigger = {
            not = {
                has_country_flag = mod_advisor_pool
            }
        }
        add_country_modifier = {
            name = catus_nmod_advisor_pool
            duration = -1
        }
        set_country_flag = mod_advisor_pool
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_all_power_cost"
        trigger = {
            not = {
                has_country_flag = mod_all_power_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_all_power_cost
            duration = -1
        }
        set_country_flag = mod_all_power_cost
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_candidate_random_bonus"
        trigger = {
            not = {
                has_country_flag = mod_candidate_random_bonus
            }
        }
        add_country_modifier = {
            name = catus_nmod_candidate_random_bonus
            duration = -1
        }
        set_country_flag = mod_candidate_random_bonus
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_core_creation"
        trigger = {
            not = {
                has_country_flag = mod_core_creation
            }
        }
        add_country_modifier = {
            name = catus_nmod_core_creation
            duration = -1
        }
        set_country_flag = mod_core_creation
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_dip_advisor_cost"
        trigger = {
            not = {
                has_country_flag = mod_dip_advisor_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_dip_advisor_cost
            duration = -1
        }
        set_country_flag = mod_dip_advisor_cost
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_election_cycle"
        trigger = {
            not = {
                has_country_flag = mod_election_cycle
            }
        }
        add_country_modifier = {
            name = catus_nmod_election_cycle
            duration = -1
        }
        set_country_flag = mod_election_cycle
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_envoy_travel_time"
        trigger = {
            not = {
                has_country_flag = mod_envoy_travel_time
            }
        }
        add_country_modifier = {
            name = catus_nmod_envoy_travel_time
            duration = -1
        }
        set_country_flag = mod_envoy_travel_time
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_female_advisor_chance"
        trigger = {
            not = {
                has_country_flag = mod_female_advisor_chance
            }
        }
        add_country_modifier = {
            name = catus_nmod_female_advisor_chance
            duration = -1
        }
        set_country_flag = mod_female_advisor_chance
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_free_adm_policy"
        trigger = {
            not = {
                has_country_flag = mod_free_adm_policy
            }
        }
        add_country_modifier = {
            name = catus_nmod_free_adm_policy
            duration = -1
        }
        set_country_flag = mod_free_adm_policy
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_free_dip_policy"
        trigger = {
            not = {
                has_country_flag = mod_free_dip_policy
            }
        }
        add_country_modifier = {
            name = catus_nmod_free_dip_policy
            duration = -1
        }
        set_country_flag = mod_free_dip_policy
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_free_mil_policy"
        trigger = {
            not = {
                has_country_flag = mod_free_mil_policy
            }
        }
        add_country_modifier = {
            name = catus_nmod_free_mil_policy
            duration = -1
        }
        set_country_flag = mod_free_mil_policy
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_free_policy"
        trigger = {
            not = {
                has_country_flag = mod_free_policy
            }
        }
        add_country_modifier = {
            name = catus_nmod_free_policy
            duration = -1
        }
        set_country_flag = mod_free_policy
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_heir_chance"
        trigger = {
            not = {
                has_country_flag = mod_heir_chance
            }
        }
        add_country_modifier = {
            name = catus_nmod_heir_chance
            duration = -1
        }
        set_country_flag = mod_heir_chance
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_horde_unity"
        trigger = {
            not = {
                has_country_flag = mod_horde_unity
            }
        }
        add_country_modifier = {
            name = catus_nmod_horde_unity
            duration = -1
        }
        set_country_flag = mod_horde_unity
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_idea_cost"
        trigger = {
            not = {
                has_country_flag = mod_idea_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_idea_cost
            duration = -1
        }
        set_country_flag = mod_idea_cost
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_imperial_authority"
        trigger = {
            not = {
                has_country_flag = mod_imperial_authority
            }
        }
        add_country_modifier = {
            name = catus_nmod_imperial_authority
            duration = -1
        }
        set_country_flag = mod_imperial_authority
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_imperial_authority_value"
        trigger = {
            not = {
                has_country_flag = mod_imperial_authority_value
            }
        }
        add_country_modifier = {
            name = catus_nmod_imperial_authority_value
            duration = -1
        }
        set_country_flag = mod_imperial_authority_value
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_imperial_mandate"
        trigger = {
            not = {
                has_country_flag = mod_imperial_mandate
            }
        }
        add_country_modifier = {
            name = catus_nmod_imperial_mandate
            duration = -1
        }
        set_country_flag = mod_imperial_mandate
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_legitimacy"
        trigger = {
            not = {
                has_country_flag = mod_legitimacy
            }
        }
        add_country_modifier = {
            name = catus_nmod_legitimacy
            duration = -1
        }
        set_country_flag = mod_legitimacy
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_max_absolutism"
        trigger = {
            not = {
                has_country_flag = mod_max_absolutism
            }
        }
        add_country_modifier = {
            name = catus_nmod_max_absolutism
            duration = -1
        }
        set_country_flag = mod_max_absolutism
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_max_states"
        trigger = {
            not = {
                has_country_flag = mod_max_states
            }
        }
        add_country_modifier = {
            name = catus_nmod_max_states
            duration = -1
        }
        set_country_flag = mod_max_states
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_meritocracy"
        trigger = {
            not = {
                has_country_flag = mod_meritocracy
            }
        }
        add_country_modifier = {
            name = catus_nmod_meritocracy
            duration = -1
        }
        set_country_flag = mod_meritocracy
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_migration_cooldown"
        trigger = {
            not = {
                has_country_flag = mod_migration_cooldown
            }
        }
        add_country_modifier = {
            name = catus_nmod_migration_cooldown
            duration = -1
        }
        set_country_flag = mod_migration_cooldown
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_mil_advisor_cost"
        trigger = {
            not = {
                has_country_flag = mod_mil_advisor_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_mil_advisor_cost
            duration = -1
        }
        set_country_flag = mod_mil_advisor_cost
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_monarch_admin_power"
        trigger = {
            not = {
                has_country_flag = mod_monarch_admin_power
            }
        }
        add_country_modifier = {
            name = catus_nmod_monarch_admin_power
            duration = -1
        }
        set_country_flag = mod_monarch_admin_power
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_monarch_diplomatic_power"
        trigger = {
            not = {
                has_country_flag = mod_monarch_diplomatic_power
            }
        }
        add_country_modifier = {
            name = catus_nmod_monarch_diplomatic_power
            duration = -1
        }
        set_country_flag = mod_monarch_diplomatic_power
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_monarch_military_power"
        trigger = {
            not = {
                has_country_flag = mod_monarch_military_power
            }
        }
        add_country_modifier = {
            name = catus_nmod_monarch_military_power
            duration = -1
        }
        set_country_flag = mod_monarch_military_power
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_monthly_militarized_society"
        trigger = {
            not = {
                has_country_flag = mod_monthly_militarized_society
            }
        }
        add_country_modifier = {
            name = catus_nmod_monthly_militarized_society
            duration = -1
        }
        set_country_flag = mod_monthly_militarized_society
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_monthly_support_heir_gain"
        trigger = {
            not = {
                has_country_flag = mod_monthly_support_heir_gain
            }
        }
        add_country_modifier = {
            name = catus_nmod_monthly_support_heir_gain
            duration = -1
        }
        set_country_flag = mod_monthly_support_heir_gain
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_possible_adm_policy"
        trigger = {
            not = {
                has_country_flag = mod_possible_adm_policy
            }
        }
        add_country_modifier = {
            name = catus_nmod_possible_adm_policy
            duration = -1
        }
        set_country_flag = mod_possible_adm_policy
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_possible_dip_policy"
        trigger = {
            not = {
                has_country_flag = mod_possible_dip_policy
            }
        }
        add_country_modifier = {
            name = catus_nmod_possible_dip_policy
            duration = -1
        }
        set_country_flag = mod_possible_dip_policy
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_possible_mil_policy"
        trigger = {
            not = {
                has_country_flag = mod_possible_mil_policy
            }
        }
        add_country_modifier = {
            name = catus_nmod_possible_mil_policy
            duration = -1
        }
        set_country_flag = mod_possible_mil_policy
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_prestige"
        trigger = {
            not = {
                has_country_flag = mod_prestige
            }
        }
        add_country_modifier = {
            name = catus_nmod_prestige
            duration = -1
        }
        set_country_flag = mod_prestige
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_prestige_decay"
        trigger = {
            not = {
                has_country_flag = mod_prestige_decay
            }
        }
        add_country_modifier = {
            name = catus_nmod_prestige_decay
            duration = -1
        }
        set_country_flag = mod_prestige_decay
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_reelection_cost"
        trigger = {
            not = {
                has_country_flag = mod_reelection_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_reelection_cost
            duration = -1
        }
        set_country_flag = mod_reelection_cost
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_reform_progress_growth"
        trigger = {
            not = {
                has_country_flag = mod_reform_progress_growth
            }
        }
        add_country_modifier = {
            name = catus_nmod_reform_progress_growth
            duration = -1
        }
        set_country_flag = mod_reform_progress_growth
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_republican_tradition"
        trigger = {
            not = {
                has_country_flag = mod_republican_tradition
            }
        }
        add_country_modifier = {
            name = catus_nmod_republican_tradition
            duration = -1
        }
        set_country_flag = mod_republican_tradition
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_same_culture_advisor_cost"
        trigger = {
            not = {
                has_country_flag = mod_same_culture_advisor_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_same_culture_advisor_cost
            duration = -1
        }
        set_country_flag = mod_same_culture_advisor_cost
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_state_maintenance_modifier"
        trigger = {
            not = {
                has_country_flag = mod_state_maintenance_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_state_maintenance_modifier
            duration = -1
        }
        set_country_flag = mod_state_maintenance_modifier
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_yearly_absolutism"
        trigger = {
            not = {
                has_country_flag = mod_yearly_absolutism
            }
        }
        add_country_modifier = {
            name = catus_nmod_yearly_absolutism
            duration = -1
        }
        set_country_flag = mod_yearly_absolutism
        country_event = {
            id = catus_events_modifier.908
        }
    }
    option = {
        name = "catus_events_yearly_corruption"
        trigger = {
            not = {
                has_country_flag = mod_yearly_corruption
            }
        }
        add_country_modifier = {
            name = catus_nmod_yearly_corruption
            duration = -1
        }
        set_country_flag = mod_yearly_corruption
        country_event = {
            id = catus_events_modifier.908
        }
    }
}

country_event = {
	id = catus_events_modifier.908
	title = "catus_events_modifier8.title"
	desc = "catus_events_modifier8.desc"
	picture = TEMPORAL_RIFT_eventPicture
	is_triggered_only = yes
	
	option = {
		name = "catus_events_back"
        ai_chance = { factor = 100 }
        country_event = {
			id = catus_events_modifier.2
		}
    }
    
    option = {
        name = "catus_events_adm_advisor_cost"
        trigger = {
            not = {
                has_country_flag = mod_adm_advisor_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_adm_advisor_cost
            duration = -1
        }
        set_country_flag = mod_adm_advisor_cost
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_administrative_efficiency"
        trigger = {
            not = {
                has_country_flag = mod_administrative_efficiency
            }
        }
        add_country_modifier = {
            name = catus_nmod_administrative_efficiency
            duration = -1
        }
        set_country_flag = mod_administrative_efficiency
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_advisor_cost"
        trigger = {
            not = {
                has_country_flag = mod_advisor_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_advisor_cost
            duration = -1
        }
        set_country_flag = mod_advisor_cost
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_advisor_pool"
        trigger = {
            not = {
                has_country_flag = mod_advisor_pool
            }
        }
        add_country_modifier = {
            name = catus_nmod_advisor_pool
            duration = -1
        }
        set_country_flag = mod_advisor_pool
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_all_power_cost"
        trigger = {
            not = {
                has_country_flag = mod_all_power_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_all_power_cost
            duration = -1
        }
        set_country_flag = mod_all_power_cost
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_candidate_random_bonus"
        trigger = {
            not = {
                has_country_flag = mod_candidate_random_bonus
            }
        }
        add_country_modifier = {
            name = catus_nmod_candidate_random_bonus
            duration = -1
        }
        set_country_flag = mod_candidate_random_bonus
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_core_creation"
        trigger = {
            not = {
                has_country_flag = mod_core_creation
            }
        }
        add_country_modifier = {
            name = catus_nmod_core_creation
            duration = -1
        }
        set_country_flag = mod_core_creation
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_dip_advisor_cost"
        trigger = {
            not = {
                has_country_flag = mod_dip_advisor_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_dip_advisor_cost
            duration = -1
        }
        set_country_flag = mod_dip_advisor_cost
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_election_cycle"
        trigger = {
            not = {
                has_country_flag = mod_election_cycle
            }
        }
        add_country_modifier = {
            name = catus_nmod_election_cycle
            duration = -1
        }
        set_country_flag = mod_election_cycle
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_envoy_travel_time"
        trigger = {
            not = {
                has_country_flag = mod_envoy_travel_time
            }
        }
        add_country_modifier = {
            name = catus_nmod_envoy_travel_time
            duration = -1
        }
        set_country_flag = mod_envoy_travel_time
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_female_advisor_chance"
        trigger = {
            not = {
                has_country_flag = mod_female_advisor_chance
            }
        }
        add_country_modifier = {
            name = catus_nmod_female_advisor_chance
            duration = -1
        }
        set_country_flag = mod_female_advisor_chance
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_free_adm_policy"
        trigger = {
            not = {
                has_country_flag = mod_free_adm_policy
            }
        }
        add_country_modifier = {
            name = catus_nmod_free_adm_policy
            duration = -1
        }
        set_country_flag = mod_free_adm_policy
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_free_dip_policy"
        trigger = {
            not = {
                has_country_flag = mod_free_dip_policy
            }
        }
        add_country_modifier = {
            name = catus_nmod_free_dip_policy
            duration = -1
        }
        set_country_flag = mod_free_dip_policy
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_free_mil_policy"
        trigger = {
            not = {
                has_country_flag = mod_free_mil_policy
            }
        }
        add_country_modifier = {
            name = catus_nmod_free_mil_policy
            duration = -1
        }
        set_country_flag = mod_free_mil_policy
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_free_policy"
        trigger = {
            not = {
                has_country_flag = mod_free_policy
            }
        }
        add_country_modifier = {
            name = catus_nmod_free_policy
            duration = -1
        }
        set_country_flag = mod_free_policy
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_heir_chance"
        trigger = {
            not = {
                has_country_flag = mod_heir_chance
            }
        }
        add_country_modifier = {
            name = catus_nmod_heir_chance
            duration = -1
        }
        set_country_flag = mod_heir_chance
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_horde_unity"
        trigger = {
            not = {
                has_country_flag = mod_horde_unity
            }
        }
        add_country_modifier = {
            name = catus_nmod_horde_unity
            duration = -1
        }
        set_country_flag = mod_horde_unity
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_idea_cost"
        trigger = {
            not = {
                has_country_flag = mod_idea_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_idea_cost
            duration = -1
        }
        set_country_flag = mod_idea_cost
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_imperial_authority"
        trigger = {
            not = {
                has_country_flag = mod_imperial_authority
            }
        }
        add_country_modifier = {
            name = catus_nmod_imperial_authority
            duration = -1
        }
        set_country_flag = mod_imperial_authority
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_imperial_authority_value"
        trigger = {
            not = {
                has_country_flag = mod_imperial_authority_value
            }
        }
        add_country_modifier = {
            name = catus_nmod_imperial_authority_value
            duration = -1
        }
        set_country_flag = mod_imperial_authority_value
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_imperial_mandate"
        trigger = {
            not = {
                has_country_flag = mod_imperial_mandate
            }
        }
        add_country_modifier = {
            name = catus_nmod_imperial_mandate
            duration = -1
        }
        set_country_flag = mod_imperial_mandate
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_legitimacy"
        trigger = {
            not = {
                has_country_flag = mod_legitimacy
            }
        }
        add_country_modifier = {
            name = catus_nmod_legitimacy
            duration = -1
        }
        set_country_flag = mod_legitimacy
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_max_absolutism"
        trigger = {
            not = {
                has_country_flag = mod_max_absolutism
            }
        }
        add_country_modifier = {
            name = catus_nmod_max_absolutism
            duration = -1
        }
        set_country_flag = mod_max_absolutism
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_max_states"
        trigger = {
            not = {
                has_country_flag = mod_max_states
            }
        }
        add_country_modifier = {
            name = catus_nmod_max_states
            duration = -1
        }
        set_country_flag = mod_max_states
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_meritocracy"
        trigger = {
            not = {
                has_country_flag = mod_meritocracy
            }
        }
        add_country_modifier = {
            name = catus_nmod_meritocracy
            duration = -1
        }
        set_country_flag = mod_meritocracy
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_migration_cooldown"
        trigger = {
            not = {
                has_country_flag = mod_migration_cooldown
            }
        }
        add_country_modifier = {
            name = catus_nmod_migration_cooldown
            duration = -1
        }
        set_country_flag = mod_migration_cooldown
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_mil_advisor_cost"
        trigger = {
            not = {
                has_country_flag = mod_mil_advisor_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_mil_advisor_cost
            duration = -1
        }
        set_country_flag = mod_mil_advisor_cost
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_monarch_admin_power"
        trigger = {
            not = {
                has_country_flag = mod_monarch_admin_power
            }
        }
        add_country_modifier = {
            name = catus_nmod_monarch_admin_power
            duration = -1
        }
        set_country_flag = mod_monarch_admin_power
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_monarch_diplomatic_power"
        trigger = {
            not = {
                has_country_flag = mod_monarch_diplomatic_power
            }
        }
        add_country_modifier = {
            name = catus_nmod_monarch_diplomatic_power
            duration = -1
        }
        set_country_flag = mod_monarch_diplomatic_power
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_monarch_military_power"
        trigger = {
            not = {
                has_country_flag = mod_monarch_military_power
            }
        }
        add_country_modifier = {
            name = catus_nmod_monarch_military_power
            duration = -1
        }
        set_country_flag = mod_monarch_military_power
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_monthly_militarized_society"
        trigger = {
            not = {
                has_country_flag = mod_monthly_militarized_society
            }
        }
        add_country_modifier = {
            name = catus_nmod_monthly_militarized_society
            duration = -1
        }
        set_country_flag = mod_monthly_militarized_society
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_monthly_support_heir_gain"
        trigger = {
            not = {
                has_country_flag = mod_monthly_support_heir_gain
            }
        }
        add_country_modifier = {
            name = catus_nmod_monthly_support_heir_gain
            duration = -1
        }
        set_country_flag = mod_monthly_support_heir_gain
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_possible_adm_policy"
        trigger = {
            not = {
                has_country_flag = mod_possible_adm_policy
            }
        }
        add_country_modifier = {
            name = catus_nmod_possible_adm_policy
            duration = -1
        }
        set_country_flag = mod_possible_adm_policy
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_possible_dip_policy"
        trigger = {
            not = {
                has_country_flag = mod_possible_dip_policy
            }
        }
        add_country_modifier = {
            name = catus_nmod_possible_dip_policy
            duration = -1
        }
        set_country_flag = mod_possible_dip_policy
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_possible_mil_policy"
        trigger = {
            not = {
                has_country_flag = mod_possible_mil_policy
            }
        }
        add_country_modifier = {
            name = catus_nmod_possible_mil_policy
            duration = -1
        }
        set_country_flag = mod_possible_mil_policy
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_prestige"
        trigger = {
            not = {
                has_country_flag = mod_prestige
            }
        }
        add_country_modifier = {
            name = catus_nmod_prestige
            duration = -1
        }
        set_country_flag = mod_prestige
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_prestige_decay"
        trigger = {
            not = {
                has_country_flag = mod_prestige_decay
            }
        }
        add_country_modifier = {
            name = catus_nmod_prestige_decay
            duration = -1
        }
        set_country_flag = mod_prestige_decay
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_reelection_cost"
        trigger = {
            not = {
                has_country_flag = mod_reelection_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_reelection_cost
            duration = -1
        }
        set_country_flag = mod_reelection_cost
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_reform_progress_growth"
        trigger = {
            not = {
                has_country_flag = mod_reform_progress_growth
            }
        }
        add_country_modifier = {
            name = catus_nmod_reform_progress_growth
            duration = -1
        }
        set_country_flag = mod_reform_progress_growth
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_republican_tradition"
        trigger = {
            not = {
                has_country_flag = mod_republican_tradition
            }
        }
        add_country_modifier = {
            name = catus_nmod_republican_tradition
            duration = -1
        }
        set_country_flag = mod_republican_tradition
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_same_culture_advisor_cost"
        trigger = {
            not = {
                has_country_flag = mod_same_culture_advisor_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_same_culture_advisor_cost
            duration = -1
        }
        set_country_flag = mod_same_culture_advisor_cost
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_state_maintenance_modifier"
        trigger = {
            not = {
                has_country_flag = mod_state_maintenance_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_state_maintenance_modifier
            duration = -1
        }
        set_country_flag = mod_state_maintenance_modifier
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_yearly_absolutism"
        trigger = {
            not = {
                has_country_flag = mod_yearly_absolutism
            }
        }
        add_country_modifier = {
            name = catus_nmod_yearly_absolutism
            duration = -1
        }
        set_country_flag = mod_yearly_absolutism
        country_event = {
            id = catus_events_modifier.8
        }
    }
    option = {
        name = "catus_events_yearly_corruption"
        trigger = {
            not = {
                has_country_flag = mod_yearly_corruption
            }
        }
        add_country_modifier = {
            name = catus_nmod_yearly_corruption
            duration = -1
        }
        set_country_flag = mod_yearly_corruption
        country_event = {
            id = catus_events_modifier.8
        }
    }
}
######################################################################################################
country_event = {
	id = catus_events_modifier.9
	title = "catus_events_modifier9.title"
	desc = "catus_events_modifier9.desc"
	picture = TEMPORAL_RIFT_eventPicture
	is_triggered_only = yes
	
	option = {
		name = "catus_events_back"
        ai_chance = { factor = 100 }
        country_event = {
			id = catus_events_modifier.2
		}
    }
    
    option = {
        name = "catus_events_free_leader_pool"
        trigger = {
            not = {
                has_country_flag = mod_free_leader_pool
            }
        }
        add_country_modifier = {
            name = catus_nmod_free_leader_pool
            duration = -1
        }
        set_country_flag = mod_free_leader_pool
        country_event = {
            id = catus_events_modifier.909
        }
    }
    option = {
        name = "catus_events_leader_cost"
        trigger = {
            not = {
                has_country_flag = mod_leader_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_leader_cost
            duration = -1
        }
        set_country_flag = mod_leader_cost
        country_event = {
            id = catus_events_modifier.909
        }
    }
    option = {
        name = "catus_events_mercenary_cost"
        trigger = {
            not = {
                has_country_flag = mod_mercenary_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_mercenary_cost
            duration = -1
        }
        set_country_flag = mod_mercenary_cost
        country_event = {
            id = catus_events_modifier.909
        }
    }
    option = {
        name = "catus_events_merc_maintenance_modifier"
        trigger = {
            not = {
                has_country_flag = mod_merc_maintenance_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_merc_maintenance_modifier
            duration = -1
        }
        set_country_flag = mod_merc_maintenance_modifier
        country_event = {
            id = catus_events_modifier.909
        }
    }
    option = {
        name = "catus_events_possible_condottieri"
        trigger = {
            not = {
                has_country_flag = mod_possible_condottieri
            }
        }
        add_country_modifier = {
            name = catus_nmod_possible_condottieri
            duration = -1
        }
        set_country_flag = mod_possible_condottieri
        country_event = {
            id = catus_events_modifier.909
        }
    }
    option = {
        name = "catus_events_possible_mercenaries"
        trigger = {
            not = {
                has_country_flag = mod_possible_mercenaries
            }
        }
        add_country_modifier = {
            name = catus_nmod_possible_mercenaries
            duration = -1
        }
        set_country_flag = mod_possible_mercenaries
        country_event = {
            id = catus_events_modifier.909
        }
    }
    option = {
        name = "catus_events_war_exhaustion"
        trigger = {
            not = {
                has_country_flag = mod_war_exhaustion
            }
        }
        add_country_modifier = {
            name = catus_nmod_war_exhaustion
            duration = -1
        }
        set_country_flag = mod_war_exhaustion
        country_event = {
            id = catus_events_modifier.909
        }
    }
    option = {
        name = "catus_events_war_exhaustion_cost"
        trigger = {
            not = {
                has_country_flag = mod_war_exhaustion_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_war_exhaustion_cost
            duration = -1
        }
        set_country_flag = mod_war_exhaustion_cost
        country_event = {
            id = catus_events_modifier.909
        }
    }
    option = {
        name = "catus_events_war_taxes_cost_modifier"
        trigger = {
            not = {
                has_country_flag = mod_war_taxes_cost_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_war_taxes_cost_modifier
            duration = -1
        }
        set_country_flag = mod_war_taxes_cost_modifier
        country_event = {
            id = catus_events_modifier.909
        }
    }
}

country_event = {
	id = catus_events_modifier.909
	title = "catus_events_modifier9.title"
	desc = "catus_events_modifier9.desc"
	picture = TEMPORAL_RIFT_eventPicture
	is_triggered_only = yes
	
	option = {
		name = "catus_events_back"
        ai_chance = { factor = 100 }
        country_event = {
			id = catus_events_modifier.2
		}
    }
    
    option = {
        name = "catus_events_free_leader_pool"
        trigger = {
            not = {
                has_country_flag = mod_free_leader_pool
            }
        }
        add_country_modifier = {
            name = catus_nmod_free_leader_pool
            duration = -1
        }
        set_country_flag = mod_free_leader_pool
        country_event = {
            id = catus_events_modifier.9
        }
    }
    option = {
        name = "catus_events_leader_cost"
        trigger = {
            not = {
                has_country_flag = mod_leader_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_leader_cost
            duration = -1
        }
        set_country_flag = mod_leader_cost
        country_event = {
            id = catus_events_modifier.9
        }
    }
    option = {
        name = "catus_events_mercenary_cost"
        trigger = {
            not = {
                has_country_flag = mod_mercenary_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_mercenary_cost
            duration = -1
        }
        set_country_flag = mod_mercenary_cost
        country_event = {
            id = catus_events_modifier.9
        }
    }
    option = {
        name = "catus_events_merc_maintenance_modifier"
        trigger = {
            not = {
                has_country_flag = mod_merc_maintenance_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_merc_maintenance_modifier
            duration = -1
        }
        set_country_flag = mod_merc_maintenance_modifier
        country_event = {
            id = catus_events_modifier.9
        }
    }
    option = {
        name = "catus_events_possible_condottieri"
        trigger = {
            not = {
                has_country_flag = mod_possible_condottieri
            }
        }
        add_country_modifier = {
            name = catus_nmod_possible_condottieri
            duration = -1
        }
        set_country_flag = mod_possible_condottieri
        country_event = {
            id = catus_events_modifier.9
        }
    }
    option = {
        name = "catus_events_possible_mercenaries"
        trigger = {
            not = {
                has_country_flag = mod_possible_mercenaries
            }
        }
        add_country_modifier = {
            name = catus_nmod_possible_mercenaries
            duration = -1
        }
        set_country_flag = mod_possible_mercenaries
        country_event = {
            id = catus_events_modifier.9
        }
    }
    option = {
        name = "catus_events_war_exhaustion"
        trigger = {
            not = {
                has_country_flag = mod_war_exhaustion
            }
        }
        add_country_modifier = {
            name = catus_nmod_war_exhaustion
            duration = -1
        }
        set_country_flag = mod_war_exhaustion
        country_event = {
            id = catus_events_modifier.9
        }
    }
    option = {
        name = "catus_events_war_exhaustion_cost"
        trigger = {
            not = {
                has_country_flag = mod_war_exhaustion_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_war_exhaustion_cost
            duration = -1
        }
        set_country_flag = mod_war_exhaustion_cost
        country_event = {
            id = catus_events_modifier.9
        }
    }
    option = {
        name = "catus_events_war_taxes_cost_modifier"
        trigger = {
            not = {
                has_country_flag = mod_war_taxes_cost_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_war_taxes_cost_modifier
            duration = -1
        }
        set_country_flag = mod_war_taxes_cost_modifier
        country_event = {
            id = catus_events_modifier.9
        }
    }
}
######################################################################################################
country_event = {
	id = catus_events_modifier.10
	title = "catus_events_modifier10.title"
	desc = "catus_events_modifier10.desc"
	picture = TEMPORAL_RIFT_eventPicture
	is_triggered_only = yes
	
	option = {
		name = "catus_events_back"
        ai_chance = { factor = 100 }
        country_event = {
			id = catus_events_modifier.2
		}
    }
    
    option = {
        name = "catus_events_blockade_efficiency"
        trigger = {
            not = {
                has_country_flag = mod_blockade_efficiency
            }
        }
        add_country_modifier = {
            name = catus_nmod_blockade_efficiency
            duration = -1
        }
        set_country_flag = mod_blockade_efficiency
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_capture_ship_chance"
        trigger = {
            not = {
                has_country_flag = mod_capture_ship_chance
            }
        }
        add_country_modifier = {
            name = catus_nmod_capture_ship_chance
            duration = -1
        }
        set_country_flag = mod_capture_ship_chance
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_galley_cost"
        trigger = {
            not = {
                has_country_flag = mod_galley_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_galley_cost
            duration = -1
        }
        set_country_flag = mod_galley_cost
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_galley_power"
        trigger = {
            not = {
                has_country_flag = mod_galley_power
            }
        }
        add_country_modifier = {
            name = catus_nmod_galley_power
            duration = -1
        }
        set_country_flag = mod_galley_power
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_global_naval_engagement_modifier"
        trigger = {
            not = {
                has_country_flag = mod_global_naval_engagement_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_naval_engagement_modifier
            duration = -1
        }
        set_country_flag = mod_global_naval_engagement_modifier
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_global_sailors"
        trigger = {
            not = {
                has_country_flag = mod_global_sailors
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_sailors
            duration = -1
        }
        set_country_flag = mod_global_sailors
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_global_sailors_modifier"
        trigger = {
            not = {
                has_country_flag = mod_global_sailors_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_sailors_modifier
            duration = -1
        }
        set_country_flag = mod_global_sailors_modifier
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_global_ship_cost"
        trigger = {
            not = {
                has_country_flag = mod_global_ship_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_ship_cost
            duration = -1
        }
        set_country_flag = mod_global_ship_cost
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_global_ship_recruit_speed"
        trigger = {
            not = {
                has_country_flag = mod_global_ship_recruit_speed
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_ship_recruit_speed
            duration = -1
        }
        set_country_flag = mod_global_ship_recruit_speed
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_global_ship_repair"
        trigger = {
            not = {
                has_country_flag = mod_global_ship_repair
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_ship_repair
            duration = -1
        }
        set_country_flag = mod_global_ship_repair
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_global_ship_trade_power"
        trigger = {
            not = {
                has_country_flag = mod_global_ship_trade_power
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_ship_trade_power
            duration = -1
        }
        set_country_flag = mod_global_ship_trade_power
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_heavy_ship_cost"
        trigger = {
            not = {
                has_country_flag = mod_heavy_ship_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_heavy_ship_cost
            duration = -1
        }
        set_country_flag = mod_heavy_ship_cost
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_heavy_ship_power"
        trigger = {
            not = {
                has_country_flag = mod_heavy_ship_power
            }
        }
        add_country_modifier = {
            name = catus_nmod_heavy_ship_power
            duration = -1
        }
        set_country_flag = mod_heavy_ship_power
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_leader_naval_fire"
        trigger = {
            not = {
                has_country_flag = mod_leader_naval_fire
            }
        }
        add_country_modifier = {
            name = catus_nmod_leader_naval_fire
            duration = -1
        }
        set_country_flag = mod_leader_naval_fire
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_leader_naval_manuever"
        trigger = {
            not = {
                has_country_flag = mod_leader_naval_manuever
            }
        }
        add_country_modifier = {
            name = catus_nmod_leader_naval_manuever
            duration = -1
        }
        set_country_flag = mod_leader_naval_manuever
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_leader_naval_shock"
        trigger = {
            not = {
                has_country_flag = mod_leader_naval_shock
            }
        }
        add_country_modifier = {
            name = catus_nmod_leader_naval_shock
            duration = -1
        }
        set_country_flag = mod_leader_naval_shock
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_light_ship_cost"
        trigger = {
            not = {
                has_country_flag = mod_light_ship_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_light_ship_cost
            duration = -1
        }
        set_country_flag = mod_light_ship_cost
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_light_ship_power"
        trigger = {
            not = {
                has_country_flag = mod_light_ship_power
            }
        }
        add_country_modifier = {
            name = catus_nmod_light_ship_power
            duration = -1
        }
        set_country_flag = mod_light_ship_power
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_naval_attrition"
        trigger = {
            not = {
                has_country_flag = mod_naval_attrition
            }
        }
        add_country_modifier = {
            name = catus_nmod_naval_attrition
            duration = -1
        }
        set_country_flag = mod_naval_attrition
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_naval_forcelimit"
        trigger = {
            not = {
                has_country_flag = mod_naval_forcelimit
            }
        }
        add_country_modifier = {
            name = catus_nmod_naval_forcelimit
            duration = -1
        }
        set_country_flag = mod_naval_forcelimit
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_naval_forcelimit_modifier"
        trigger = {
            not = {
                has_country_flag = mod_naval_forcelimit_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_naval_forcelimit_modifier
            duration = -1
        }
        set_country_flag = mod_naval_forcelimit_modifier
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_naval_maintenance_modifier"
        trigger = {
            not = {
                has_country_flag = mod_naval_maintenance_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_naval_maintenance_modifier
            duration = -1
        }
        set_country_flag = mod_naval_maintenance_modifier
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_naval_morale"
        trigger = {
            not = {
                has_country_flag = mod_naval_morale
            }
        }
        add_country_modifier = {
            name = catus_nmod_naval_morale
            duration = -1
        }
        set_country_flag = mod_naval_morale
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_naval_tradition_from_battle"
        trigger = {
            not = {
                has_country_flag = mod_naval_tradition_from_battle
            }
        }
        add_country_modifier = {
            name = catus_nmod_naval_tradition_from_battle
            duration = -1
        }
        set_country_flag = mod_naval_tradition_from_battle
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_navy_tradition"
        trigger = {
            not = {
                has_country_flag = mod_navy_tradition
            }
        }
        add_country_modifier = {
            name = catus_nmod_navy_tradition
            duration = -1
        }
        set_country_flag = mod_navy_tradition
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_navy_tradition_decay"
        trigger = {
            not = {
                has_country_flag = mod_navy_tradition_decay
            }
        }
        add_country_modifier = {
            name = catus_nmod_navy_tradition_decay
            duration = -1
        }
        set_country_flag = mod_navy_tradition_decay
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_prestige_from_naval"
        trigger = {
            not = {
                has_country_flag = mod_prestige_from_naval
            }
        }
        add_country_modifier = {
            name = catus_nmod_prestige_from_naval
            duration = -1
        }
        set_country_flag = mod_prestige_from_naval
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_privateer_efficiency"
        trigger = {
            not = {
                has_country_flag = mod_privateer_efficiency
            }
        }
        add_country_modifier = {
            name = catus_nmod_privateer_efficiency
            duration = -1
        }
        set_country_flag = mod_privateer_efficiency
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_recover_navy_morale_speed"
        trigger = {
            not = {
                has_country_flag = mod_recover_navy_morale_speed
            }
        }
        add_country_modifier = {
            name = catus_nmod_recover_navy_morale_speed
            duration = -1
        }
        set_country_flag = mod_recover_navy_morale_speed
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_sailor_maintenance_modifer"
        trigger = {
            not = {
                has_country_flag = mod_sailor_maintenance_modifer
            }
        }
        add_country_modifier = {
            name = catus_nmod_sailor_maintenance_modifer
            duration = -1
        }
        set_country_flag = mod_sailor_maintenance_modifer
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_sailors_recovery_speed"
        trigger = {
            not = {
                has_country_flag = mod_sailors_recovery_speed
            }
        }
        add_country_modifier = {
            name = catus_nmod_sailors_recovery_speed
            duration = -1
        }
        set_country_flag = mod_sailors_recovery_speed
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_ship_durability"
        trigger = {
            not = {
                has_country_flag = mod_ship_durability
            }
        }
        add_country_modifier = {
            name = catus_nmod_ship_durability
            duration = -1
        }
        set_country_flag = mod_ship_durability
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_sunk_ship_morale_hit_recieved"
        trigger = {
            not = {
                has_country_flag = mod_sunk_ship_morale_hit_recieved
            }
        }
        add_country_modifier = {
            name = catus_nmod_sunk_ship_morale_hit_recieved
            duration = -1
        }
        set_country_flag = mod_sunk_ship_morale_hit_recieved
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_ship_power_propagation"
        trigger = {
            not = {
                has_country_flag = mod_ship_power_propagation
            }
        }
        add_country_modifier = {
            name = catus_nmod_ship_power_propagation
            duration = -1
        }
        set_country_flag = mod_ship_power_propagation
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_transport_cost"
        trigger = {
            not = {
                has_country_flag = mod_transport_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_transport_cost
            duration = -1
        }
        set_country_flag = mod_transport_cost
        country_event = {
            id = catus_events_modifier.910
        }
    }
    option = {
        name = "catus_events_transport_power"
        trigger = {
            not = {
                has_country_flag = mod_transport_power
            }
        }
        add_country_modifier = {
            name = catus_nmod_transport_power
            duration = -1
        }
        set_country_flag = mod_transport_power
        country_event = {
            id = catus_events_modifier.910
        }
    }
}

country_event = {
	id = catus_events_modifier.910
	title = "catus_events_modifier10.title"
	desc = "catus_events_modifier10.desc"
	picture = TEMPORAL_RIFT_eventPicture
	is_triggered_only = yes
	
	option = {
		name = "catus_events_back"
        ai_chance = { factor = 100 }
        country_event = {
			id = catus_events_modifier.2
		}
    }
    
    option = {
        name = "catus_events_blockade_efficiency"
        trigger = {
            not = {
                has_country_flag = mod_blockade_efficiency
            }
        }
        add_country_modifier = {
            name = catus_nmod_blockade_efficiency
            duration = -1
        }
        set_country_flag = mod_blockade_efficiency
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_capture_ship_chance"
        trigger = {
            not = {
                has_country_flag = mod_capture_ship_chance
            }
        }
        add_country_modifier = {
            name = catus_nmod_capture_ship_chance
            duration = -1
        }
        set_country_flag = mod_capture_ship_chance
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_galley_cost"
        trigger = {
            not = {
                has_country_flag = mod_galley_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_galley_cost
            duration = -1
        }
        set_country_flag = mod_galley_cost
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_galley_power"
        trigger = {
            not = {
                has_country_flag = mod_galley_power
            }
        }
        add_country_modifier = {
            name = catus_nmod_galley_power
            duration = -1
        }
        set_country_flag = mod_galley_power
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_global_naval_engagement_modifier"
        trigger = {
            not = {
                has_country_flag = mod_global_naval_engagement_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_naval_engagement_modifier
            duration = -1
        }
        set_country_flag = mod_global_naval_engagement_modifier
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_global_sailors"
        trigger = {
            not = {
                has_country_flag = mod_global_sailors
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_sailors
            duration = -1
        }
        set_country_flag = mod_global_sailors
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_global_sailors_modifier"
        trigger = {
            not = {
                has_country_flag = mod_global_sailors_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_sailors_modifier
            duration = -1
        }
        set_country_flag = mod_global_sailors_modifier
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_global_ship_cost"
        trigger = {
            not = {
                has_country_flag = mod_global_ship_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_ship_cost
            duration = -1
        }
        set_country_flag = mod_global_ship_cost
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_global_ship_recruit_speed"
        trigger = {
            not = {
                has_country_flag = mod_global_ship_recruit_speed
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_ship_recruit_speed
            duration = -1
        }
        set_country_flag = mod_global_ship_recruit_speed
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_global_ship_repair"
        trigger = {
            not = {
                has_country_flag = mod_global_ship_repair
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_ship_repair
            duration = -1
        }
        set_country_flag = mod_global_ship_repair
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_global_ship_trade_power"
        trigger = {
            not = {
                has_country_flag = mod_global_ship_trade_power
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_ship_trade_power
            duration = -1
        }
        set_country_flag = mod_global_ship_trade_power
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_heavy_ship_cost"
        trigger = {
            not = {
                has_country_flag = mod_heavy_ship_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_heavy_ship_cost
            duration = -1
        }
        set_country_flag = mod_heavy_ship_cost
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_heavy_ship_power"
        trigger = {
            not = {
                has_country_flag = mod_heavy_ship_power
            }
        }
        add_country_modifier = {
            name = catus_nmod_heavy_ship_power
            duration = -1
        }
        set_country_flag = mod_heavy_ship_power
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_leader_naval_fire"
        trigger = {
            not = {
                has_country_flag = mod_leader_naval_fire
            }
        }
        add_country_modifier = {
            name = catus_nmod_leader_naval_fire
            duration = -1
        }
        set_country_flag = mod_leader_naval_fire
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_leader_naval_manuever"
        trigger = {
            not = {
                has_country_flag = mod_leader_naval_manuever
            }
        }
        add_country_modifier = {
            name = catus_nmod_leader_naval_manuever
            duration = -1
        }
        set_country_flag = mod_leader_naval_manuever
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_leader_naval_shock"
        trigger = {
            not = {
                has_country_flag = mod_leader_naval_shock
            }
        }
        add_country_modifier = {
            name = catus_nmod_leader_naval_shock
            duration = -1
        }
        set_country_flag = mod_leader_naval_shock
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_light_ship_cost"
        trigger = {
            not = {
                has_country_flag = mod_light_ship_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_light_ship_cost
            duration = -1
        }
        set_country_flag = mod_light_ship_cost
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_light_ship_power"
        trigger = {
            not = {
                has_country_flag = mod_light_ship_power
            }
        }
        add_country_modifier = {
            name = catus_nmod_light_ship_power
            duration = -1
        }
        set_country_flag = mod_light_ship_power
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_naval_attrition"
        trigger = {
            not = {
                has_country_flag = mod_naval_attrition
            }
        }
        add_country_modifier = {
            name = catus_nmod_naval_attrition
            duration = -1
        }
        set_country_flag = mod_naval_attrition
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_naval_forcelimit"
        trigger = {
            not = {
                has_country_flag = mod_naval_forcelimit
            }
        }
        add_country_modifier = {
            name = catus_nmod_naval_forcelimit
            duration = -1
        }
        set_country_flag = mod_naval_forcelimit
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_naval_forcelimit_modifier"
        trigger = {
            not = {
                has_country_flag = mod_naval_forcelimit_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_naval_forcelimit_modifier
            duration = -1
        }
        set_country_flag = mod_naval_forcelimit_modifier
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_naval_maintenance_modifier"
        trigger = {
            not = {
                has_country_flag = mod_naval_maintenance_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_naval_maintenance_modifier
            duration = -1
        }
        set_country_flag = mod_naval_maintenance_modifier
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_naval_morale"
        trigger = {
            not = {
                has_country_flag = mod_naval_morale
            }
        }
        add_country_modifier = {
            name = catus_nmod_naval_morale
            duration = -1
        }
        set_country_flag = mod_naval_morale
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_naval_tradition_from_battle"
        trigger = {
            not = {
                has_country_flag = mod_naval_tradition_from_battle
            }
        }
        add_country_modifier = {
            name = catus_nmod_naval_tradition_from_battle
            duration = -1
        }
        set_country_flag = mod_naval_tradition_from_battle
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_navy_tradition"
        trigger = {
            not = {
                has_country_flag = mod_navy_tradition
            }
        }
        add_country_modifier = {
            name = catus_nmod_navy_tradition
            duration = -1
        }
        set_country_flag = mod_navy_tradition
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_navy_tradition_decay"
        trigger = {
            not = {
                has_country_flag = mod_navy_tradition_decay
            }
        }
        add_country_modifier = {
            name = catus_nmod_navy_tradition_decay
            duration = -1
        }
        set_country_flag = mod_navy_tradition_decay
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_prestige_from_naval"
        trigger = {
            not = {
                has_country_flag = mod_prestige_from_naval
            }
        }
        add_country_modifier = {
            name = catus_nmod_prestige_from_naval
            duration = -1
        }
        set_country_flag = mod_prestige_from_naval
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_privateer_efficiency"
        trigger = {
            not = {
                has_country_flag = mod_privateer_efficiency
            }
        }
        add_country_modifier = {
            name = catus_nmod_privateer_efficiency
            duration = -1
        }
        set_country_flag = mod_privateer_efficiency
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_recover_navy_morale_speed"
        trigger = {
            not = {
                has_country_flag = mod_recover_navy_morale_speed
            }
        }
        add_country_modifier = {
            name = catus_nmod_recover_navy_morale_speed
            duration = -1
        }
        set_country_flag = mod_recover_navy_morale_speed
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_sailor_maintenance_modifer"
        trigger = {
            not = {
                has_country_flag = mod_sailor_maintenance_modifer
            }
        }
        add_country_modifier = {
            name = catus_nmod_sailor_maintenance_modifer
            duration = -1
        }
        set_country_flag = mod_sailor_maintenance_modifer
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_sailors_recovery_speed"
        trigger = {
            not = {
                has_country_flag = mod_sailors_recovery_speed
            }
        }
        add_country_modifier = {
            name = catus_nmod_sailors_recovery_speed
            duration = -1
        }
        set_country_flag = mod_sailors_recovery_speed
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_ship_durability"
        trigger = {
            not = {
                has_country_flag = mod_ship_durability
            }
        }
        add_country_modifier = {
            name = catus_nmod_ship_durability
            duration = -1
        }
        set_country_flag = mod_ship_durability
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_sunk_ship_morale_hit_recieved"
        trigger = {
            not = {
                has_country_flag = mod_sunk_ship_morale_hit_recieved
            }
        }
        add_country_modifier = {
            name = catus_nmod_sunk_ship_morale_hit_recieved
            duration = -1
        }
        set_country_flag = mod_sunk_ship_morale_hit_recieved
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_ship_power_propagation"
        trigger = {
            not = {
                has_country_flag = mod_ship_power_propagation
            }
        }
        add_country_modifier = {
            name = catus_nmod_ship_power_propagation
            duration = -1
        }
        set_country_flag = mod_ship_power_propagation
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_transport_cost"
        trigger = {
            not = {
                has_country_flag = mod_transport_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_transport_cost
            duration = -1
        }
        set_country_flag = mod_transport_cost
        country_event = {
            id = catus_events_modifier.10
        }
    }
    option = {
        name = "catus_events_transport_power"
        trigger = {
            not = {
                has_country_flag = mod_transport_power
            }
        }
        add_country_modifier = {
            name = catus_nmod_transport_power
            duration = -1
        }
        set_country_flag = mod_transport_power
        country_event = {
            id = catus_events_modifier.10
        }
    }
}
######################################################################################################
country_event = {
	id = catus_events_modifier.11
	title = "catus_events_modifier11.title"
	desc = "catus_events_modifier11.desc"
	picture = TEMPORAL_RIFT_eventPicture
	is_triggered_only = yes
	
	option = {
		name = "catus_events_back"
        ai_chance = { factor = 100 }
        country_event = {
			id = catus_events_modifier.2
		}
    }
    
    option = {
        name = "catus_events_church_power_modifier"
        trigger = {
            not = {
                has_country_flag = mod_church_power_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_church_power_modifier
            duration = -1
        }
        set_country_flag = mod_church_power_modifier
        country_event = {
            id = catus_events_modifier.911
        }
    }
    option = {
        name = "catus_events_devotion"
        trigger = {
            not = {
                has_country_flag = mod_devotion
            }
        }
        add_country_modifier = {
            name = catus_nmod_devotion
            duration = -1
        }
        set_country_flag = mod_devotion
        country_event = {
            id = catus_events_modifier.911
        }
    }
    option = {
        name = "catus_events_global_heretic_missionary_strength"
        trigger = {
            not = {
                has_country_flag = mod_global_heretic_missionary_strength
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_heretic_missionary_strength
            duration = -1
        }
        set_country_flag = mod_global_heretic_missionary_strength
        country_event = {
            id = catus_events_modifier.911
        }
    }
    option = {
        name = "catus_events_global_missionary_strength"
        trigger = {
            not = {
                has_country_flag = mod_global_missionary_strength
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_missionary_strength
            duration = -1
        }
        set_country_flag = mod_global_missionary_strength
        country_event = {
            id = catus_events_modifier.911
        }
    }
    option = {
        name = "catus_events_harmonization_speed"
        trigger = {
            not = {
                has_country_flag = mod_harmonization_speed
            }
        }
        add_country_modifier = {
            name = catus_nmod_harmonization_speed
            duration = -1
        }
        set_country_flag = mod_harmonization_speed
        country_event = {
            id = catus_events_modifier.911
        }
    }
    option = {
        name = "catus_events_missionaries"
        trigger = {
            not = {
                has_country_flag = mod_missionaries
            }
        }
        add_country_modifier = {
            name = catus_nmod_missionaries
            duration = -1
        }
        set_country_flag = mod_missionaries
        country_event = {
            id = catus_events_modifier.911
        }
    }
    option = {
        name = "catus_events_monthly_fervor_increase"
        trigger = {
            not = {
                has_country_flag = mod_monthly_fervor_increase
            }
        }
        add_country_modifier = {
            name = catus_nmod_monthly_fervor_increase
            duration = -1
        }
        set_country_flag = mod_monthly_fervor_increase
        country_event = {
            id = catus_events_modifier.911
        }
    }
    option = {
        name = "catus_events_monthly_karma"
        trigger = {
            not = {
                has_country_flag = mod_monthly_karma
            }
        }
        add_country_modifier = {
            name = catus_nmod_monthly_karma
            duration = -1
        }
        set_country_flag = mod_monthly_karma
        country_event = {
            id = catus_events_modifier.911
        }
    }
    option = {
        name = "catus_events_monthly_piety"
        trigger = {
            not = {
                has_country_flag = mod_monthly_piety
            }
        }
        add_country_modifier = {
            name = catus_nmod_monthly_piety
            duration = -1
        }
        set_country_flag = mod_monthly_piety
        country_event = {
            id = catus_events_modifier.911
        }
    }
    option = {
        name = "catus_events_papal_influence"
        trigger = {
            not = {
                has_country_flag = mod_papal_influence
            }
        }
        add_country_modifier = {
            name = catus_nmod_papal_influence
            duration = -1
        }
        set_country_flag = mod_papal_influence
        country_event = {
            id = catus_events_modifier.911
        }
    }
    option = {
        name = "catus_events_prestige_per_development_from_conversion"
        trigger = {
            not = {
                has_country_flag = mod_prestige_per_development_from_conversion
            }
        }
        add_country_modifier = {
            name = catus_nmod_prestige_per_development_from_conversion
            duration = -1
        }
        set_country_flag = mod_prestige_per_development_from_conversion
        country_event = {
            id = catus_events_modifier.911
        }
    }
    option = {
        name = "catus_events_religious_unity"
        trigger = {
            not = {
                has_country_flag = mod_religious_unity
            }
        }
        add_country_modifier = {
            name = catus_nmod_religious_unity
            duration = -1
        }
        set_country_flag = mod_religious_unity
        country_event = {
            id = catus_events_modifier.911
        }
    }
    option = {
        name = "catus_events_tolerance_heathen"
        trigger = {
            not = {
                has_country_flag = mod_tolerance_heathen
            }
        }
        add_country_modifier = {
            name = catus_nmod_tolerance_heathen
            duration = -1
        }
        set_country_flag = mod_tolerance_heathen
        country_event = {
            id = catus_events_modifier.911
        }
    }
    option = {
        name = "catus_events_tolerance_heretic"
        trigger = {
            not = {
                has_country_flag = mod_tolerance_heretic
            }
        }
        add_country_modifier = {
            name = catus_nmod_tolerance_heretic
            duration = -1
        }
        set_country_flag = mod_tolerance_heretic
        country_event = {
            id = catus_events_modifier.911
        }
    }
    option = {
        name = "catus_events_tolerance_own"
        trigger = {
            not = {
                has_country_flag = mod_tolerance_own
            }
        }
        add_country_modifier = {
            name = catus_nmod_tolerance_own
            duration = -1
        }
        set_country_flag = mod_tolerance_own
        country_event = {
            id = catus_events_modifier.911
        }
    }
    option = {
        name = "catus_events_warscore_cost_vs_other_religion"
        trigger = {
            not = {
                has_country_flag = mod_warscore_cost_vs_other_religion
            }
        }
        add_country_modifier = {
            name = catus_nmod_warscore_cost_vs_other_religion
            duration = -1
        }
        set_country_flag = mod_warscore_cost_vs_other_religion
        country_event = {
            id = catus_events_modifier.911
        }
    }
    option = {
        name = "catus_events_yearly_harmony"
        trigger = {
            not = {
                has_country_flag = mod_yearly_harmony
            }
        }
        add_country_modifier = {
            name = catus_nmod_yearly_harmony
            duration = -1
        }
        set_country_flag = mod_yearly_harmony
        country_event = {
            id = catus_events_modifier.911
        }
    }
}

country_event = {
	id = catus_events_modifier.911
	title = "catus_events_modifier11.title"
	desc = "catus_events_modifier11.desc"
	picture = TEMPORAL_RIFT_eventPicture
	is_triggered_only = yes
	
	option = {
		name = "catus_events_back"
        ai_chance = { factor = 100 }
        country_event = {
			id = catus_events_modifier.2
		}
    }
    
    option = {
        name = "catus_events_church_power_modifier"
        trigger = {
            not = {
                has_country_flag = mod_church_power_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_church_power_modifier
            duration = -1
        }
        set_country_flag = mod_church_power_modifier
        country_event = {
            id = catus_events_modifier.11
        }
    }
    option = {
        name = "catus_events_devotion"
        trigger = {
            not = {
                has_country_flag = mod_devotion
            }
        }
        add_country_modifier = {
            name = catus_nmod_devotion
            duration = -1
        }
        set_country_flag = mod_devotion
        country_event = {
            id = catus_events_modifier.11
        }
    }
    option = {
        name = "catus_events_global_heretic_missionary_strength"
        trigger = {
            not = {
                has_country_flag = mod_global_heretic_missionary_strength
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_heretic_missionary_strength
            duration = -1
        }
        set_country_flag = mod_global_heretic_missionary_strength
        country_event = {
            id = catus_events_modifier.11
        }
    }
    option = {
        name = "catus_events_global_missionary_strength"
        trigger = {
            not = {
                has_country_flag = mod_global_missionary_strength
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_missionary_strength
            duration = -1
        }
        set_country_flag = mod_global_missionary_strength
        country_event = {
            id = catus_events_modifier.11
        }
    }
    option = {
        name = "catus_events_harmonization_speed"
        trigger = {
            not = {
                has_country_flag = mod_harmonization_speed
            }
        }
        add_country_modifier = {
            name = catus_nmod_harmonization_speed
            duration = -1
        }
        set_country_flag = mod_harmonization_speed
        country_event = {
            id = catus_events_modifier.11
        }
    }
    option = {
        name = "catus_events_missionaries"
        trigger = {
            not = {
                has_country_flag = mod_missionaries
            }
        }
        add_country_modifier = {
            name = catus_nmod_missionaries
            duration = -1
        }
        set_country_flag = mod_missionaries
        country_event = {
            id = catus_events_modifier.11
        }
    }
    option = {
        name = "catus_events_monthly_fervor_increase"
        trigger = {
            not = {
                has_country_flag = mod_monthly_fervor_increase
            }
        }
        add_country_modifier = {
            name = catus_nmod_monthly_fervor_increase
            duration = -1
        }
        set_country_flag = mod_monthly_fervor_increase
        country_event = {
            id = catus_events_modifier.11
        }
    }
    option = {
        name = "catus_events_monthly_karma"
        trigger = {
            not = {
                has_country_flag = mod_monthly_karma
            }
        }
        add_country_modifier = {
            name = catus_nmod_monthly_karma
            duration = -1
        }
        set_country_flag = mod_monthly_karma
        country_event = {
            id = catus_events_modifier.11
        }
    }
    option = {
        name = "catus_events_monthly_piety"
        trigger = {
            not = {
                has_country_flag = mod_monthly_piety
            }
        }
        add_country_modifier = {
            name = catus_nmod_monthly_piety
            duration = -1
        }
        set_country_flag = mod_monthly_piety
        country_event = {
            id = catus_events_modifier.11
        }
    }
    option = {
        name = "catus_events_papal_influence"
        trigger = {
            not = {
                has_country_flag = mod_papal_influence
            }
        }
        add_country_modifier = {
            name = catus_nmod_papal_influence
            duration = -1
        }
        set_country_flag = mod_papal_influence
        country_event = {
            id = catus_events_modifier.11
        }
    }
    option = {
        name = "catus_events_prestige_per_development_from_conversion"
        trigger = {
            not = {
                has_country_flag = mod_prestige_per_development_from_conversion
            }
        }
        add_country_modifier = {
            name = catus_nmod_prestige_per_development_from_conversion
            duration = -1
        }
        set_country_flag = mod_prestige_per_development_from_conversion
        country_event = {
            id = catus_events_modifier.11
        }
    }
    option = {
        name = "catus_events_religious_unity"
        trigger = {
            not = {
                has_country_flag = mod_religious_unity
            }
        }
        add_country_modifier = {
            name = catus_nmod_religious_unity
            duration = -1
        }
        set_country_flag = mod_religious_unity
        country_event = {
            id = catus_events_modifier.11
        }
    }
    option = {
        name = "catus_events_tolerance_heathen"
        trigger = {
            not = {
                has_country_flag = mod_tolerance_heathen
            }
        }
        add_country_modifier = {
            name = catus_nmod_tolerance_heathen
            duration = -1
        }
        set_country_flag = mod_tolerance_heathen
        country_event = {
            id = catus_events_modifier.11
        }
    }
    option = {
        name = "catus_events_tolerance_heretic"
        trigger = {
            not = {
                has_country_flag = mod_tolerance_heretic
            }
        }
        add_country_modifier = {
            name = catus_nmod_tolerance_heretic
            duration = -1
        }
        set_country_flag = mod_tolerance_heretic
        country_event = {
            id = catus_events_modifier.11
        }
    }
    option = {
        name = "catus_events_tolerance_own"
        trigger = {
            not = {
                has_country_flag = mod_tolerance_own
            }
        }
        add_country_modifier = {
            name = catus_nmod_tolerance_own
            duration = -1
        }
        set_country_flag = mod_tolerance_own
        country_event = {
            id = catus_events_modifier.11
        }
    }
    option = {
        name = "catus_events_warscore_cost_vs_other_religion"
        trigger = {
            not = {
                has_country_flag = mod_warscore_cost_vs_other_religion
            }
        }
        add_country_modifier = {
            name = catus_nmod_warscore_cost_vs_other_religion
            duration = -1
        }
        set_country_flag = mod_warscore_cost_vs_other_religion
        country_event = {
            id = catus_events_modifier.11
        }
    }
    option = {
        name = "catus_events_yearly_harmony"
        trigger = {
            not = {
                has_country_flag = mod_yearly_harmony
            }
        }
        add_country_modifier = {
            name = catus_nmod_yearly_harmony
            duration = -1
        }
        set_country_flag = mod_yearly_harmony
        country_event = {
            id = catus_events_modifier.11
        }
    }
}
######################################################################################################
country_event = {
	id = catus_events_modifier.12
	title = "catus_events_modifier12.title"
	desc = "catus_events_modifier12.desc"
	picture = TEMPORAL_RIFT_eventPicture
	is_triggered_only = yes
	
	option = {
		name = "catus_events_back"
        ai_chance = { factor = 100 }
        country_event = {
			id = catus_events_modifier.2
		}
    }
    
    option = {
        name = "catus_events_autonomy_change_time"
        trigger = {
            not = {
                has_country_flag = mod_autonomy_change_time
            }
        }
        add_country_modifier = {
            name = catus_nmod_autonomy_change_time
            duration = -1
        }
        set_country_flag = mod_autonomy_change_time
        country_event = {
            id = catus_events_modifier.912
        }
    }
    option = {
        name = "catus_events_core_decay_on_your_own"
        trigger = {
            not = {
                has_country_flag = mod_core_decay_on_your_own
            }
        }
        add_country_modifier = {
            name = catus_nmod_core_decay_on_your_own
            duration = -1
        }
        set_country_flag = mod_core_decay_on_your_own
        country_event = {
            id = catus_events_modifier.912
        }
    }
    option = {
        name = "catus_events_culture_conversion_cost"
        trigger = {
            not = {
                has_country_flag = mod_culture_conversion_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_culture_conversion_cost
            duration = -1
        }
        set_country_flag = mod_culture_conversion_cost
        country_event = {
            id = catus_events_modifier.912
        }
    }
    option = {
        name = "catus_events_discovered_relations_impact"
        trigger = {
            not = {
                has_country_flag = mod_discovered_relations_impact
            }
        }
        add_country_modifier = {
            name = catus_nmod_discovered_relations_impact
            duration = -1
        }
        set_country_flag = mod_discovered_relations_impact
        country_event = {
            id = catus_events_modifier.912
        }
    }
    option = {
        name = "catus_events_global_autonomy"
        trigger = {
            not = {
                has_country_flag = mod_global_autonomy
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_autonomy
            duration = -1
        }
        set_country_flag = mod_global_autonomy
        country_event = {
            id = catus_events_modifier.912
        }
    }
    option = {
        name = "catus_events_global_unrest"
        trigger = {
            not = {
                has_country_flag = mod_global_unrest
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_unrest
            duration = -1
        }
        set_country_flag = mod_global_unrest
        country_event = {
            id = catus_events_modifier.912
        }
    }
    option = {
        name = "catus_events_global_spy_defence"
        trigger = {
            not = {
                has_country_flag = mod_global_spy_defence
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_spy_defence
            duration = -1
        }
        set_country_flag = mod_global_spy_defence
        country_event = {
            id = catus_events_modifier.912
        }
    }
    option = {
        name = "catus_events_harsh_treatment_cost"
        trigger = {
            not = {
                has_country_flag = mod_harsh_treatment_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_harsh_treatment_cost
            duration = -1
        }
        set_country_flag = mod_harsh_treatment_cost
        country_event = {
            id = catus_events_modifier.912
        }
    }
    option = {
        name = "catus_events_liberty_desire"
        trigger = {
            not = {
                has_country_flag = mod_liberty_desire
            }
        }
        add_country_modifier = {
            name = catus_nmod_liberty_desire
            duration = -1
        }
        set_country_flag = mod_liberty_desire
        country_event = {
            id = catus_events_modifier.912
        }
    }
    option = {
        name = "catus_events_liberty_desire_from_subject_development"
        trigger = {
            not = {
                has_country_flag = mod_liberty_desire_from_subject_development
            }
        }
        add_country_modifier = {
            name = catus_nmod_liberty_desire_from_subject_development
            duration = -1
        }
        set_country_flag = mod_liberty_desire_from_subject_development
        country_event = {
            id = catus_events_modifier.912
        }
    }
    option = {
        name = "catus_events_min_autonomy"
        trigger = {
            not = {
                has_country_flag = mod_min_autonomy
            }
        }
        add_country_modifier = {
            name = catus_nmod_min_autonomy
            duration = -1
        }
        set_country_flag = mod_min_autonomy
        country_event = {
            id = catus_events_modifier.912
        }
    }
    option = {
        name = "catus_events_min_autonomy_in_territories"
        trigger = {
            not = {
                has_country_flag = mod_min_autonomy_in_territories
            }
        }
        add_country_modifier = {
            name = catus_nmod_min_autonomy_in_territories
            duration = -1
        }
        set_country_flag = mod_min_autonomy_in_territories
        country_event = {
            id = catus_events_modifier.912
        }
    }
    option = {
        name = "catus_events_num_accepted_cultures"
        trigger = {
            not = {
                has_country_flag = mod_num_accepted_cultures
            }
        }
        add_country_modifier = {
            name = catus_nmod_num_accepted_cultures
            duration = -1
        }
        set_country_flag = mod_num_accepted_cultures
        country_event = {
            id = catus_events_modifier.912
        }
    }
    option = {
        name = "catus_events_promote_culture_cost"
        trigger = {
            not = {
                has_country_flag = mod_promote_culture_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_promote_culture_cost
            duration = -1
        }
        set_country_flag = mod_promote_culture_cost
        country_event = {
            id = catus_events_modifier.912
        }
    }
    option = {
        name = "catus_events_rebel_support_efficiency"
        trigger = {
            not = {
                has_country_flag = mod_rebel_support_efficiency
            }
        }
        add_country_modifier = {
            name = catus_nmod_rebel_support_efficiency
            duration = -1
        }
        set_country_flag = mod_rebel_support_efficiency
        country_event = {
            id = catus_events_modifier.912
        }
    }
    option = {
        name = "catus_events_reduced_liberty_desire"
        trigger = {
            not = {
                has_country_flag = mod_reduced_liberty_desire
            }
        }
        add_country_modifier = {
            name = catus_nmod_reduced_liberty_desire
            duration = -1
        }
        set_country_flag = mod_reduced_liberty_desire
        country_event = {
            id = catus_events_modifier.912
        }
    }
    option = {
        name = "catus_events_reduced_liberty_desire_on_same_continent"
        trigger = {
            not = {
                has_country_flag = mod_reduced_liberty_desire_on_same_continent
            }
        }
        add_country_modifier = {
            name = catus_nmod_reduced_liberty_desire_on_same_continent
            duration = -1
        }
        set_country_flag = mod_reduced_liberty_desire_on_same_continent
        country_event = {
            id = catus_events_modifier.912
        }
    }
    option = {
        name = "catus_events_spy_offence"
        trigger = {
            not = {
                has_country_flag = mod_spy_offence
            }
        }
        add_country_modifier = {
            name = catus_nmod_spy_offence
            duration = -1
        }
        set_country_flag = mod_spy_offence
        country_event = {
            id = catus_events_modifier.912
        }
    }
    option = {
        name = "catus_events_stability_cost_modifier"
        trigger = {
            not = {
                has_country_flag = mod_stability_cost_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_stability_cost_modifier
            duration = -1
        }
        set_country_flag = mod_stability_cost_modifier
        country_event = {
            id = catus_events_modifier.912
        }
    }
    option = {
        name = "catus_events_years_of_nationalism"
        trigger = {
            not = {
                has_country_flag = mod_years_of_nationalism
            }
        }
        add_country_modifier = {
            name = catus_nmod_years_of_nationalism
            duration = -1
        }
        set_country_flag = mod_years_of_nationalism
        country_event = {
            id = catus_events_modifier.912
        }
    }
}

country_event = {
	id = catus_events_modifier.912
	title = "catus_events_modifier12.title"
	desc = "catus_events_modifier12.desc"
	picture = TEMPORAL_RIFT_eventPicture
	is_triggered_only = yes
	
	option = {
		name = "catus_events_back"
        ai_chance = { factor = 100 }
        country_event = {
			id = catus_events_modifier.2
		}
    }
    
    option = {
        name = "catus_events_autonomy_change_time"
        trigger = {
            not = {
                has_country_flag = mod_autonomy_change_time
            }
        }
        add_country_modifier = {
            name = catus_nmod_autonomy_change_time
            duration = -1
        }
        set_country_flag = mod_autonomy_change_time
        country_event = {
            id = catus_events_modifier.12
        }
    }
    option = {
        name = "catus_events_core_decay_on_your_own"
        trigger = {
            not = {
                has_country_flag = mod_core_decay_on_your_own
            }
        }
        add_country_modifier = {
            name = catus_nmod_core_decay_on_your_own
            duration = -1
        }
        set_country_flag = mod_core_decay_on_your_own
        country_event = {
            id = catus_events_modifier.12
        }
    }
    option = {
        name = "catus_events_culture_conversion_cost"
        trigger = {
            not = {
                has_country_flag = mod_culture_conversion_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_culture_conversion_cost
            duration = -1
        }
        set_country_flag = mod_culture_conversion_cost
        country_event = {
            id = catus_events_modifier.12
        }
    }
    option = {
        name = "catus_events_discovered_relations_impact"
        trigger = {
            not = {
                has_country_flag = mod_discovered_relations_impact
            }
        }
        add_country_modifier = {
            name = catus_nmod_discovered_relations_impact
            duration = -1
        }
        set_country_flag = mod_discovered_relations_impact
        country_event = {
            id = catus_events_modifier.12
        }
    }
    option = {
        name = "catus_events_global_autonomy"
        trigger = {
            not = {
                has_country_flag = mod_global_autonomy
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_autonomy
            duration = -1
        }
        set_country_flag = mod_global_autonomy
        country_event = {
            id = catus_events_modifier.12
        }
    }
    option = {
        name = "catus_events_global_unrest"
        trigger = {
            not = {
                has_country_flag = mod_global_unrest
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_unrest
            duration = -1
        }
        set_country_flag = mod_global_unrest
        country_event = {
            id = catus_events_modifier.12
        }
    }
    option = {
        name = "catus_events_global_spy_defence"
        trigger = {
            not = {
                has_country_flag = mod_global_spy_defence
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_spy_defence
            duration = -1
        }
        set_country_flag = mod_global_spy_defence
        country_event = {
            id = catus_events_modifier.12
        }
    }
    option = {
        name = "catus_events_harsh_treatment_cost"
        trigger = {
            not = {
                has_country_flag = mod_harsh_treatment_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_harsh_treatment_cost
            duration = -1
        }
        set_country_flag = mod_harsh_treatment_cost
        country_event = {
            id = catus_events_modifier.12
        }
    }
    option = {
        name = "catus_events_liberty_desire"
        trigger = {
            not = {
                has_country_flag = mod_liberty_desire
            }
        }
        add_country_modifier = {
            name = catus_nmod_liberty_desire
            duration = -1
        }
        set_country_flag = mod_liberty_desire
        country_event = {
            id = catus_events_modifier.12
        }
    }
    option = {
        name = "catus_events_liberty_desire_from_subject_development"
        trigger = {
            not = {
                has_country_flag = mod_liberty_desire_from_subject_development
            }
        }
        add_country_modifier = {
            name = catus_nmod_liberty_desire_from_subject_development
            duration = -1
        }
        set_country_flag = mod_liberty_desire_from_subject_development
        country_event = {
            id = catus_events_modifier.12
        }
    }
    option = {
        name = "catus_events_min_autonomy"
        trigger = {
            not = {
                has_country_flag = mod_min_autonomy
            }
        }
        add_country_modifier = {
            name = catus_nmod_min_autonomy
            duration = -1
        }
        set_country_flag = mod_min_autonomy
        country_event = {
            id = catus_events_modifier.12
        }
    }
    option = {
        name = "catus_events_min_autonomy_in_territories"
        trigger = {
            not = {
                has_country_flag = mod_min_autonomy_in_territories
            }
        }
        add_country_modifier = {
            name = catus_nmod_min_autonomy_in_territories
            duration = -1
        }
        set_country_flag = mod_min_autonomy_in_territories
        country_event = {
            id = catus_events_modifier.12
        }
    }
    option = {
        name = "catus_events_num_accepted_cultures"
        trigger = {
            not = {
                has_country_flag = mod_num_accepted_cultures
            }
        }
        add_country_modifier = {
            name = catus_nmod_num_accepted_cultures
            duration = -1
        }
        set_country_flag = mod_num_accepted_cultures
        country_event = {
            id = catus_events_modifier.12
        }
    }
    option = {
        name = "catus_events_promote_culture_cost"
        trigger = {
            not = {
                has_country_flag = mod_promote_culture_cost
            }
        }
        add_country_modifier = {
            name = catus_nmod_promote_culture_cost
            duration = -1
        }
        set_country_flag = mod_promote_culture_cost
        country_event = {
            id = catus_events_modifier.12
        }
    }
    option = {
        name = "catus_events_rebel_support_efficiency"
        trigger = {
            not = {
                has_country_flag = mod_rebel_support_efficiency
            }
        }
        add_country_modifier = {
            name = catus_nmod_rebel_support_efficiency
            duration = -1
        }
        set_country_flag = mod_rebel_support_efficiency
        country_event = {
            id = catus_events_modifier.12
        }
    }
    option = {
        name = "catus_events_reduced_liberty_desire"
        trigger = {
            not = {
                has_country_flag = mod_reduced_liberty_desire
            }
        }
        add_country_modifier = {
            name = catus_nmod_reduced_liberty_desire
            duration = -1
        }
        set_country_flag = mod_reduced_liberty_desire
        country_event = {
            id = catus_events_modifier.12
        }
    }
    option = {
        name = "catus_events_reduced_liberty_desire_on_same_continent"
        trigger = {
            not = {
                has_country_flag = mod_reduced_liberty_desire_on_same_continent
            }
        }
        add_country_modifier = {
            name = catus_nmod_reduced_liberty_desire_on_same_continent
            duration = -1
        }
        set_country_flag = mod_reduced_liberty_desire_on_same_continent
        country_event = {
            id = catus_events_modifier.12
        }
    }
    option = {
        name = "catus_events_spy_offence"
        trigger = {
            not = {
                has_country_flag = mod_spy_offence
            }
        }
        add_country_modifier = {
            name = catus_nmod_spy_offence
            duration = -1
        }
        set_country_flag = mod_spy_offence
        country_event = {
            id = catus_events_modifier.12
        }
    }
    option = {
        name = "catus_events_stability_cost_modifier"
        trigger = {
            not = {
                has_country_flag = mod_stability_cost_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_stability_cost_modifier
            duration = -1
        }
        set_country_flag = mod_stability_cost_modifier
        country_event = {
            id = catus_events_modifier.12
        }
    }
    option = {
        name = "catus_events_years_of_nationalism"
        trigger = {
            not = {
                has_country_flag = mod_years_of_nationalism
            }
        }
        add_country_modifier = {
            name = catus_nmod_years_of_nationalism
            duration = -1
        }
        set_country_flag = mod_years_of_nationalism
        country_event = {
            id = catus_events_modifier.12
        }
    }
}
######################################################################################################
country_event = {
	id = catus_events_modifier.13
	title = "catus_events_modifier13.title"
	desc = "catus_events_modifier13.desc"
	picture = TEMPORAL_RIFT_eventPicture
	is_triggered_only = yes
	
	option = {
		name = "catus_events_back"
        ai_chance = { factor = 100 }
        country_event = {
			id = catus_events_modifier.2
		}
    }
    
    option = {
        name = "catus_events_caravan_power"
        trigger = {
            not = {
                has_country_flag = mod_caravan_power
            }
        }
        add_country_modifier = {
            name = catus_nmod_caravan_power
            duration = -1
        }
        set_country_flag = mod_caravan_power
        country_event = {
            id = catus_events_modifier.913
        }
    }
    option = {
        name = "catus_events_embargo_efficiency"
        trigger = {
            not = {
                has_country_flag = mod_embargo_efficiency
            }
        }
        add_country_modifier = {
            name = catus_nmod_embargo_efficiency
            duration = -1
        }
        set_country_flag = mod_embargo_efficiency
        country_event = {
            id = catus_events_modifier.913
        }
    }
    option = {
        name = "catus_events_global_foreign_trade_power"
        trigger = {
            not = {
                has_country_flag = mod_global_foreign_trade_power
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_foreign_trade_power
            duration = -1
        }
        set_country_flag = mod_global_foreign_trade_power
        country_event = {
            id = catus_events_modifier.913
        }
    }
    option = {
        name = "catus_events_global_own_trade_power"
        trigger = {
            not = {
                has_country_flag = mod_global_own_trade_power
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_own_trade_power
            duration = -1
        }
        set_country_flag = mod_global_own_trade_power
        country_event = {
            id = catus_events_modifier.913
        }
    }
    option = {
        name = "catus_events_global_prov_trade_power_modifier"
        trigger = {
            not = {
                has_country_flag = mod_global_prov_trade_power_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_prov_trade_power_modifier
            duration = -1
        }
        set_country_flag = mod_global_prov_trade_power_modifier
        country_event = {
            id = catus_events_modifier.913
        }
    }
    option = {
        name = "catus_events_global_trade_goods_size_modifier"
        trigger = {
            not = {
                has_country_flag = mod_global_trade_goods_size_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_trade_goods_size_modifier
            duration = -1
        }
        set_country_flag = mod_global_trade_goods_size_modifier
        country_event = {
            id = catus_events_modifier.913
        }
    }
    option = {
        name = "catus_events_global_trade_power"
        trigger = {
            not = {
                has_country_flag = mod_global_trade_power
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_trade_power
            duration = -1
        }
        set_country_flag = mod_global_trade_power
        country_event = {
            id = catus_events_modifier.913
        }
    }
    option = {
        name = "catus_events_merchants"
        trigger = {
            not = {
                has_country_flag = mod_merchants
            }
        }
        add_country_modifier = {
            name = catus_nmod_merchants
            duration = -1
        }
        set_country_flag = mod_merchants
        country_event = {
            id = catus_events_modifier.913
        }
    }
    option = {
        name = "catus_events_placed_merchant_power"
        trigger = {
            not = {
                has_country_flag = mod_placed_merchant_power
            }
        }
        add_country_modifier = {
            name = catus_nmod_placed_merchant_power
            duration = -1
        }
        set_country_flag = mod_placed_merchant_power
        country_event = {
            id = catus_events_modifier.913
        }
    }
    option = {
        name = "catus_events_trade_efficiency"
        trigger = {
            not = {
                has_country_flag = mod_trade_efficiency
            }
        }
        add_country_modifier = {
            name = catus_nmod_trade_efficiency
            duration = -1
        }
        set_country_flag = mod_trade_efficiency
        country_event = {
            id = catus_events_modifier.913
        }
    }
    option = {
        name = "catus_events_trade_range_modifier"
        trigger = {
            not = {
                has_country_flag = mod_trade_range_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_trade_range_modifier
            duration = -1
        }
        set_country_flag = mod_trade_range_modifier
        country_event = {
            id = catus_events_modifier.913
        }
    }
    option = {
        name = "catus_events_trade_steering"
        trigger = {
            not = {
                has_country_flag = mod_trade_steering
            }
        }
        add_country_modifier = {
            name = catus_nmod_trade_steering
            duration = -1
        }
        set_country_flag = mod_trade_steering
        country_event = {
            id = catus_events_modifier.913
        }
    }
}

country_event = {
	id = catus_events_modifier.913
	title = "catus_events_modifier13.title"
	desc = "catus_events_modifier13.desc"
	picture = TEMPORAL_RIFT_eventPicture
	is_triggered_only = yes
	
	option = {
		name = "catus_events_back"
        ai_chance = { factor = 100 }
        country_event = {
			id = catus_events_modifier.2
		}
    }
    
    option = {
        name = "catus_events_caravan_power"
        trigger = {
            not = {
                has_country_flag = mod_caravan_power
            }
        }
        add_country_modifier = {
            name = catus_nmod_caravan_power
            duration = -1
        }
        set_country_flag = mod_caravan_power
        country_event = {
            id = catus_events_modifier.13
        }
    }
    option = {
        name = "catus_events_embargo_efficiency"
        trigger = {
            not = {
                has_country_flag = mod_embargo_efficiency
            }
        }
        add_country_modifier = {
            name = catus_nmod_embargo_efficiency
            duration = -1
        }
        set_country_flag = mod_embargo_efficiency
        country_event = {
            id = catus_events_modifier.13
        }
    }
    option = {
        name = "catus_events_global_foreign_trade_power"
        trigger = {
            not = {
                has_country_flag = mod_global_foreign_trade_power
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_foreign_trade_power
            duration = -1
        }
        set_country_flag = mod_global_foreign_trade_power
        country_event = {
            id = catus_events_modifier.13
        }
    }
    option = {
        name = "catus_events_global_own_trade_power"
        trigger = {
            not = {
                has_country_flag = mod_global_own_trade_power
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_own_trade_power
            duration = -1
        }
        set_country_flag = mod_global_own_trade_power
        country_event = {
            id = catus_events_modifier.13
        }
    }
    option = {
        name = "catus_events_global_prov_trade_power_modifier"
        trigger = {
            not = {
                has_country_flag = mod_global_prov_trade_power_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_prov_trade_power_modifier
            duration = -1
        }
        set_country_flag = mod_global_prov_trade_power_modifier
        country_event = {
            id = catus_events_modifier.13
        }
    }
    option = {
        name = "catus_events_global_trade_goods_size_modifier"
        trigger = {
            not = {
                has_country_flag = mod_global_trade_goods_size_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_trade_goods_size_modifier
            duration = -1
        }
        set_country_flag = mod_global_trade_goods_size_modifier
        country_event = {
            id = catus_events_modifier.13
        }
    }
    option = {
        name = "catus_events_global_trade_power"
        trigger = {
            not = {
                has_country_flag = mod_global_trade_power
            }
        }
        add_country_modifier = {
            name = catus_nmod_global_trade_power
            duration = -1
        }
        set_country_flag = mod_global_trade_power
        country_event = {
            id = catus_events_modifier.13
        }
    }
    option = {
        name = "catus_events_merchants"
        trigger = {
            not = {
                has_country_flag = mod_merchants
            }
        }
        add_country_modifier = {
            name = catus_nmod_merchants
            duration = -1
        }
        set_country_flag = mod_merchants
        country_event = {
            id = catus_events_modifier.13
        }
    }
    option = {
        name = "catus_events_placed_merchant_power"
        trigger = {
            not = {
                has_country_flag = mod_placed_merchant_power
            }
        }
        add_country_modifier = {
            name = catus_nmod_placed_merchant_power
            duration = -1
        }
        set_country_flag = mod_placed_merchant_power
        country_event = {
            id = catus_events_modifier.13
        }
    }
    option = {
        name = "catus_events_trade_efficiency"
        trigger = {
            not = {
                has_country_flag = mod_trade_efficiency
            }
        }
        add_country_modifier = {
            name = catus_nmod_trade_efficiency
            duration = -1
        }
        set_country_flag = mod_trade_efficiency
        country_event = {
            id = catus_events_modifier.13
        }
    }
    option = {
        name = "catus_events_trade_range_modifier"
        trigger = {
            not = {
                has_country_flag = mod_trade_range_modifier
            }
        }
        add_country_modifier = {
            name = catus_nmod_trade_range_modifier
            duration = -1
        }
        set_country_flag = mod_trade_range_modifier
        country_event = {
            id = catus_events_modifier.13
        }
    }
    option = {
        name = "catus_events_trade_steering"
        trigger = {
            not = {
                has_country_flag = mod_trade_steering
            }
        }
        add_country_modifier = {
            name = catus_nmod_trade_steering
            duration = -1
        }
        set_country_flag = mod_trade_steering
        country_event = {
            id = catus_events_modifier.13
        }
    }
}