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_por.10 阿方索·德·索萨殖民总督

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

触发条件

  • 葡萄牙(tag = POR)拥有至少一个殖民领类型(is_subject_type = colonial_nation)的附庸。
  • 该殖民领的首都位于巴西地区(capital.region = region:brazil_region)。

关键效果

  • 选项flavor_por.10.a
    • 效果:将名为“马丁·阿方索·德·索萨”(scope:martim_afonso_de_sousa)的人物设置为巴西殖民领(scope:brazil)的新统治者(set_new_ruler)。

背景介绍: 该事件模拟了葡萄牙在巴西殖民统治早期,派遣重要人物担任殖民地总督的历史进程。马丁·阿方索·德·索萨是葡萄牙早期巴西殖民地的关键人物之一,曾担任圣维森特(São Vicente)等地的总督,对巴西沿海地区的早期开发、行政管理和防御建设起到了重要作用。此事件反映了葡萄牙王室通过任命有能力的管理者来巩固和拓展其海外殖民地的策略。

完整事件代码

flavor_por.10 = { #Afonso de Sousa Colonial Governor
	hide_portraits = yes
	type = country_event
	title = flavor_por.10.title
	desc = flavor_por.10.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = POR
		from = 1530.1.1
		to = 1580.1.1
		monthly_chance = 10
	}

	trigger = {
		any_subject = {
			is_subject_type = colonial_nation
			capital.region = region:brazil_region
		}
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ordered_subject = {
			limit = {
				is_subject_type = colonial_nation
				capital.region = region:brazil_region
			}
			order_by = total_population
			max = 1
			save_scope_as = brazil


			create_named_dynasty = afonso_de_sousa_dynasty

			create_character = {
				first_name = name_martin
				adm = 75
				dip = 80
				mil = 75
				birth_date = 1500.6.1
				culture = culture:portuguese
				religion = religion:catholic
				dynasty = dynasty:afonso_de_sousa_dynasty
				save_scope_as = martim_afonso_de_sousa
			}

		}
	}

	option = {
		name = flavor_por.10.a
		scope:brazil = {
			set_new_ruler = scope:martim_afonso_de_sousa
		}
	}
	historical_info = flavor_por.10.historical_info
}