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.10 利玛窦来华

时间范围:1601.1.1 - 1604.1.1(每月 10% 概率触发)

触发条件

  • 人物 matteo_ricci 存活。

关键效果

  • 选项 A
    • 为明朝(CHI)发现所有尚未被其发现的欧洲大陆地区。
    • 若明朝是“天朝上国”国际组织的领导者,则增加少量天命值。

背景介绍: 此事件模拟了意大利耶稣会传教士利玛窦(Matteo Ricci)于明朝万历年间抵达中国的事件。利玛窦是中西文化交流史上的关键人物,他不仅带来了西方的科学、数学和地理知识,也向欧洲介绍了中国文化。他的到来促进了明朝对欧洲地理和文化的初步了解,并在一定程度上影响了朝廷对西方技术的认知。

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CHI
		from = 1601.1.1
		to = 1604.1.1
		monthly_chance = 10
	}

	trigger = {
		character:matteo_ricci ?= { is_alive = yes }
	}

	illustration_tags = {
		10 = interior
		10 = regular
	}

	immediate = {
		event_illustration_government_estate_effect = yes
		character:matteo_ricci ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_chi.10.a
		custom_tooltip = {
			text = flavor_chi.10.a.tt
			every_area = {
				limit = {
					continent = continent:europe
					NOT = { c:CHI = { has_discovered_area = prev } }
				}
				c:CHI = { discover_area = prev }
			}
		}
		if = {
			limit = { is_leader_of_international_organization = international_organization:middle_kingdom }
			change_celestial_authority = { value = celestial_authority_weak_bonus }
		}
	}
}