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.1000 耶稣会传教

时间范围:1550.1.1 - 1800.1.1 (每月 5% 概率)

触发条件

  • 存在至少一个已知国家,其宗教为天主教,并且已启用政策 jesuits_allowed

关键效果

  • 选项 A
    • 对符合条件的、人口最多的天主教国家(scope:target_country)施加温和的宗教影响力加成。
    • 为该目标国家静默触发事件 flavor_pap.1001
    • 为事件所属国(教皇国)增加温和的威望加成。
    • 如果国际组织“天主教会”当前的政策是 society_of_jesus_not_allowed,则将其更改为 society_of_jesus_allowed

背景介绍: 此事件模拟了耶稣会(Society of Jesus)在天主教世界传教与扩张的历史进程。耶稣会成立于16世纪中叶,是天主教反宗教改革的重要力量,以其严格的纪律、卓越的教育和在欧洲及海外(如亚洲、美洲)的广泛传教活动而闻名。该事件反映了教皇国作为天主教世界的领袖,对耶稣会活动的支持与推广,以及这一决定对天主教国家宗教影响力与教皇国自身威望的潜在影响。

完整事件代码

flavor_pap.1000 = {
	type = country_event
	title = flavor_pap.1000.title
	desc = flavor_pap.1000.desc
	historical_info = flavor_pap.1000.historical_info
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = PAP
		from = 1550.1.1
		to = 1800.1.1
		monthly_chance = 5
	}
	
	trigger = {
		any_known_country = {
			religion = religion:catholic
			has_policy = jesuits_allowed
		}
	}
	
	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		ordered_known_country = {
			limit = {
				religion = religion:catholic
				has_policy = jesuits_allowed
			}
			order_by = total_population
			max = 1
			check_range_bounds = no

			save_scope_as = target_country
		}
	}
	
	option = {
		name = flavor_pap.1000.a
		scope:target_country = {
			show_as_tooltip = {
				add_religious_influence = religious_influence_mild_bonus
			}
			trigger_event_silently = { id = flavor_pap.1001 }
		}
		add_prestige = prestige_mild_bonus
		if = {
			limit = {
				international_organization:catholic_church = {
					international_organization_has_policy = policy:society_of_jesus_not_allowed
				}
			}
			international_organization:catholic_church = {
				add_policy_to_international_organization = policy:society_of_jesus_allowed
			}
		}
	}
}