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.5 耶稣会士的抵达

时间范围:1450.1.1 - 1600.1.1(每月 1% 概率)

触发条件

  • 国家宗教不属于基督教组。
  • 拥有的港口数量大于 2。
  • 在本国存在的任意市场中,有任意商人的首都位于欧洲大陆且其宗教为天主教。

关键效果

  • 选项 A (历史选项)
    • 在非天主教占主导的港口省份中,按人口排序,选取最多(1 + 非农村人口数 * 0.2)个省份,随机选取一个属于本国的非天主教人口,将其中的 10% 人口分裂并改宗为天主教。
    • 获得研究进度终极加成。
    • 设置变量 mng_accepted_jesuits 为 1。
    • 所有已知的天主教国家获得对中国的“接受耶稣会士”好感度修正。
    • 若允许和谐度,则和谐度轻微趋向平衡。
    • 若为中国朝贡体系领袖,则天命值受到轻微惩罚。
  • 选项 B
    • 获得轻微稳定性加成。
    • 若允许和谐度,则获得大量和谐度加成。
    • 若允许正义值,则获得少量正义值加成。
    • 若为中国朝贡体系领袖,则天命值获得少量加成。

背景介绍: 在15至16世纪,随着欧洲航海时代的开启,天主教传教士,特别是耶稣会士,开始尝试进入远东地区。他们往往跟随商人船队抵达中国沿海的港口城市,试图传播基督教信仰,并带来了欧洲的科学技术与文化知识。这一事件模拟了耶稣会士抵达中国沿海,试图开展传教活动,而明朝朝廷和地方官员则面临是否接纳这些外来传教士及其教义的抉择。

完整事件代码

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

	historical_info = flavor_chi.5.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CHI
		from = 1450.1.1
		to = 1600.1.1
		monthly_chance = 1
	}


	trigger = {
		religion.group != religion_group:christian

		num_of_ports > 2

		any_market_present_in_country = {
			any_merchant_in_market = {
				capital ?= {
					continent = continent:europe
				}
				religion = religion:catholic
			}
		}
	}

	illustration_tags = {
		10 = interior
		10 = regular
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		random_market_present_in_country = {
			limit = {
				any_merchant_in_market = {
					capital.continent = continent:europe
					religion = religion:catholic
				}
			}
			random_merchant_in_market = {
				limit = {
					capital.continent = continent:europe
					religion = religion:catholic
				}
				save_scope_as = target_country
			}
		}
	}

	option = {
		name = flavor_chi.5.a
		historical_option = yes

		custom_tooltip = {
			text = flavor_chi.5.a.tt
			ordered_owned_location = {
				limit = {
					NOT = { dominant_religion = religion:catholic }
					is_port = yes
				}
				order_by = population
				max = {
					value = 1
					add = {
						value = num_of_non_rural
						multiply = 0.2
					}
				}
				random_pop = {
					limit = {
						owner = root
						not = { religion = religion:catholic }
					}

					split_pop = {
						fraction = 0.10
						religion = religion:catholic
					}

				}
			}
		}
		add_research_progress = research_progress_ultimate_bonus

		set_variable = { name = mng_accepted_jesuits value = 1 }

		every_known_country = {
			limit = {
				religion = religion:catholic
			}
			add_opinion = { target = c:CHI modifier = opinion_accepted_jesuits }
		}
		if = {
			limit = { modifier:allow_harmony = yes }
			harmony_mild_towards_equilibrium = yes
		}
		if = {
			limit = { is_leader_of_international_organization = international_organization:middle_kingdom }
			change_celestial_authority = { value = celestial_authority_mild_penalty }
		}
	}
	option = {
		name = flavor_chi.5.b
		add_stability = stability_mild_bonus
		if = {
			limit = { modifier:allow_harmony = yes }
			add_harmony = harmony_severe_bonus
		}
		if = {
			limit = { modifier:allow_righteousness = yes }
			add_righteousness = righteousness_weak_bonus
		}
		if = {
			limit = { is_leader_of_international_organization = international_organization:middle_kingdom }
			change_celestial_authority = { value = celestial_authority_weak_bonus }
		}
	}
}