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_mos.41 罗斯诸公国的继承权主张

时间范围:1475.1.1 - 1550.1.1 (每月 5% 概率) 所属文件:temp/MOS/flavor_mos.41.txt

触发条件

  • 国家拥有统治者。
  • 存在至少3个满足以下条件的国家:
    • 不是列强。
    • 拥有统治者。
    • 统治者的王朝与本国统治者王朝相同。
    • 首都位于 russian_region 地区。
    • 不是附庸国,或者是国际组织 tatar_yoke 的成员。
  • 本国未处于战争状态。
  • 本国不是附庸国,或者是国际组织 tatar_yoke 的成员。
  • 本国没有摄政。
  • 满足以下条件之一:
    • 本国在国际组织 tatar_yoke 中拥有 tatar_tax_collector 特殊地位。
    • 本国的国家等级为王国。

关键效果

选项 A:弱者理应消亡

  • 历史选项:是
  • russian_region 地区内所有满足条件的非列强国家(非本国、拥有与本国同王朝的统治者、首都位于该地区、非附庸或是 tatar_yoke 成员):
    • 使其对本国增加 rus_claimed_land 观点修正。
    • 使其对本国增加 rus_claimed_land_antagonism 对抗值。
    • 本国获得针对该国的 cb_annex(吞并)宣战理由。

选项 B:我们还有其他手段

  • 在首都地区施加 antagonism_pushed_away_from_belligerent 对抗炸弹,数值为 -2。
  • 使社会价值观 belligerent_vs_conciliatory 向右移动(趋向和解)。

选项 C:利用法律借口夺取土地

  • 触发条件:本国拥有政府改革 sudebnik,且存在至少一个满足以下条件的AI国家(非列强、拥有与本国同王朝的统治者、首都位于 russian_region 地区、非附庸或是 tatar_yoke 成员,且政府力量 ≤ 50 或统治者行政能力 ≤ 50,并拥有非首都省份)。
  • russian_region 地区内所有满足上述条件的AI国家,随机夺取其一个非首都省份的所有权归本国。

背景介绍

在莫斯科大公国(或罗斯诸国)逐渐摆脱金帐汗国统治、整合罗斯土地的过程中,统治家族(如留里克王朝)内部各支系对领土和最高权力的争夺是常态。当中央政权(莫斯科)实力增强,而其他同王朝的公国相对衰弱时,莫斯科的统治者便面临选择:是直接以武力或宣称权吞并这些“亲戚”的领土,还是采取更谨慎的外交或法律手段来扩大影响力。此事件模拟了莫斯科公国利用王朝联系,对罗斯地区其他同宗公国提出领土主张的关键历史节点。

完整事件代码

flavor_mos.41 = {
	hide_portraits = yes
	type = country_event
	fire_only_once = yes
	title = flavor_mos.41.title
	desc = flavor_mos.41.desc

	dynamic_historical_event = {
		tag = MOS
		tag = RUS
		from = 1475.1.1
		to = 1550.1.1
		monthly_chance = 5
	}

	trigger = {
		has_ruler = yes
		any_country = {
			count >= 3
			is_great_power = no
			has_ruler = yes
			ruler.dynasty ?= root.ruler.dynasty
			capital.region = region:russian_region
			OR = {
				is_subject = no
				is_member_of_international_organization = international_organization:tatar_yoke
			}
		}

		at_war = no

		OR = {
			is_subject = no
			is_member_of_international_organization = international_organization:tatar_yoke
		}

		has_regent = no

		OR = {
			international_organization:tatar_yoke ?= {
				country_has_special_status = {
					type = special_status:tatar_tax_collector
					country = root
				}
			}
			country_rank = country_rank:rank_kingdom
		}
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		ruler = {
			save_scope_as = target_character
		}
		capital = {
			save_scope_as = target_location
		}

		root = { save_scope_as = target_root_country }

		event_illustration_poptype_effect = { foreground = pop_type:nobles background = pop_type:nobles }
	}

	#The weak shall perish.
	option = {
		name = flavor_mos.41.a
		historical_option = yes

		region:russian_region = {
			every_country = {
				limit = {
					is_great_power = no
					has_ruler = yes
					ruler.dynasty ?= root.ruler.dynasty
					capital.region = region:russian_region
					OR = {
						is_subject = no
						is_member_of_international_organization = international_organization:tatar_yoke
					}
					NOT = {
						this = root
					}
				}
				add_opinion = { target = root modifier = rus_claimed_land }
				add_antagonism = { target = root modifier = rus_claimed_land_antagonism }
				root = {
					add_casus_belli = {
						target = prev
						type = casus_belli:cb_annex
					}
				}
			}
		}

		custom_tooltip = flavor_mos.41.tt1

		ai_chance = {
			factor = 1
		}
	}

	#There are other means at our disposal.
	option = {
		name = flavor_mos.41.b

		drop_antagonism_bomb = {
			target = capital
			modifier = antagonism_pushed_away_from_belligerent
			value = -2
		}

		change_societal_value = {
			type = belligerent_vs_conciliatory
			value = societal_value_move_to_right
		}

		ai_chance = {
			factor = 0.5
		}
	}

	#Use a legal pretext to seize land.
	option = {
		name = flavor_mos.41.c
		trigger = {
			has_reform = government_reform:sudebnik
			any_country = {
				is_ai = yes
				is_great_power = no
				has_ruler = yes
				ruler.dynasty ?= root.ruler.dynasty
				capital.region = region:russian_region
				OR = {
					is_subject = no
					is_member_of_international_organization = international_organization:tatar_yoke
				}
				OR = {
					government_power <= 50
					ruler.adm <= 50
				}
				any_owned_location = {
					is_capital = no
				}
			}
		}

		region:russian_region = {
			every_country = {
				limit = {
					is_ai = yes
					is_great_power = no
					ruler.dynasty = root.ruler.dynasty
					capital.region = region:russian_region
					OR = {
						is_subject = no
						is_member_of_international_organization = international_organization:tatar_yoke
					}
					OR = {
						government_power <= 50
						ruler.adm <= 50
					}
				}
				random_owned_location = {
					limit = {
						is_capital = no
					}
					change_location_owner = root
				}
			}
		}

		custom_tooltip = flavor_mos.41.tt2

		ai_chance = {
			factor = 0.5
		}
	}

	historical_info = flavor_mos.41.historical_info
}