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.18] 费奥多尔·拜科夫出使中国

时间范围:1650.1.1 - 1750.1.1(每月 1% 概率)

触发条件

  • 国家为俄罗斯(RUS)。
  • 与中国(CHI)接壤。
  • 未与中国(CHI)结盟。
  • 国家处于和平状态。
  • 人物 rus_fyodor_baikov 存活且在政府内阁中。

关键效果

  • 选项 A (flavor_rus.18.a)

    • 中国(CHI)对俄罗斯(RUS)获得负面观点修正 rus_ignored_vassal_demands
    • 若中国(CHI)对俄罗斯(RUS)的观点值 ≤ -50,则阻止与中国的条约,并显示自定义提示 flavor_rus.18.tt1
  • 选项 B (flavor_rus.18.b)

    • 俄罗斯(RUS)获得政府点数严重惩罚。
    • 中国(CHI)对俄罗斯(RUS)获得正面观点修正 rus_paid_vassal_respect
  • 选项 C (flavor_rus.18.c)

    • 俄罗斯(RUS)获得稳定性轻度惩罚。
    • 俄罗斯(RUS)损失3倍规模的金钱。
    • 中国(CHI)对俄罗斯(RUS)获得正面观点修正 rus_paid_vassal_tribute

背景介绍: 该事件模拟了17世纪中叶至18世纪中叶,俄罗斯帝国向东扩张并与清帝国接壤后的外交互动。事件核心人物费奥多尔·拜科夫是一位俄罗斯外交官和探险家,历史上他曾于1654-1658年间奉沙皇之命出使中国,试图建立直接的外交与贸易关系,但因其拒绝按清朝礼节叩头而未能完成正式使命。此事件反映了俄中早期接触时在礼仪、朝贡体系认知上的冲突,以及俄罗斯在远东寻求立足点时面临的外交抉择。

完整事件代码

flavor_rus.18 = {
	type = country_event
	title = flavor_rus.18.title
	desc = flavor_rus.18.desc
	image = "gfx/interface/illustrations/government/diplomacy_illustration.dds"
	#event_illustration_estate_background_effect = { background = estate_type:crown_estate } CHI

	fire_only_once = yes
	dynamic_historical_event = {
		tag = RUS
		from = 1650.1.1
		to = 1750.1.1
		monthly_chance = 1
	}

	trigger = {

		is_neighbor_of = c:CHI

		NOT = {
			is_allied_with ={ target = c:CHI }
		}

		at_war = no

		character:rus_fyodor_baikov ?= {
			is_alive = yes
			in_cabinet = yes
		}

	}

	immediate = {

		capital = {
			save_scope_as = target_location
		}

		character:rus_fyodor_baikov = {
			save_scope_as = fyodor_baikov
		}

		root = { save_scope_as = target_root_country }

	}

	option = {
		name = flavor_rus.18.a

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

		if = {
			limit = {
				c:CHI = {
					opinion = {
						target = root
						value <= -50
					}
				}
			}
			block_treaties = c:CHI
			custom_tooltip = flavor_rus.18.tt1
		}

	}

	option = {
		name = flavor_rus.18.b

		add_government_power = government_power_severe_penalty

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

	}

	option = {
		name = flavor_rus.18.c

		add_stability = stability_mild_penalty

		change_gold_effect = { scale = -3 }

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

	historical_info = flavor_rus.18.historical_info

}