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_hab.81] 加里西亚-洛多梅里亚王国

时间范围:1337.1.1 - 1836.1.1(每月 1% 概率)

触发条件

  • 拥有至少 10 个位于小波兰地区 (area:lesser_poland_area) 的省份。
  • 拥有至少 10 个位于红鲁塞尼亚地区 (area:red_ruthenia_area) 的省份。

关键效果

  • 选项 A (历史选项)
    • 在小波兰或红鲁塞尼亚地区随机选择一个省份作为目标。
    • 在该省份创建一个名为“加里西亚-洛多梅里亚”的新国家。
    • 将该新国家设置为王国 (country_rank:rank_kingdom)。
    • 使其成立为 formable_country:GLD_f,并更改其地图颜色。
    • 将新国家的统治者设置为事件触发国的统治者。
    • 将新国家的国教及其统治家族的信仰改为天主教 (religion:catholic)。
    • 使新国家成为事件触发国的附庸国 (subject_type:vassal)。
    • 将事件触发国在小波兰和红鲁塞尼亚地区拥有的所有省份转交给新国家,并为其添加核心,整合等级设为“核心”。
  • 选项 B
    • 为小波兰地区和红鲁塞尼亚地区的所有省份施加“严重控制加成” (control_severe_bonus)。

背景介绍: 此事件模拟了哈布斯堡王朝(奥地利)在其统治的波兰-立陶宛联邦南部领土上建立“加里西亚-洛多梅里亚王国”的历史可能性。该王国是奥地利在第一次瓜分波兰后于1772年建立的一个王冠领地,作为管理新获得领土的行政实体。事件反映了奥地利帝国整合其斯拉夫领土并建立间接统治的一种方式。

完整事件代码

flavor_hab.81 = { #Kingdom of Galicia-Lodomeria
	hide_portraits = yes
	type = country_event
	title = flavor_hab.81.title
	desc = flavor_hab.81.desc

	fire_only_once = yes

	historical_info = flavor_hab.81.historical_info

	dynamic_historical_event = {
		tag = HAB
		from = 1337.1.1
		to = 1836.1.1
		monthly_chance = 1
	}

	trigger = {
		any_owned_location = {
			area = area:lesser_poland_area
			count >= 10
		}
		any_owned_location = {
			area = area:red_ruthenia_area
			count >= 10
		}
	}

	option = {
		name = flavor_hab.81.a
		historical_option = yes
		custom_tooltip = flavor_hab.81.a.tt
        hidden_effect = {
			random_owned_location = {
				limit = {
					OR = {
						area = area:lesser_poland_area
						area = area:red_ruthenia_area
					}
				}
				save_scope_as = target_location
			}
			scope:target_location = {
				create_country_from_location = {
					save_scope_as = galicia_lodomeria
					set_country_rank = country_rank:rank_kingdom
				}
			}
			scope:galicia_lodomeria = {
				form_country = formable_country:GLD_f
				change_country_color = map_galicia_lodomeria
				set_new_ruler = root.ruler
				change_religion = religion:catholic
				change_religion_for_ruler_and_family = { country = scope:galicia_lodomeria religion = religion:catholic }
				make_subject_of = {
					target = root
					type = subject_type:vassal
				}
			}
			every_owned_location = {
				limit = {
					OR = {
						area = area:lesser_poland_area
						area = area:red_ruthenia_area
					}
				}
				change_location_owner = scope:galicia_lodomeria
				add_core = scope:galicia_lodomeria
				change_integration_level = core
			}
		}
	}

	option = {
		name = flavor_hab.81.b
		custom_tooltip = flavor_hab.81.b.tt
		hidden_effect = {
			area:lesser_poland_area = {
				every_location_in_area = {
					change_control = control_severe_bonus
				}
			}
			area:red_ruthenia_area = {
				every_location_in_area = {
					change_control = control_severe_bonus
				}
			}
		}
	}
}