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.30] 罗伯特·沃波尔登场

时间范围

1700年1月1日 - 1745年1月1日,每月有 1% 的概率触发。

触发条件

  • 国家必须 拥有 林恩地区(location:lynn)。

关键效果

选项: flavor_eng.30.a

  • 将创建的历史人物 罗伯特·沃波尔 移动至本国。

背景介绍

该事件模拟了英国政治家罗伯特·沃波尔(Robert Walpole)登上历史舞台。沃波尔被认为是英国历史上第一位事实上的首相,他在18世纪早期对英国政治产生了深远影响,尤其是在财政管理和内阁制度的发展方面。事件设定在他可能开始发挥重要政治影响力的时期,并要求国家控制其出生地林恩地区作为触发条件。

完整事件代码

flavor_eng.30 = {
	type = country_event
	title = flavor_eng.30.title
	desc = flavor_eng.30.desc
	historical_info = flavor_eng.30.historical_info
	fire_only_once = yes
	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1700.1.1
		to = 1745.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = interior
		10 = regular
	}

	trigger = {
		owns = location:lynn
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }

		create_character = {
			first_name = name_robert
			dynasty = dynasty:walpole_dynasty
			adm = { 80 100 }
			dip = { 80 100 }
			mil = { 80 100 }
			estate = estate_type:nobles_estate
			birth_location = location:lynn
			culture = culture:english
			add_trait = trait:unsuited_for_naval_command
			add_trait = trait:unsuited_for_army_command
			birth_date = 1676.8.26
			script = eng_robert_walpole
			create_in_limbo = yes
			save_scope_as = robert_walpole
		}
	}

	option = {
		name = flavor_eng.30.a

		scope:robert_walpole = { move_country = root }
	}
}