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_tur.44 阿希兄弟会

时间范围:1337.1.1 - 1415.1.1(每月 1% 概率)

触发条件

  • 满足以下任一条件:
    1. 国家 AHIROOT 的附庸国,并且 AHI 完全拥有 ankara_province(安卡拉省)。
    2. ROOT 完全拥有 ankara_province(安卡拉省)。

关键效果

  • 选项 A (历史选项)
    • 获得国家修正 ahi_bureaucrats,持续15年(效果为叠加并延长)。
    • 条件性效果:如果国家 AHI 存在,且 ROOT 的首都不在 AHI 的首都省份,并且 AHI 的首都省份中存在属于 AHI、文化为土耳其、宗教为逊尼派、类型为市民的人口,则触发一次人口迁移。迁移从 AHI 的首都省份到 ROOT 的首都省份,迁移人口为土耳其文化、逊尼派、市民类型,数量为0.1,迁移过程持续4个月。
  • 选项 B
    • 触发前提ROOT 拥有至少一个整合等级为“核心”的地点。
    • 首都获得一次温和的发展度提升 (development_mild_bonus)。
    • 条件性效果:与选项A中的条件性人口迁移效果完全相同。

背景介绍: 此事件模拟了奥斯曼帝国早期与阿希(Ahi)兄弟会这一重要的安纳托利亚手工业者与商人行会组织之间的互动。阿希兄弟会不仅在经济上扮演关键角色,其网络和组织结构也为新兴的奥斯曼政权提供了行政管理和地方治理方面的人才与支持。事件反映了奥斯曼国家如何吸纳和利用既有的社会力量来巩固统治。

完整事件代码

flavor_tur.44 = { #"The [GetCountry('AHI').GetAdjectiveWithNoTooltip] Brotherhood" triggered by #rise_of_the_ottomans.103 when it selects c:AHI'
	type = country_event
	title = flavor_tur.44.title
	desc = flavor_tur.44.desc

	historical_info = flavor_tur.44.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1337.1.1
		to = 1415.1.1
		monthly_chance = 1
	}

	trigger = {
		OR = {
			c:AHI = {
				is_subject_of = ROOT
				own_entire_province = province_definition:ankara_province
			}
			own_entire_province = province_definition:ankara_province
		}
	}

	immediate = {

		capital = {
			save_scope_as = capital_location
		}
	}

	option = {
		name = flavor_tur.44.a

		historical_option = yes

		if = {
			limit = {
				country_exists = c:AHI
				capital.province_definition != c:AHI.capital.province_definition
				c:AHI = {
					capital = {
						any_pop = {
							owner = c:AHI
							culture = culture:turkish_culture
							religion = religion:sunni
							pop_type = pop_type:burghers
						}
					}
				}
			}
			add_migration = {
				owner = c:AHI
				from = c:AHI.capital.province_definition
				to = scope:capital_location.province_definition
				culture = culture:turkish_culture
				religion = religion:sunni
				type = pop_type:burghers
				amount = 0.1
				months = 4
			}
		}

		add_country_modifier = { modifier = ahi_bureaucrats years = 15 mode = add_and_extend }

	}

	option = {
		name = flavor_tur.44.b
		trigger = {
			any_owned_location = {
				integration_level = core
			}
		}
		capital = {
			change_development = development_mild_bonus
		}

		if = {
			limit = {
				country_exists = c:AHI
				capital.province_definition != c:AHI.capital.province_definition
				c:AHI = {
					capital = {
						any_pop = {
							owner = c:AHI
							culture = culture:turkish_culture
							religion = religion:sunni
							pop_type = pop_type:burghers
						}
					}
				}
			}
			add_migration = {
				owner = c:AHI
				from = c:AHI.capital.province_definition
				to = scope:capital_location.province_definition
				culture = culture:turkish_culture
				religion = religion:sunni
				type = pop_type:burghers
				amount = 0.1
				months = 4
			}
		}
	}
}