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.20 翡翠雄狮

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

触发条件

  • 国家拥有统治者。
  • 完全控制整个波斯地区。
  • 在南亚次大陆拥有至少 200 个省份。
  • 在中东次大陆(波斯地区除外)拥有至少 250 个省份。
  • 在欧洲大陆拥有至少 100 个省份。

关键效果

  • 选项 A
    • 获得巨额威望。
    • 获得国家修正“翡翠雄狮”,持续一个世纪。

背景介绍: 此事件描绘了一个横跨波斯、南亚、中东乃至欧洲部分领土的强大帝国的崛起。当国家达到如此广阔的疆域与控制力时,其统治者被冠以“翡翠雄狮”的尊号,象征着无上的权力、财富与军事荣耀,标志着该国已成为一个世界性的帝国,其影响力辐射多个大洲。

完整事件代码

flavor_ira.20 = {
	type = country_event
	title = flavor_ira.20.title
	desc = flavor_ira.20.desc

	dynamic_historical_event = {
		tag = IRA
		from = 1500.1.1
		to = 1837.1.1
		monthly_chance = 5
	}

	fire_only_once = yes

	trigger = {
		has_ruler = yes
		region:persia_region = {
			any_location_in_region = {
				has_owner = yes
				owner = root
				count = all
			}
		}
		sub_continent:south_asia = {
			any_location_in_sub_continent = {
				has_owner = yes
				owner = root
				count >= 200
			}
		}
		sub_continent:middle_east = {
			any_location_in_sub_continent = {
				NOT = { region = region:persia_region }
				has_owner = yes
				owner = root
				count >= 250
			}
		}
		continent:europe = {
			any_location_in_continent = {
				has_owner = yes
				owner = root
				count >= 100
			}
		}
	}

	illustration_tags = {
        10 = armed
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler = { save_scope_as = target_ruler }
	}

	option = {
		name = flavor_ira.20.a
		add_prestige = prestige_ultimate_bonus
		add_country_modifier = { modifier = ira_the_emerald_lion years = modifier_duration_years_century mode = add_and_extend }
	}
}