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_dan_teu.1 丹麦统治下的爱沙尼亚起义

时间范围:1343.5.1 - 1345.1.1(每月 20% 概率)

触发条件

  • 玩家国家(ROOT)拥有 estonia_province 省份定义内的至少一个地块。

关键效果

  • 历史选项flavor_dan_teu.1.a
    • 显示自定义提示 TEU_st_georges_uprising
    • 效果:使名为 estonian_uprising 的叛军进度增加 1.5。

背景介绍: 此事件模拟了历史上1343年至1345年间,在丹麦统治下的爱沙尼亚地区爆发的圣乔治之夜起义。爱沙尼亚原住民(爱沙尼亚文化,信奉原始宗教Muinaisusko)不满丹麦的统治和宗教压迫,发动了大规模的民族主义起义,试图推翻外国统治。事件反映了中世纪波罗的海地区复杂的民族、宗教与政治冲突。

完整事件代码

flavor_dan_teu.1 = {
	type = country_event
	title = flavor_dan_teu.1.title
	desc = flavor_dan_teu.1.desc
	historical_info = flavor_dan_teu.1.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = DAN
		from = 1343.5.1
		to = 1345.1.1
		monthly_chance = 20
	}

	trigger = {
		province_definition:estonia_province = {
			any_location_in_province_definition = {
				owner = ROOT
			}
		}
	}

	illustration_tags = {
		10 = armed
		10 = exterior
	}

	immediate = {
		save_scope_as = TEU_denmark_from
		create_rebel = {
			category = nationalist
			name = estonian_uprising
			save_scope_as = estonian_uprising
			culture = culture:estonian
			religion = religion:muinaisusko
		}
		province_definition:estonia_province = {
			every_location_in_province_definition = {
				limit = { owner = ROOT }
				every_pop = {
					limit = {
						owner = root
						culture = culture:estonian
					}
					split_pop = {
						fraction = 0.75
						religion = religion:muinaisusko
					}
				}
				every_pop = {
					limit = {
						owner = root
						culture = culture:estonian
					}
					save_scope_as = target_pop
					save_scope_as = target_pop_bckg
					add_pop_satisfaction = pop_satisfaction_ultimate_penalty
					change_pop_allegiance = scope:estonian_uprising
				}
			}
		}
		scope:estonian_uprising = {
			add_rebel_progress = 1.5
		}
		ruler_or_regent = {
			save_scope_as = ruler_or_regentt_scope
		}
	}

	option = {
		name = flavor_dan_teu.1.a		
		historical_option = yes
		
		custom_tooltip = TEU_st_georges_uprising

		show_as_tooltip = {
			scope:estonian_uprising = {
				add_rebel_progress = 1.5
			}
		}
	}

	after = {
		c:TEU = {
			trigger_event_non_silently = {
				id = flavor_dan_teu.2
				days = 40
			}
		}
	}
}