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.280 匈牙利宗教改革传播

时间范围

1530.1.1 - 1540.1.1,每月 10% 概率触发

触发条件

  • 国家拥有 zagreb 地区
  • 国家宗教为 catholic(天主教)
  • lutheran(路德宗)宗教已启用
  • 国家内天主教人口比例大于 10%
  • 至少拥有一个同时满足以下条件的地区:
    • 主流宗教为 catholic(天主教)
    • 主流文化为 hungarian(匈牙利文化)

关键效果

选项 Aflavor_hun.280.a):

  • 在满足条件(主流宗教为天主教、主流文化为匈牙利文化)的已拥有地区中,按人口排序,选取最多 1 + 省份总数 × 0.2 个地区
  • 在这些地区中,每个 pop(人口)有 10% 的比例分裂并转换为 lutheran(路德宗)宗教

选项 Bflavor_hun.280.b):

  • 添加 religious_influence_extreme_bonus(宗教影响力极大增益)效果

背景介绍

16世纪30年代,宗教改革浪潮已波及匈牙利王国。作为天主教国家,匈牙利统治下的部分匈牙利文化、天主教地区开始受到路德宗思想的影响。统治者面临选择:是允许新教信仰在特定地区逐渐传播,还是采取强化措施以巩固天主教的国教地位与影响力。

完整事件代码

flavor_hun.280 = {
	type = country_event
	title = flavor_hun.280.title
	desc = flavor_hun.280.desc
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = HUN
		from = 1530.1.1
		to = 1540.1.1
		monthly_chance = 10
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

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

	trigger = {
		owns = location:zagreb
		religion = religion:catholic
		religion:lutheran = { is_religion_enabled = yes}
		"religion_percentage_in_country(religion:catholic)" > 0.10
		any_owned_location = {
			dominant_religion = religion:catholic
			dominant_culture = culture:hungarian
		}
	}

	option = {
		name = flavor_hun.280.a

		custom_tooltip =  {
			text = flavor_hun.280.a.tt
			ordered_owned_location = {
				limit = {
					dominant_religion = religion:catholic
					dominant_culture = culture:hungarian
				}
				order_by = population
				max = {
					value = 1
					add = {
						value = num_provinces
						multiply = 0.2
					}
				}

				every_pop = {
					split_pop = {
						fraction = 0.1
						religion = religion:lutheran
					}
				}
			}
		}

	}
	option = {
		name = flavor_hun.280.b
		add_religious_influence = religious_influence_extreme_bonus
	}
}