#####-----> Extras Decisions <><> <><> <><> <><> <><>

r56_decision_category_patreon = {
	
#	r56_decision_patreon_credits = {
#		icon = generic_form_nation
#		cost = 0
#        fire_only_once = no
#		
#		ai_will_do = {
#			factor = 0
#		}
#		
#		available = {
#			is_ai = no
#		}
#		
#		visible = {
#			r56_st_patreon_hotandbothered = yes
#		}
#		
#		
#		complete_effect = {
#			custom_effect_tooltip = r56_tooltip_patreon_credits
#			
#			hidden_effect = {
#				country_event = { id = r56.event.patreon.01 }
#			}
#		}
#	}
#	
#	r56_decision_patreon_leaders = {
#		icon = generic_political_discourse
#		cost = 0
#        fire_only_once = yes
#		
#		ai_will_do = {
#			factor = 0
#		}
#		
#		available = {
#			is_ai = no
#		}
#		
#		visible = {
#			r56_st_patreon_hotandbothered = yes
#		}
#		
#		complete_effect = {
#			custom_effect_tooltip = r56_tooltip_patreon_leaders
#			
#			hidden_effect = {
#				country_event = { id = r56w.event.99 }
#			}
#		}
#	}
	
#	r56_disable_naval_invasion_event_country = {
#		icon = generic_operation
#		cost = 0
#		fire_only_once = no
#
#		ai_will_do = {
#			factor = 0
#		}
#
#		available = {
#			is_ai = no
#		}
#
#		visible = {
#			NOT = {
#				has_country_flag = country_stop_naval_invasion_alert_event
#			}
#		}
#
#		complete_effect = {
#			hidden_effect = {
#				set_country_flag = country_stop_naval_invasion_alert_event
#			}
#		}
#	}
#	r56_activate_naval_invasion_event_country = {
#		icon = generic_operation
#		cost = 0
#		fire_only_once = no
#
#		ai_will_do = {
#			factor = 0
#		}
#
#		available = {
#			is_ai = no
#		}
#
#		visible = {
#			has_country_flag = country_stop_naval_invasion_alert_event
#		}
#
#		complete_effect = {
#			hidden_effect = {
#				clr_country_flag = country_stop_naval_invasion_alert_event
#			}
#		}
#	}

	r56_decision_patreon_easteregg = {
		icon = generic_operation
		cost = 0
        fire_only_once = yes
		
		ai_will_do = {
			factor = 0
		}
		allowed = {
			is_ai1 = yes
		}
		available = {
		}
		
		visible = {
			r56_st_patreon_hotandbothered = yes
		}
		
		complete_effect = {
			custom_effect_tooltip = r56_tooltip_patreon_easteregg
			
			hidden_effect = {
				set_country_flag = r56_cflg_patreon_ee
				country_event = { id = r56w.event.31 }
			}
		}
	}
	
	r56_decision_patreon_turnedoff = {
		icon = oppression
		cost = 0 
        fire_only_once = yes
		allowed = {
			is_ai1 = yes
		}
		ai_will_do = {
			factor = 0
		}
		
		available = {
			always = yes
		}
		
		visible = {
			r56_st_patreon_hotandbothered = yes
		}
		
		complete_effect = {
			custom_effect_tooltip = r56_tooltip_patreon_turnedoff
			
			hidden_effect = {
				set_country_flag = r56_cflg_patreon_turnedoff
			}
		}
	}
}

#####-----> End of File <><> <><> <><> <><> <><>