honhon = {
	type = country_event
	placement = ROOT

	title = raj.2.t
	flavor = raj.2.f

	duration = 3

	event_image = {
		video = "ep1_redcoats"
	}

	on_created_soundeffect = "event:/SFX/UI/Alerts/event_appear"

	icon = "gfx/interface/icons/event_icons/event_skull.dds"

	minor_left_icon = c:PRU

	immediate = {
		c:PRU ?= {
			save_scope_as = overlords_scope
		}
	}

	option = {
		name = honhon.a
		default_option = yes
		ai_chance = {
			base = 100
		}
		if = {
			limit = { # Should never happen, but just to be sure.
				is_player = yes
			}
			play_as = scope:overlords_scope
		}
		if = {
			limit = {
				gold_reserves > 0
			}
			custom_tooltip = {
				text = transfers_treasury_to_eic_tt
				scope:overlords_scope ?= {
					add_treasury = {
						value = prev.gold_reserves
					}
				}
			}
		}
		scope:overlords_scope ?= {
			annex_with_incorporation = ROOT
		}
	}

	option = {
		name = honhon.b
		ai_chance = {
			base = 0
		}
		create_diplomatic_play = {
			target_country = scope:overlords_scope
			type = dp_independence
			add_war_goal = { holder = scope:overlords_scope target_country = ROOT type = annex_country }
		}
	}
}