﻿focus_tree = {
	id = plankton_end
	
	country = {
		factor = 1
		
		modifier = {
			add = 1
			OR = {
				tag = PLA
			}
 		}
	}
	
	default = no

	continuous_focus_position = { x = 2250 y = 5350 }

	focus = {
		id =   statue2
		icon = GFX_statue2
		cost = 4

		mutually_exclusive = { }
		x = 10
		y = 0

		prerequisite = { }
		relative_position_id = 1

		available = {

		}
		
		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no

		complete_tooltip = {

		}

		completion_reward = {	
		
			custom_effect_tooltip = end1_tooltip
			 hidden_effect = {
         country_event = { id = sponge.3223 days = 25 }
		}


		ai_will_do = {
			factor = 1
		}
		}

	}

 	focus = {
		id =  big_plankton 
		icon = GFX_big_plankton 
		cost = 4

		mutually_exclusive = { }
		x = 12
		y = 1

		prerequisite = { focus = statue2}
		relative_position_id = 1

		available = {

		}
		
		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no

		complete_tooltip = {

		}

		completion_reward = {	
		
			custom_effect_tooltip = end2_tooltip
			if = {
				limit = { has_completed_focus = slaves }
				hidden_effect = {
					country_event = sponge.546
				}
			}

		ai_will_do = {
			factor = 1
		}
		}

	}
  	focus = {
		id =  slaves 
		icon = GFX_slaves 
		cost = 4

		mutually_exclusive = { }
		x = 8
		y = 1

		prerequisite = { focus = statue2}
		relative_position_id = 1

		available = {

		}
		
		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no

		complete_tooltip = {

		}

		completion_reward = {	
			custom_effect_tooltip = end3_tooltip
			if = {
				limit = { has_completed_focus = big_plankton }
				hidden_effect = {
					country_event = sponge.546
				}
			}

		ai_will_do = {
			factor = 1
		}
		}

	}
 	focus = {
		id =  plankton_pointing
		icon = GFX_plankton_pointing
		cost = 4

		mutually_exclusive = { }
		x = 10
		y = 2

		prerequisite = { focus = big_plankton }
		prerequisite = { focus = slaves}
		relative_position_id = 1

		available = {

		}
		
		bypass = { 

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no

		complete_tooltip = {

		}

		completion_reward = {	
		
			custom_effect_tooltip = end4_tooltip 
				hidden_effect = {
					country_event = sponge.547
				}


		ai_will_do = {
			factor = 1
		}
		}

	}
	
	
  
 	focus = {
		id =  switch
		icon = GFX_switch
		cost = 4

		mutually_exclusive = { }
		x = 12
		y = 3

		prerequisite = { focus = big_plankton }
 		prerequisite = { focus = plankton_pointing }

		relative_position_id = 1

		available = {

		}
		
		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no

		complete_tooltip = {

		}

		completion_reward = {	
		
			custom_effect_tooltip = end5_tooltip
			if = {
				limit = { has_completed_focus = curtain }
				hidden_effect = {
					country_event = sponge.548
				}
			}


		ai_will_do = {
			factor = 1
		}
		}

	}

 	focus = {
		id =  curtain
		icon = GFX_curtain
		cost = 4

		mutually_exclusive = { }
		x = 8
		y = 3

		prerequisite = { focus = slaves }
 		prerequisite = { focus = plankton_pointing }

		relative_position_id = 1

		available = {

		}
		
		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no

		complete_tooltip = {

		}

		completion_reward = {	
		
			custom_effect_tooltip = end6_tooltip
			if = {
				limit = { has_completed_focus = switch }
				hidden_effect = {
					country_event = sponge.548
				}
			}


		ai_will_do = {
			factor = 1
		}
		}

	}

 	focus = {
		id =  kelpcity
		icon = GFX_kelpcity
		cost = 4

		mutually_exclusive = { }
		x = 10
		y = 6

		prerequisite = { focus = curtain }
		prerequisite = { focus = switch}
 
		relative_position_id = 1

		available = {

		}
		
		bypass = {

		}

		cancel_if_invalid = yes
		continue_if_invalid = no
		available_if_capitulated = no

		complete_tooltip = {

		}

		completion_reward = {	
		
			custom_effect_tooltip = end7_tooltip
				hidden_effect = {
					country_event = sponge.549
				}

		ai_will_do = {
			factor = 1
		}
		}

	}	
	
}