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_bav.8 菲利普·阿皮安与巴伐利亚地图

时间范围:1554.1.1 - 1600.1.1(每月 2% 概率)

触发条件

  • 控制 图宾根 地区。
  • 宗教 加尔文宗 已启用。

关键效果

  • 选项 A (历史选项)
    • 花费 10% 国家财富。
    • 获得国家修正 ubv_philipp_apian_map,持续 15 年(可叠加延长)。
    • 教士阶层 满意度小幅下降。
    • 教宗国 对本国获得 opinion_backward_monarch 观点修正。
  • 选项 B
    • 教士阶层 满意度小幅提升。
    • 教宗国 对本国获得 opinion_supportive_monarch 观点修正。

背景介绍: 此事件围绕菲利普·阿皮安(Philipp Apian)展开,他是一位出生于因戈尔施塔特的加尔文宗制图师和科学家。在16世纪中后期,当巴伐利亚或上巴伐利亚控制图宾根地区且加尔文宗活跃时,国家有机会资助阿皮安制作精确的巴伐利亚地图。这一科学项目需要资金支持,并可能因其新教背景而引发国内教士阶层和教宗国的不同反应。

完整事件代码

flavor_bav.8 = {
	type = country_event

	title = flavor_bav.8.title
	desc = flavor_bav.8.desc
	historical_info = flavor_bav.8.historical_info


	fire_only_once = yes
	dynamic_historical_event = {
		tag = UBV
		tag = BAV
		from = 1554.1.1
		to = 1600.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	trigger = {
		owns = location:tubingen
		religion:calvinist = {
			is_religion_enabled = yes
		}
	}

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

		create_character = { #https://en.wikipedia.org/wiki/Philipp_Apian
			first_name = name_philip
			last_name = Apian
			birth_date = 1531.9.14
			birth_location = location:ingolstadt
			culture = culture:danube_bavarian
			religion = religion:calvinist
			adm = 81
			dip = 57
			mil = 41
			estate = estate_type:burghers_estate
			artist = scientist
			script = philipp_apian_script
			save_scope_as = philipp_apian_scope
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_bav.8.a
		historical_option = yes
		change_gold_effect = { scale = -10.00 }

		add_country_modifier = {
			modifier = ubv_philipp_apian_map
			years = 15
			mode = add_and_extend
		}
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_weak_penalty }
		c:PAP = {
			add_opinion = { target = root modifier = opinion_backward_monarch }
		}
	}
	option = {
		name = flavor_bav.8.b

		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_weak_bonus }
		c:PAP = {
			add_opinion = { target = root modifier = opinion_supportive_monarch }
		}
	}
}