scripted_gui = {    	
  effects_gui = {
    window_name = "effects_window"
    context_type = player_context

    visible = {
 
always = yes
   
}


    effects = {
 
  
 }	 	
	 
	    triggers = {
 	grey_shit_visible = {
 has_country_flag = grey_shit_active
 	}
  	green_shit_visible = {
  has_country_flag = green_shit_active
  	}
 	yellow_effect_visible = {
 has_country_flag = yellow_effect_active
 	}
 	red_effect_visible = {
 has_country_flag = red_effect_active
 	}
 	spritesheet_visible = {
 has_country_flag = spritesheet_active
 	}
 	white_effect_loop_visible = {
 has_country_flag = white_effect_loop_active
 	}
    
	}

    dynamic_lists = {
	}

properties = {
 
}

    ai_enabled = {
		always = no
    }

    ai_test_interval = 290  # The higher, the long it takes the ai to do actions
	ai_test_variance = 0.5

    ai_check = {
    }

    ai_check_scope = {
    }

    ai_weights = {
    }
  }
 

