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_iro.42 殖民者对<文化名>团结的深刻印象

时间范围:1530.1.1 - 1776.1.1(每月 10% 概率)

触发条件

  • 国家拥有统治者。
  • 存在至少一个邻国,该邻国满足以下所有条件:
    • 拥有殖民特许状。
    • 宗教属于基督教组。
    • 已接纳“新世界”思潮。
    • 对本国(触发国)的看法 ≥ 100

关键效果

  • 选项 A:邀请该定居者随时返回<首都>

    • 历史选项
    • 为国家添加持续 10 年的修正:iro_welcoming_to_outsiders
  • 选项 B:禁止<定居者>返回,以避免未来的任何越界行为

    • 增加少量威望。
    • 为国家添加持续 20 年的修正:iro_forbade_foreign_contact

背景介绍: 在16至18世纪欧洲殖民扩张的浪潮中,易洛魁联盟与邻近的欧洲殖民者产生了复杂的互动。一些欧洲定居者,尤其是那些来自已接纳新世界思潮的基督教国家,对易洛魁社会独特的政治结构和内部团结留下了深刻印象。此事件模拟了当这些殖民者对易洛魁持有高度好感时,后者面临的一个抉择:是接纳这些外来者带来的知识与影响,还是为了维护传统与社会稳定而选择隔绝。

完整事件代码

flavor_iro.42 = { # Colonists Impressed with <culture_name> Unity
	type = country_event
	title = flavor_iro.42.title
	desc = flavor_iro.42.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = IRO
		from = 1530.1.1
		to = 1776.1.1
		monthly_chance = 10
	}

	trigger = {
		has_ruler = yes
		any_neighbor_country = {
			has_colonial_charters = yes
			religion.group = religion_group:christian	
			has_embraced_institution = institution:new_world
			opinion = { target = root value >= 100 }
		}			
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler ?= {
            save_scope_as = our_ruler
        }	
		random_neighbor_country = {
			limit = {
				has_colonial_charters = yes
				religion.group = religion_group:christian	
				has_embraced_institution = institution:new_world
				opinion = { target = root value >= 100 }
			}
			save_scope_as = neighbor_country
			create_character = {
				estate = estate_type:nobles_estate
				adm = { 30 50 }
				dip = { 30 50 }
				mil = { 30 50 }
				min_age = 30
				save_scope_as = colonial_settler
			}
		}		
	}	
	
	illustration_tags = {
		10 = happy
		10 = interior
	}	

	option = { # Invite the settler to return to <capital> anytime
		name = flavor_iro.42.a	
		historical_option = yes		
		add_country_modifier = { modifier = iro_welcoming_to_outsiders years = 10 mode = add } 
	}
	option = { # Forbid <settler> from returning to avoid any future transgressions
		name = flavor_iro.42.b	
		add_prestige = prestige_mild_bonus
		add_country_modifier = { modifier = iro_forbade_foreign_contact years = 20 mode = add } 	
	}
}