﻿namespace = benelux

#Events for the Beneluxer Succession Story Cycle


#Guillem BONW starting event
benelux.1 = {
	type = character_event
	title = benelux.1.t
	desc = benelux.1.desc
	theme = claim_throne_scheme 
	left_portrait = {
		character = root
		animation = aggressive_sword 
	}

	immediate = {
		add_unpressed_claim = title:e_benelux
		add_unpressed_claim = title:k_lotharingia
		add_unpressed_claim = title:k_frisia
	}

	option = { #Long Live Guillem!
		name = benelux.1.a
		flavor = benelux.1.a.flavor
		custom_tooltip = restore_benelux.tt
	}
}

#Philippe BONW starting event
benelux.2 = {
	type = character_event
	title = benelux.2.t
	desc = benelux.2.desc
	theme = claim_throne_scheme 
	left_portrait = {
		character = root
		animation = aggressive_sword 
	}

	immediate = {
		add_unpressed_claim = title:e_benelux
		add_unpressed_claim = title:k_belgium
		add_unpressed_claim = title:k_frisia
	}

	option = { #Long Live Philippe!
		name = benelux.2.a
		flavor = benelux.2.a.flavor
		custom_tooltip = restore_benelux.tt
	}
}

#Hendrik BONW starting event
benelux.3 = {
	type = character_event
	title = benelux.3.t
	desc = benelux.3.desc
	theme = claim_throne_scheme 
	left_portrait = {
		character = root
		animation = aggressive_sword 
	}

	immediate = {
		add_unpressed_claim = title:e_benelux
		add_unpressed_claim = title:k_belgium
		add_unpressed_claim = title:k_lotharingia
	}

	option = { #Long Live Hendrik!
		name = benelux.3.a
		flavor = benelux.3.a.flavor
		custom_tooltip = restore_benelux.tt
	}
}