Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

flavor_eng_diplomacy.1600 罗伯特·雪利爵士的波斯使命

时间范围:1605.1.1 - 1625.1.1(每月 5% 概率)

触发条件

  • 国家 IRA(伊朗/波斯)必须存在。
  • 国家 IRA 与大国 TUR(奥斯曼土耳其)接壤,且未与 TUR 结盟。
  • persia_region(波斯地区)中至少有一个沿海省份的所有者为 IRA
  • TUR(奥斯曼土耳其)是一个大国。
  • 事件触发国(通常为 ENGGBR)的宗教属于基督教组。

关键效果

  • 选项 A(历史选项)
    • IRA(伊朗)增加名为 trust_treaty_of_stjames 的信任度修正。
    • IRA 国家静默触发事件 flavor_eng_diplomacy.1601
    • 显示自定义提示 flavor_eng_diplomacy.1600.tt1flavor_eng_diplomacy.1600.tt2
  • 选项 B
    • 将社会价值观 outward_vs_inward(外向 vs 内向)向右移动(即变得更内向)。
    • 显示自定义提示 flavor_eng_diplomacy.1600.tt3

背景介绍: 此事件模拟了17世纪初英国冒险家、外交官罗伯特·雪利爵士(Sir Robert Shirley)的波斯使命。在奥斯曼帝国与萨法维波斯帝国长期对抗的背景下,英格兰(或后来的大不列颠)作为基督教国家,试图与波斯建立联系以对抗共同的奥斯曼对手。雪利爵士以其卓越的外交和军事才能,被派往波斯宫廷,旨在促成英波联盟,开辟对抗奥斯曼的东方战线,并为英国在东方的贸易与影响力铺路。

事件代码

flavor_eng_diplomacy.1600 = {
	type = country_event

	fire_only_once = yes	

	title = flavor_eng_diplomacy.1600.title
	desc = flavor_eng_diplomacy.1600.desc

	dynamic_historical_event = {
		tag = ENG
		tag = GBR
		from = 1605.1.1
		to = 1625.1.1
		monthly_chance = 5
	}
	
	trigger = {

		country_exists = c:IRA
		c:IRA = {
			 is_neighbor_of = c:TUR
			 NOT = { is_allied_with = { target = c:TUR } }
		}

		region:persia_region = {
			any_location_in_region = {
				is_coastal = yes
				owner = c:IRA
			}
		}

		c:TUR = { is_great_power = yes }

		religion.group = religion_group:christian

	}
	illustration_tags = {
		10 = regular
		10 = interior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_robert
			last_name = Shirley
			estate = estate_type:nobles_estate
			adm = 45
			dip = 90
			mil = 90
			birth_date = 1581.1.1
			religion = root.religion
			birth_location = location:shoreham
			script = eng_robert_shirley
			save_scope_as = robert_shirley
		}

		c:IRA.capital = { save_scope_as = target_location }

		root = { save_scope_as = target_root_country }

	}

	option = {
		name = flavor_eng_diplomacy.1600.a
		historical_option = yes

		add_trust = {
			modifier = trust_treaty_of_stjames
			target = c:IRA
		}

		c:IRA = { trigger_event_silently = { id = flavor_eng_diplomacy.1601 } }

		custom_tooltip = flavor_eng_diplomacy.1600.tt1
		custom_tooltip = flavor_eng_diplomacy.1600.tt2
		
	}

	option = {
		name = flavor_eng_diplomacy.1600.b

		change_societal_value = {
			type = outward_vs_inward
			value = societal_value_move_to_right
		}

		custom_tooltip = flavor_eng_diplomacy.1600.tt3

	}
	
	historical_info = flavor_eng_diplomacy.1600.historical_info

}