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_teu.3 蜥蜴联盟

时间范围:1400.1.1 - 1420.1.1,每月 5% 概率触发

触发条件

  • 国家必须完全拥有省份 chelmno_province

关键效果

  • 选项 A (历史选项)
    • 获得国家修正 teu_lizard_league,持续 25 年。
    • 获得少量陆军传统。
  • 选项 B
    • 贵族阶层满意度遭受严重惩罚。

背景介绍: 此事件反映了条顿骑士团(TEU)在15世纪初于海乌姆诺(Chelmno)地区巩固统治时所面临的内政挑战。历史选项“蜥蜴联盟”可能指代骑士团内部或与地方贵族形成的某种政治或军事同盟,旨在加强地区控制与军事力量,但此举也可能引发传统贵族阶层的不满。

完整事件代码

flavor_teu.3 = {
	type = country_event
	title = flavor_teu.3.title
	desc = flavor_teu.3.desc
	historical_info = flavor_teu.3.historical_info

	dynamic_historical_event = {
		tag = TEU
		from = 1400.1.1
		to = 1420.1.1
		monthly_chance = 5
	}
	fire_only_once = yes

	illustration_tags = {
		10 = regular
		10 = exterior
	}

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

	trigger = {
		own_entire_province = province_definition:chelmno_province
	}
	option = {
		name = flavor_teu.3.a

		historical_option = yes

		add_country_modifier = {
			modifier = teu_lizard_league
			years = 25
		}

		add_army_tradition = army_tradition_mild_bonus
	}
	option = {
		name = flavor_teu.3.b

		add_estate_satisfaction = {
			type = estate_type:nobles_estate
			value = estate_satisfaction_severe_penalty
		}
	}
}