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_glh.1] 鞑靼之轭下的格鲁吉亚

时间范围:1337.1.1 - 1377.1.1(每月 100% 概率)

触发条件

  • 国家拥有统治者。
  • 在东欧次大陆(eastern_europe)上,至少有一个国家的首都位于该地理区域内,并且该国家是国际组织“鞑靼之轭”(international_organization:tatar_yoke)的成员。
  • 唯一的国际组织类型“鞑靼之轭”(international_organization_type:tatar_yoke)存在。

关键效果

  • 选项 Aflavor_glh.1.a
    • 标记为 历史选项historical_option = yes)。
    • 包含自定义提示文本(custom_tooltip = flavor_glh.1.tt)。
    • AI 选择此选项的权重因子为 1。

背景介绍: 该事件模拟了14世纪中叶,格鲁吉亚王国(GLH)在蒙古帝国(金帐汗国)建立的“鞑靼之轭”统治体系下的历史处境。当时,东欧及高加索地区的许多公国和王国,包括格鲁吉亚,都不同程度地臣服于蒙古人的宗主权,需要纳贡并受其政治影响。此事件反映了格鲁吉亚在这一地缘政治框架下所面临的外部压力与内部抉择。

完整事件代码

flavor_glh.1 = {
	hide_portraits = yes
	type = country_event
	fire_only_once = yes
	title = flavor_glh.1.title
	desc = flavor_glh.1.desc

	dynamic_historical_event = {
		tag = GLH
		from = 1337.1.1
		to = 1377.1.1
		monthly_chance = 100
	}

	trigger = {
		has_ruler = yes
		sub_continent:eastern_europe = {
			any_country_with_capital_in_geography = {
				count > 0
				is_member_of_international_organization = international_organization:tatar_yoke
			}
		}

		unique_international_organization_type_exists = international_organization_type:tatar_yoke

	}

	illustration_tags = {
        10 = armed
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
		capital = {
			save_scope_as = target_location
		}

		ruler ?= {
			save_scope_as = target_character
		}
		
		root = { save_scope_as = target_root_country }

		international_organization:tatar_yoke = {
			save_scope_as = tatar_yoke
		}

	}

	option = {
		name = flavor_glh.1.a
		historical_option = yes

		custom_tooltip = flavor_glh.1.tt

		ai_chance = {
			factor = 1
		}
	}

	historical_info = flavor_glh.1.historical_info

}