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_hun.260] 匈牙利瓦拉几亚文化事件

时间范围

1600.1.1 - 1750.1.1(每月 10% 概率)

触发条件

  • 国家主流文化为 hungarian
  • 国家人口中,wallachian 文化的人口占比大于 0。
  • 国家至少拥有一块 dominant_culturewallachian 的省份。

关键效果

选项: flavor_hun.260.a

  • 在所有主流文化为 wallachian 的省份中,按人口排序,选取前 N 个省份(N = 1 + 国家总省份数的10%)。
  • 在这些选中的省份中,所有人口阶层(every_pop)获得 pop_satisfaction_severe_penalty(人口满意度严重惩罚)。

背景介绍

此事件模拟了17至18世纪匈牙利王国境内瓦拉几亚文化群体(主要分布在特兰西瓦尼亚等地)与匈牙利主流文化之间的潜在紧张关系。作为统治者的匈牙利文化群体,可能在某些时期对境内占主导地位的瓦拉几亚文化地区采取压制或同化政策,导致当地人口普遍不满。

完整事件代码

flavor_hun.260 = {
	type = country_event
	title = flavor_hun.260.title
	desc = flavor_hun.260.desc
	fire_only_once = yes

	dynamic_historical_event = {
		tag = HUN
		from = 1600.1.1
		to = 1750.1.1
		monthly_chance = 10
	}

	illustration_tags = {
        10 = armed
        10 = interior
    }

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

	trigger = {
		culture = culture:hungarian
		"culture_percentage_in_country(culture:wallachian)" >  0

		any_owned_location = {
			dominant_culture = culture:wallachian
		}
	}

	option = {
		name = flavor_hun.260.a

		ordered_owned_location = {
			limit = {
				dominant_culture = culture:wallachian
			}
			order_by = population
			max = {
				value = 1
				add = {
					value = num_provinces
					multiply = 0.1
				}
			}

			every_pop = {	add_pop_satisfaction = pop_satisfaction_severe_penalty	}
		}
	}
}