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_chi.88] 耶稣会士的接纳与学者到来

时间范围

  • 起始日期:1640.1.1
  • 结束日期:1659.8.22
  • 触发概率:每月 20% 概率

触发条件

  • 国家变量 mng_accepted_jesuits 存在

关键效果

  • 选项flavor_chi.88.a
    • 将创建的角色 target_character 移动至当前国家(ROOT)

背景介绍

该事件模拟了17世纪中叶,中国(明朝末期至清初)在接纳耶稣会传教士后,欧洲知识与人才进一步流入的历史情境。事件中创建的人物迈克尔·博伊姆(Michael Boym)是一位来自利沃夫的天主教徒、科学家,代表了当时通过传教士渠道进入中国的西方学者,其到来可能对中国的科技、文化或宗教领域产生影响。

完整事件代码

flavor_chi.88 = {
	type = country_event
	title = flavor_chi.88.title
	desc = flavor_chi.88.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CHI
		from = 1640.1.1
		to = 1659.8.22
		monthly_chance = 20
	}

	trigger = {
		has_variable = mng_accepted_jesuits
	}

	image = "gfx/interface/illustrations/institutions/scientific_revolution.dds"

	immediate = {
		random_pop = {
			save_scope_as = target_pop
		}
		random_pop = {
			limit =  {
				religion = religion:catholic
			}
			save_scope_as = target_pop
		}
		create_character = {
			estate = estate_type:clergy_estate
			first_name = name_michael
			last_name = Boym
			birth_location = location:lviv
			religion = religion:catholic
			birth_date = 1614.1.1
			artist = scientist
			artist_skill = { 0.5 0.75 }
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_chi.88.a

		scope:target_character = {
			move_country = ROOT
		}
	}
}