ERE_byzantinebur_category = {
		
ERE_blurboat_mission = {
    allowed = {
	   original_tag = ERE
	   }
	   
    visible = {
        is_subject = no
    }

    available = {
        always = no
    }
	
    cancel_trigger = {
        has_country_flag = blurboatdone
    }
	
	fire_only_once = yes
	
    icon = GFX_decision_ger_mefo_bills
	
    is_good = no

    days_mission_timeout = 200

    complete_effect = {
        set_country_flag = blurboatstarting
		stability_weekly = -0.02
    }
	
    timeout_effect = {
		custom_effect_tooltip = ERE_blurboat
        set_country_flag = blurboatfailed
    }
	
}

ERE_blurboatcomplete_mission = {
    allowed = {
	   original_tag = ERE
	   }
	   
	fire_only_once = yes
	
    visible = {
        is_subject = no
    }

    available = {
        always = yes
    }
	
	cost = 75
    icon = GFX_decision_ger_mefo_bills 
    days_remove = 90

    modifier = {
        stability_weekly = 0.05
        training_time_factor = -0.1
    }

    complete_effect = {
        set_country_flag = blurboat222
		add_command_power = -10
		custom_effect_tooltip = ERE_blurboatcomplete
    }
	
    remove_effect = { 
        set_country_flag = blurboatdone
    }
	
}

ERE_blurboatmodernise_mission = {
    allowed = {
	   original_tag = ERE
	   }
	   
	fire_only_once = yes
	
    visible = {
        is_subject = no
    }

    available = {
        always = yes
    }
	
	cost = 150
    icon = GFX_decision_generic_colonial_administration
    days_remove = 30

    modifier = {
        production_speed_buildings_factor = 0.05
        political_power_gain = 0.1
		stability_weekly = 0.10
    }

    complete_effect = {
        set_country_flag = blurboat222
		army_experience = -50
		custom_effect_tooltip = ERE_blurboatmodernise
    }
	
    remove_effect = { 
        set_country_flag = blurboatdone
		add_ideas = ERE_moderniseadmin
    }
	
}

ERE_blurboatpurge_mission = {
    allowed = {
	   original_tag = ERE
	   }
	   
	fire_only_once = yes
	
    visible = {
        is_subject = no
    }

    available = {
        always = yes
    }
	
	cost = 50
    icon = GFX_decision_generic_colonial_administration
    days_remove = 100

    modifier = {
		stability_weekly = -0.10
		industrial_capacity_factory = 0.05
    }

    complete_effect = {
        set_country_flag = blurboat222
		stability_factor = -0.10
		custom_effect_tooltip = ERE_blurboatpurge
    }
	
    remove_effect = { 
        set_country_flag = blurboatdone
		country_event = ERE_trialofbureaucrats
    }
	
}

}