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_pap.1200] 耶稣会传教

时间范围:1635.1.1 - 1800.1.1,每月 1% 概率触发

触发条件

  • 国家已发现 dadu 地区。
  • dadu 地区的拥有者拥有至少一个港口。
  • 国家已解锁名为 society_of_jesus 的全球法律。

关键效果

  • 选项 Adadu 地区的拥有者将静默触发事件 flavor_pap.1201

背景介绍: 此事件模拟了耶稣会(Society of Jesus)在17至18世纪向东方(以“dadu”地区为代表)进行传教活动的历史进程。耶稣会作为天主教的重要修会,以其学术研究和海外传教闻名,尤其在亚洲地区(如中国、日本)进行了深入的文化交流与宗教传播。事件要求目标地区拥有港口,反映了当时传教士主要通过海路抵达远东,并与当地政权接触的历史背景。

完整事件代码

flavor_pap.1200 = {
	type = country_event
	title = flavor_pap.1200.title
	desc = flavor_pap.1200.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = PAP
		from = 1635.1.1
		to = 1800.1.1
		monthly_chance = 1
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		location:dadu.owner = {
			random_owned_location = {
				limit = {
					is_port = yes
				}
				province_definition = {
					save_scope_as = target_province
				}
			}
		}
	}

	trigger = {
		has_discovered = location:dadu
		location:dadu.owner = {
			has_ports = yes
		}
		has_unlocked_global_law_trigger = { type = society_of_jesus }
	}

	option = {
		name = flavor_pap.1200.a
		location:dadu.owner = {
			trigger_event_silently = flavor_pap.1201
		}
	}
}