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_zmw.1200 津巴布韦的基督教传教士

时间范围:1545.1.1 - 1580.1.1,每月 1% 概率

触发条件

  • 当前国家拥有统治者。
  • 当前国家宗教 不是 天主教。
  • 存在至少一个满足以下条件的国家:
    • 宗教为天主教。
    • 主流或可接受文化为葡萄牙文化。
    • 津巴布韦地区斯瓦希里海岸地区 拥有存在度。

关键效果

  • 选项 A (历史选项)
    • 获得 legitimacy_mild_penalty 合法性惩罚。
    • 将创建的人物 冈萨洛·达·西尔韦拉 移动至当前国家。
    • 将当前国家的统治者宗教改为天主教。
    • 设置变量 zmw_jesuit_sponsor 的值为触发事件的天主教葡萄牙国家。
  • 选项 B
    • 将创建的人物 冈萨洛·达·西尔韦拉 移动至当前国家。
    • 隐藏效果:当前国家所有拥有绍纳文化人口的地区,将其中的 25% 人口分裂并改信天主教。
  • 选项 C
    • 获得 legitimacy_mild_bonus 合法性奖励。
    • 将创建的人物 冈萨洛·达·西尔韦拉 移动至触发事件的天主教葡萄牙国家。

背景介绍: 16世纪中叶,随着葡萄牙帝国在东非海岸和内陆影响力的扩张,天主教传教士开始进入津巴布韦地区。耶稣会士冈萨洛·达·西尔韦拉作为其中的代表,试图在当地绍纳王国中传播基督教。这一事件反映了殖民时代早期,欧洲宗教力量与非洲本土政权之间的接触与碰撞,其过程往往伴随着政治博弈、文化冲突和潜在的宗教皈依。

完整事件代码

flavor_zmw.1200 = { #Christian Missionaries in Zimbabwe
	type = country_event
	title = flavor_zmw.1200.title
	desc = flavor_zmw.1200.desc
	historical_info = flavor_zmw.1200.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = ZMW
		from = 1545.1.1
		to = 1580.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:nobles_estate }

		create_character = {
			first_name = name_gonzalo
			last_name = da_silveira
			birth_date = 1526.2.23
			birth_location = location:santarem
			culture = culture:portuguese
			adm = { 50 70 }
			dip = { 20 80 }
			mil = { 30 80 }
			estate = estate_type:clergy_estate
			create_in_limbo = yes
			save_scope_as = target_character
			script = gonzalo_da_silveira_script
		}
		ruler = {
			save_scope_as = target_ruler
		}
		random_country = {
			limit = {
				religion = religion:catholic
				has_primary_or_accepted_culture = culture:portuguese
				OR = {
					has_presence_in = region:zimbabwe_region
					has_presence_in = region:swahili_coast_region
				}
			}
			save_scope_as = target_country
		}
	}

	trigger = {
		has_ruler = yes
		NOT = {
			religion = religion:catholic
		}
		any_country = {
			religion = religion:catholic
			has_primary_or_accepted_culture = culture:portuguese
			OR = {
				has_presence_in = region:zimbabwe_region
				has_presence_in = region:swahili_coast_region
			}
		}
	}

	option = {
		name = flavor_zmw.1200.a
		historical_option = yes

		add_legitimacy = legitimacy_mild_penalty
		scope:target_character = {
			move_country = root
		}
		scope:target_ruler = {
			change_character_religion = religion:catholic
		}
		set_variable = {
			name = zmw_jesuit_sponsor
			value = scope:target_country
		}
	}

	option = {
		name = flavor_zmw.1200.b

		scope:target_character = {
			move_country = root
		}
		custom_tooltip = flavor_zmw.conversion.tt
		hidden_effect = {
			every_owned_location = {
				every_pop = {
					limit = {
						culture = culture:shona_culture
					}
					split_pop = {
						fraction = 0.25
						religion = religion:catholic
					}
				}
			}
		}
	}

	option = {
		name = flavor_zmw.1200.c

		add_legitimacy = legitimacy_mild_bonus
		scope:target_character = {
			move_country = scope:target_country
		}
	}
}