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_ira.2] 伟大统治者

时间范围:1500.1.1 - 1700.1.1(每月 5% 概率)

触发条件

  • 国家拥有伊斯法罕(location:isfahan)地区。
  • 国家满足触发“伟大统治者”事件的条件(is_eligible_for_the_great_ruler_event = yes)。

关键效果

  • 选项flavor_ira.2.a
    • 将当前统治者(scope:target_character)设定为“伟大统治者”(set_character_as_the_great)。

背景介绍: 此事件旨在模拟特定历史时期内,一个控制着关键地区伊斯法罕的国家,其统治者因其功绩或统治而被人民或历史视为“伟大统治者”的时刻。伊斯法罕作为波斯地区的重要中心,其统治者的地位和成就常被用来衡量一个王朝的兴衰与威望。

完整事件代码

flavor_ira.2 = {
	type = country_event
	title = flavor_ira.2.title
	desc = flavor_ira.2.desc
	historical_info = flavor_ira.2.historical_info
	fire_only_once = yes
	dynamic_historical_event = {
		tag = IRA
		from = 1500.1.1
		to = 1700.1.1
		monthly_chance = 5	#Triggers much likelier than the generic version of the event
	}
	illustration_tags = {
		10 = happy
		10 = exterior
	}
	trigger = {
		owns = location:isfahan
		is_eligible_for_the_great_ruler_event = yes
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler ?= { save_scope_as = target_character }
		save_scope_as = target_country
	}
	option = {
		name = flavor_ira.2.a
		set_character_as_the_great = { target = scope:target_character }
	}
}