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.1502] 雷吉奥蒙塔努斯 / 约翰内斯·米勒登场

时间范围
无明确 fromto 日期,事件为一次性触发(fire_only_once = yes),无每月概率。

触发条件

  • 事件为奥地利(HAB)专属国家事件,由游戏机制在符合条件时触发。
  • 无显式 trigger 字段,通常由游戏内部逻辑或历史进程控制。

关键效果

  • 选项 Aflavor_hab.1502.a):
    • 获得少量威望加成(add_prestige = prestige_mild_bonus)。
    • 将创建的学者约翰内斯·米勒(雷吉奥蒙塔努斯)移至本国(scope:target_character = { move_country = root })。
  • 选项 Bflavor_hab.1502.b):
    • 获得少量研究进度加成(add_research_progress = research_progress_mild_bonus)。
    • 将创建的学者约翰内斯·米勒(雷吉奥蒙塔努斯)移至本国(scope:target_character = { move_country = root })。

背景介绍
该事件模拟了15世纪德意志数学家、天文学家约翰内斯·米勒(Johannes Müller,又称雷吉奥蒙塔努斯)的登场。他出生于哈斯富尔特,师从格奥尔格·冯·波伊尔巴赫(Georg von Peuerbach),在三角学和天文学领域有重要贡献,其工作为后来的科学革命奠定了基础。事件中玩家可选择招募这位学者,以提升国家威望或科研能力。

完整事件代码

flavor_hab.1502 = { #Regiomontanus / Johannes Müller
	type = country_event
	title = flavor_hab.1502.title
	desc = flavor_hab.1502.desc
	#historical_info = flavor_hab.1502.historical_info

	fire_only_once = yes

	illustration_tags = {
		10 = happy
		10 = interior
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:burghers   background = pop_type:burghers }

		character:georg_von_peuerbach = { save_scope_as = target_artist }

		create_character = {
			first_name = name_john # alternative Johannes
			last_name = muller
			birth_date = 1436.6.30
			birth_location = location:hassfurt
			culture = culture:east_franconian
			adm = 85
			dip = 73
			mil = 39
			estate = estate_type:peasants_estate
			create_in_limbo = yes
			save_scope_as = target_character
		}
		random_neighbor_country = {
			save_scope_as = exile_destination
		}
	}

	option = {
		name = flavor_hab.1502.a

		add_prestige = prestige_mild_bonus
		scope:target_character = { move_country = root }
	}

	option = {
		name = flavor_hab.1502.b

		add_research_progress = research_progress_mild_bonus
		scope:target_character = { move_country = root }
	}
}