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_rus.20] 尼布楚条约

时间范围

1650年1月1日 - 1750年1月1日

  • 触发概率:每月 5%

触发条件

事件仅在以下条件全部满足时触发:

  • 控制国是 俄罗斯(RUS)
  • 中国(CHI) 接壤。
  • 处于 非战争状态
  • 拥有位于 西西伯利亚地区(west_siberia_region)东西伯利亚地区(east_siberia_region) 的任意省份。
  • 中国(CHI)拥有位于 满洲地区(manchuria_region) 的任意省份。

关键效果

选项 A:签订条约

  • 历史选项
  • 将本国在 满洲地区(manchuria_region) 拥有的所有省份 割让给中国(CHI),并移除本国在这些省份的 核心
  • 中国(CHI) 签订 停战协议
  • 中国(CHI)对本国产生 “尼布楚条约(rus_treaty_of_nerchinsk)” 正面看法修正。
  • 所有在 西西伯利亚地区东西伯利亚地区 拥有省份的其他国家,对本国产生 “宣称西伯利亚(rus_claimed_siberia)” 看法修正。
  • 显示自定义提示 flavor_rus.20.tt1

选项 B:拒绝条约

  • 中国(CHI)对本国产生 “拒绝尼布楚条约(rus_refused_treaty_of_nerchinsk)” 负面看法修正。

背景介绍

17世纪中叶,俄罗斯帝国向东扩张至西伯利亚,其探险者和哥萨克开始进入黑龙江流域,与当时统治中国的清朝发生接触和冲突。双方在边境地区摩擦不断。1689年,经过谈判,中俄双方在尼布楚(今俄罗斯涅尔琴斯克)签订了《尼布楚条约》,这是中国与欧洲国家签订的第一个正式边界条约。条约划定了中俄东段边界,规定外兴安岭以南、格尔必齐河和额尔古纳河以东至海的黑龙江流域土地归中国所有。该条约暂时稳定了中俄东段边境,并为两国贸易往来奠定了基础。

事件代码

flavor_rus.20 = {
	type = country_event
	title = flavor_rus.20.title
	desc = flavor_rus.20.desc
	image = "gfx/interface/illustrations/government/diplomacy_illustration.dds"
	
	fire_only_once = yes
	dynamic_historical_event = {
		tag = RUS
		from = 1650.1.1
		to = 1750.1.1
		monthly_chance = 5
	}

	trigger = {

		is_neighbor_of = c:CHI

		at_war = no

		any_owned_location = {
			OR = {
				region = region:west_siberia_region
				region = region:east_siberia_region
			}
		}
		c:CHI = {
			any_owned_location = {
				region = region:manchuria_region
			}
		}
	}

	immediate = {
		capital = {
			save_scope_as = target_location
		}
		root = {
			save_scope_as = target_root_country
		}
		#event_illustration_estate_background_effect = { background = estate_type:crown_estate } CHI
	}

	option = {
		name = flavor_rus.20.a
		historical_option = yes

		every_owned_location = {
			limit = {
				region = region:manchuria_region
			}
			change_location_owner = c:CHI
			remove_core = root
		}

		add_truce_with = { target = c:CHI }

		c:CHI = {
			add_opinion = {
				target = root
				modifier = rus_treaty_of_nerchinsk
			}
			add_truce_with = { target = root }
		}

		every_other_country = {
			limit = {
				any_owned_location = {
					OR = {
						region = region:west_siberia_region
						region = region:east_siberia_region
					}
				}
			}
			add_opinion = {
				target = root
				modifier = rus_claimed_siberia
			}
		}

		custom_tooltip = flavor_rus.20.tt1
	}

	option = {
		name = flavor_rus.20.b

		c:CHI = {
			add_opinion = {
				target = root
				modifier = rus_refused_treaty_of_nerchinsk
			}
		}
	}

	historical_info = flavor_rus.20.historical_info

}