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.410 龙骑士团的创立

时间范围

1400.1.1 - 1450.1.1,在此期间内,每月有 5% 的概率触发此事件。

触发条件

  • 国家已通过 骑士团法令 (has_law = order_of_chivalry_law)。
  • 国家 未处于战争状态 (at_war = no)。
  • 国家 存在统治者 (exists = ruler) 且 没有摄政王 (has_regent = no)。
  • 巴尔干地区 (region:balkan_region) 内,至少有 5个土耳其文化 (culture = culture:turkish_culture) 且信仰 穆斯林宗教组 (religion.group = religion_group:muslim) 的势力控制的省份。

关键效果

选项 A:flavor_hun.410.a (历史选项)

  • 解锁并添加全球政策order_of_the_dragon_policy
  • 统治者加入特定骑士团order_of_the_dragon
  • 财政支出:减少相当于 6个月收入 的金钱。
  • 威望提升:获得 prestige_mild_bonus
  • 隐藏效果:向所有已知的、文化语言属于 罗马尼亚语匈牙利语塞尔维亚-克罗地亚语阿尔巴尼亚语 的国家 静默触发事件 flavor_hun.411

选项 B:flavor_hun.410.b

  • 威望惩罚:获得 prestige_weak_penalty

背景介绍

此事件模拟了15世纪初匈牙利王国在面临奥斯曼帝国向巴尔干地区扩张的威胁下,创立“龙骑士团”的历史背景。该骑士团由神圣罗马帝国皇帝西吉斯蒙德和匈牙利国王共同创立,旨在联合基督教力量,特别是东南欧的贵族,共同抵御奥斯曼土耳其的入侵。事件反映了当时匈牙利为巩固国防、凝聚盟友而采取的制度性措施。

完整事件代码

flavor_hun.410 = {
	hide_portraits = yes
	type = country_event
	title = flavor_hun.410.title
	desc = flavor_hun.410.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = HUN
		from = 1400.1.1
		to = 1450.1.1
		monthly_chance = 5
	}
	trigger = {
		has_law = order_of_chivalry_law
		at_war = no
		exists = ruler
		has_regent = no
		region:balkan_region = {
			any_location_in_region = {
				controller ?= {
					culture = culture:turkish_culture
					religion.group = religion_group:muslim
				}
				count >= 5
			}
		}
	}
	illustration_tags = {
        10 = regular
        10 = interior
    }
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		region:balkan_region = {
			random_location_in_region = {
				limit = {
					controller ?= {
						culture = culture:turkish_culture
						religion.group = religion_group:muslim
					}
				}
				save_scope_as = target_location
				controller ?= {
					save_scope_as = turkish_scope
				}
			}
		}
		save_scope_as = founder_of_order_of_the_dragon
		ruler = { save_scope_as = ruler_scope }
	}
	option = {
		name = flavor_hun.410.a
		historical_option = yes
		unlock_global_policy_effect = { type = order_of_the_dragon_policy }
		add_policy = policy:order_of_the_dragon_policy
		ruler ?= { join_specific_order_of_chivalry = { type = order_of_the_dragon } }
		change_gold_effect = { scale = -6 }
		add_prestige = prestige_mild_bonus
		custom_tooltip = flavor_hun.410.a.tt
		hidden_effect = {
			every_known_country = {
				limit = {
					OR = {
						culture.language = language:romanian_language
						culture.language = language:hungarian_language
						culture.language = language:serbo_croatian_language
						culture.language = language:albanian_language
					}
				}
				trigger_event_silently = { id = flavor_hun.411 }
			}
		}
	}
	option = {
		name = flavor_hun.410.b
		add_prestige = prestige_weak_penalty
	}
	historical_info = flavor_hun.410.historical_info
}