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_lit.43 克里米亚鞑靼人迁移

时间范围:1400.1.1 - 1500.1.1(每月 3% 概率) 触发条件

  • 国家文化构成中,克里米亚鞑靼文化(culture:crimean)的占比达到或超过 5%。

关键效果

  • 选项 A (flavor_lit.43.a)

    • 迁移 5% 的克里米亚鞑靼文化人口,从非首都的、拥有该文化人口且人口最多的省份,迁往首都省份,迁移过程持续 120 个月。
    • 社会价值观:中央化 vs 地方分权 小幅向左移动(倾向于中央化)。
    • 获得少量陆军传统。
    • 国库金钱减少 50%。
  • 选项 B (flavor_lit.43.b)

    • 社会价值观:中央化 vs 地方分权 小幅向右移动(倾向于地方分权)。

背景介绍: 在15世纪,立陶宛大公国境内生活着一定数量的克里米亚鞑靼人。作为游牧或半游牧民族,他们与定居的立陶宛主体社会存在互动与张力。此事件模拟了立陶宛统治者面临的选择:是鼓励这些鞑靼人迁移至首都地区以加强控制和文化同化(选项A),还是接受现状,允许他们在地方保持其传统与自治(选项B)。这一决策将影响国家的中央集权程度、军事传统和财政状况。

完整事件代码

flavor_lit.43 = {
	type = country_event
	title = flavor_lit.43.title
	desc = flavor_lit.43.desc

	dynamic_historical_event = {
		tag = LIT
		from = 1400.1.1
		to = 1500.1.1
		monthly_chance = 3
	}

	fire_only_once = yes

	trigger = {
		"culture_percentage_in_country(culture:crimean)" >= 0.05
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		ordered_owned_location = {
			order_by = population
			limit = {
				is_capital = no
				any_pop = {
					culture = culture:crimean
				}
			}
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_lit.43.a

		add_migration = {
			amount = 0.05
			from = scope:target_location.province_definition
			owner = root
			to = capital.province_definition
			months = 120
			culture = culture:crimean
		}

		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_minor_move_to_left
		}

		add_army_tradition = army_tradition_mild_bonus

		change_gold_effect = { scale = -0.5 }
	}

	option = {
		name = flavor_lit.43.b

		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_minor_move_to_right
		}
	}
}