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_kbo.15 刚果的奴隶贸易

时间范围:1437.1.1 - 1537.12.30(每月 1% 概率触发)

触发条件

  • 国家标签为 KBO(刚果)。
  • 事件为动态历史事件,在时间范围内仅能触发一次。

关键效果

  • 选项 A (flavor_kbo.15.a)
    • 设置变量 serf_social_integration_variable
    • 社会价值观 serfdom_vs_free_subjects(农奴制 vs 自由民)向“右侧”大幅移动。
  • 选项 B (flavor_kbo.15.b)
    • 设置变量 serfom_improved_goods_variable
    • 授予阶层特权 kbo_serfdom_economy(刚果农奴经济)。
    • 社会价值观 serfdom_vs_free_subjects(农奴制 vs 自由民)向“左侧”大幅移动。

背景介绍: 该事件模拟了15至16世纪刚果王国(Kongo)境内奴隶贸易的发展及其对社会结构的影响。这一时期,随着与欧洲(尤其是葡萄牙)接触的增加,奴隶贸易逐渐成为刚果经济和政治中的重要因素。事件中的不同选项代表了王国面对这一历史进程时可能采取的不同政策方向:是强化农奴制以服务于新的经济需求,还是推动社会整合以应对其带来的冲击。

完整事件代码

flavor_kbo.15 = { #The Slave Trade in [ROOT.GetCountry.GetNameWithNoTooltip]
	hide_portraits = yes
	type = country_event
	title = flavor_kbo.15.title
	desc = flavor_kbo.15.desc 

	fire_only_once = yes
	dynamic_historical_event = {
		tag = KBO
		from = 1437.1.1
		to = 1537.12.30
		monthly_chance = 1
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		capital = { save_scope_as = target_location }
		ruler ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_kbo.15.a 
		
		custom_tooltip = kbo_pop_promotion_more_potent_tt
		set_variable = {
			name = serf_social_integration_variable
		}
		change_societal_value = {
			type = serfdom_vs_free_subjects
			value = societal_value_huge_move_to_right
		}
	}

	option = {
		name = flavor_kbo.15.b 

		set_variable = {
			name = serfom_improved_goods_variable
		}
		grant_estate_privilege = estate_privilege:kbo_serfdom_economy
		change_societal_value = {
			type = serfdom_vs_free_subjects
			value = societal_value_huge_move_to_left
		}
	}
}