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_brapru.20 约翰·戈特利布·费希特登场

时间范围:1795.1.1 - 1814.1.1 (每月 2% 概率)

触发条件

  • 拥有柏林(Berlin)地区。
  • 已接纳启蒙运动(Enlightenment)制度。

关键效果

  • 选项 A (历史选项)
    • 获得少量研究进度加成(research_progress_mild_bonus)。
    • 在柏林地区创建一件艺术作品:
      • 类型:论文(Treatise)
      • 关键标识:teaching_nova_methodo
      • 品质:72
      • 创作者:事件生成的哲学家约翰·戈特利布·费希特。
  • 选项 B
    • 触发条件:存在一个随机的邻国(target_country)。
    • 效果:将生成的哲学家约翰·戈特利布·费希特移居至该随机邻国。

背景介绍: 此事件模拟了德国哲学家约翰·戈特利布·费希特在启蒙运动思潮影响下的登场。费希特是德国唯心主义哲学的关键人物,其思想在18世纪末至19世纪初对普鲁士及德语文化圈产生了重要影响。事件反映了当时知识分子的流动以及国家对于学术人才和思想成果的争夺。

完整事件代码

flavor_brapru.20 = { #Johann Gottlieb Fichte
	type = country_event
	title = flavor_brapru.20.title
	desc = flavor_brapru.20.desc
	image = "gfx/interface/illustrations/situation/reformation.dds"

	fire_only_once = yes
	dynamic_historical_event = {
		tag = BRA
		tag = PRU
		from = 1795.1.1
		to = 1814.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:burghers   background = pop_type:burghers }
		create_character = {
			first_name = name_john.name_gottlieb
			last_name = Fichte
			adm = 62
			dip = 32
			mil = 8
			birth_date = 1762.5.19
			birth_location = location:bautzen
			estate = estate_type:burghers_estate
			artist_skill = 0.92
			artist = philosopher
			save_scope_as = target_artist
		}
		random_neighbor_country = {
			save_scope_as = target_country
		}
	}

	trigger = {
		owns = location:berlin
		has_embraced_institution = institution:enlightenment
	}

	option = {
		name = flavor_brapru.20.a
		historical_option = yes
		add_research_progress = research_progress_mild_bonus
		location:berlin = {
			create_art = {
				artist = scope:target_artist
				type = work_of_art_type:treatise
				quality = 72
				key = teaching_nova_methodo
			}
		}
	}

	option = {
		name = flavor_brapru.20.b
		trigger = {
			exists = scope:target_country
		}
		scope:target_artist = {
			move_country = scope:target_country
		}
	}
}