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.39 帝国对土耳其援助

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

触发条件

  • 国家是国际组织 international_organization:hre(神圣罗马帝国)的领袖。
  • 国家拥有统治者。
  • 国家正在与 c:TUR(土耳其)交战。

关键效果

  • 选项 A (flavor_hab.39.a) - 历史选项

    • 帝国权威:受到轻微惩罚。
    • 神圣罗马帝国组织:获得相当于本国 4倍月度贸易与税收收入 的金钱。
    • 金钱效果:获得相当于本国 2倍月度收入 的金钱。
  • 选项 B (flavor_hab.39.b)

    • 威望:获得小幅增益。
    • 帝国权威:获得小幅增益。
    • 社会价值观:belligerent_vs_conciliatory(好战 vs 和解)向“右”(即更倾向于好战)移动。

背景介绍: 此事件模拟了神圣罗马帝国(HRE)在历史上与奥斯曼土耳其帝国长期冲突的背景下,帝国议会(Reichstag)为支援前线战事而筹集“帝国对土耳其援助”(Reichstürkenhilfe)资金的情景。作为帝国领袖,哈布斯堡王朝(HAB)需要协调各邦国,决定是强制征收资金(可能损害帝国团结),还是通过其他方式激励或承担战争努力。

完整事件代码

flavor_hab.39 = { #Reichstürkenhilfe
	type = country_event
	title = flavor_hab.39.title
	desc = flavor_hab.39.desc

	fire_only_once = yes

	historical_info = flavor_hab.39.historical_info

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

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		ruler = {
			save_scope_as = target_ruler
		}
	}

	trigger = {
		is_leader_of_international_organization = international_organization:hre
		has_ruler = yes
		is_at_war_with = c:TUR
	}

	option = {
		name = flavor_hab.39.a
		historical_option = yes
		change_imperial_authority = { value = imperial_authority_mild_penalty }
		international_organization:hre = {
			add_gold = {
				value = root.monthly_income_trade_and_tax
				multiply = 4
			}
		}
		change_gold_effect = { scale = 2 }
	}

	option = {
		name = flavor_hab.39.b
		add_prestige = prestige_mild_bonus
		change_imperial_authority = { value = imperial_authority_mild_bonus }
		change_societal_value = { type = belligerent_vs_conciliatory value = societal_value_move_to_right }
	}
}