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.2500] 奥普竞争

时间范围

1600.1.1 - 1836.1.1,每月 10% 概率触发

触发条件

  • 是国际组织 international_organization:hre 的领导者
  • 国家 PRU 存在
  • 未与 PRU 结盟
  • 未与 PRU 处于停战状态
  • PRU 不是本国的附属国
  • PRU 满足以下任一条件:
    • 是本国的宿敌
    • 是本国的敌人
    • 国家等级 > 2
  • PRU 拥有至少一个本国核心省份

关键效果

选项 A (历史选项)

  • 获得对 PRU 的羞辱战争借口 (casus_belli:cb_humiliate)
  • PRU 互相添加为历史宿敌
  • 20天后触发 PRU 的事件 flavor_hab.2501
  • 所有非本国附属国、非本国宿敌/敌人、且是 PRU 的宿敌或敌人的国家,获得对本国的好感度修正 opinion_anti_prussian_coalition

选项 B

  • 获得少量威望 (prestige_mild_bonus)

背景介绍

该事件模拟了神圣罗马帝国皇帝(通常为奥地利哈布斯堡家族)与崛起的普鲁士王国之间长期的地缘政治竞争。自17世纪起,普鲁士在勃兰登堡选帝侯领导下逐渐强大,挑战奥地利在德意志地区的传统主导地位,双方在领土、宗教及帝国领导权上冲突不断,最终演变为18世纪中叶的奥地利王位继承战争与七年战争,奠定了德意志双雄并立的格局。

完整事件代码

flavor_hab.2500 = { #The Austro-Prussian Rivalry
	type = country_event
	title = flavor_hab.2500.title
	desc = flavor_hab.2500.desc

	historical_info = flavor_hab.2500.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = HAB
		from = 1600.1.1
		to = 1836.1.1
		monthly_chance = 10
	}

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

	trigger = {
		is_leader_of_international_organization = international_organization:hre
		AND = {
			tag_exists = PRU
			country_exists = c:PRU
		}
		NOT = { is_allied_with = { target = c:PRU } }
		NOT = { has_truce_with = c:PRU }
		c:PRU = { NOT = { is_subject_of = root } }
		c:PRU = {
			OR = {
				is_rival_of = ROOT
				is_enemy_of = ROOT
				country_rank_level > 2
			}
		}
		c:PRU = {
			any_owned_location = {
				is_core_of = root
			}
		}
	}

	illustration_tags = {
		10 = armed
		10 = exterior
	}

	option = {
		name = flavor_hab.2500.a
		historical_option = yes
		add_casus_belli = {
			target = c:PRU
			type = casus_belli:cb_humiliate
		}
		add_historical_rival_scripted = { target = c:PRU trigger_recipient_event = no }
		c:PRU = {
			add_historical_rival_scripted = { target = c:HAB trigger_recipient_event = no }
		}
		c:PRU = { trigger_event_non_silently = { id = flavor_hab.2501 days = 20 } }
		every_country = {
			limit = {
				NOT = {
					is_subject_of = root
				}
				NOT = {
					OR = {
						is_rival_of = ROOT
						is_enemy_of = ROOT
					}
				}
				OR = {
					is_rival_of = c:PRU
					is_enemy_of = c:PRU
				}
			}
			add_opinion = { target = root modifier = opinion_anti_prussian_coalition }
		}
	}

	option = {
		name = flavor_hab.2500.b
		add_prestige = prestige_mild_bonus
	}
}