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.1500 格奥尔格·冯·波伊尔巴赫登场

时间范围
1446.1.1 - 1461.1.1(每月 1% 概率)

触发条件

  • 拥有维也纳地区(location:vienna
  • 维也纳地区已建造大学建筑(building_type:university

关键效果

  • 选项 A(历史选项)

    • 花费 2 金币(change_gold_effect = { scale = -2 }
    • 将人物格奥尔格·冯·波伊尔巴赫(scope:target_artist)移入本国
    • 5 年后静默触发事件 flavor_hab.1501
  • 选项 B

    • 放逐人物格奥尔格·冯·波伊尔巴赫(banish_character = yes

背景介绍
格奥尔格·冯·波伊尔巴赫是 15 世纪奥地利的天文学家、数学家与仪器制造者,曾在维也纳大学任教,对天文观测与数学理论有重要贡献。该事件模拟了哈布斯堡王朝在维也纳大学建成后,吸引这位学者前来服务的历史情境,反映了文艺复兴时期科学与学术人才向文化中心流动的趋势。

完整事件代码

flavor_hab.1500 = { #Georg von Peuerbach
	type = country_event
	title = flavor_hab.1500.title
	desc = flavor_hab.1500.desc
	#historical_info = flavor_hab.1500.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = HAB
		from = 1446.1.1
		to = 1461.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

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

		create_character = {
			first_name = name_george
			last_name = von_peuerbach
			birth_date = 1423.5.30
			birth_location = location:linz
			culture = culture:danube_bavarian
			adm = 85
			dip = 73
			mil = 39
			estate = estate_type:peasants_estate
			artist_skill = 0.78
			artist = scientist
			create_in_limbo = yes
			save_scope_as = target_artist
			script = georg_von_peuerbach
		}
	}

	trigger = {
		owns = location:vienna
		location:vienna = {
			has_building = building_type:university
		}
	}

	option = {
		name = flavor_hab.1500.a
		historical_option = yes

		change_gold_effect = { scale = -2 }
		scope:target_artist = { move_country = root }
		trigger_event_silently = {
			id = flavor_hab.1501
			years = 5
		}
	}

	option = {
		name = flavor_hab.1500.b

		scope:target_artist = { banish_character = yes }
	}
}