﻿add_namespace = libya
add_namespace = news_LBA

# Turkey demands libya become puppet
country_event = {
	id = libya.999
	title = libya.999.t
	desc = libya.999.d
	picture = GFX_report_event_stalin_02
	
	is_triggered_only = yes
	
	option = { # Accept demands
		name = libya.999.a
		ai_chance = {	
			modifier = {
				factor = 0
				OR = {
					any_other_country = {
	
						has_guaranteed = LBA
					}
					any_other_country = {

						is_in_faction_with = LBA
					}
				}
			}
			factor = 100	
		}
		TUR = { puppet = LBA }
	}

	option = { # Refuse
		name = libya.999.b
		ai_chance = {	
			modifier = {
				factor = 0
				NOT = {
					OR = {
						any_other_country = {

							has_guaranteed = LBA
						}
						any_other_country = {

							is_in_faction_with = LBA
						}
					}
				}
			}
			factor = 5	
		}
		TUR = { country_event = { id = turkey.999 hours = 6 } }
		effect_tooltip = {
			TUR = {
				create_wargoal = {
					type = puppet_wargoal_focus
					target = LBA		
				}
			}			
		}
	}
}