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_bng.1001 中国联系

时间范围
1337.1.1-1821.1.1
每月 5% 概率

触发条件

  • 国家:BNG
  • 主要触发条件:this = scope:target_country2

关键效果

选项 A

  • target_country2 的首都(若存在):
    • 增加 institution_progress_severe_bonus 点“任人唯贤”制度进度
  • target_country
    • 添加 bng_chinese_ties 观点修正
  • target_country2
    • 添加 bng_chinese_ties 观点修正

选项 B

  • 自定义提示:bng_rejected_agreement_tt
  • 若当前时代不是“传统时代”或“文艺复兴时代”:
    • 社会价值观 outward_vs_inward 向“右”(内向)移动 societal_value_minor_move_to_right
  • 否则:
    • 增加 prestige_weak_bonus 点威望

背景介绍
该事件模拟了BNG国家与中华文明建立或拒绝建立联系的历史抉择。选择接受联系可能带来制度进步与外交关系改善,而拒绝则可能强化内向的社会价值观或在特定时代获得威望补偿,反映了历史上小国面对强大文明影响时的不同应对策略。

完整事件代码

flavor_bng.1001 = {
	type = country_event
	title = flavor_bng.1001.title
	desc = flavor_bng.1001.desc
	major = yes
	major_trigger = {
		this = scope:target_country2
	}

	illustration_tags = {
		10 = interior
		10 = regular
	}

	immediate = {
		if = {
			limit = {
				is_ai = no
			}
			event_illustration_estate_background_effect = { background = estate_type:nobles_estate }
			c:BNG = {
				event_illustration_estate_foreground_effect = { foreground = estate_type:nobles_estate }
			}
		}
	}

	option = {
		name = flavor_bng.1001.a

		scope:target_country2 = {
			capital ?= {
				change_institution_progress = {
					type = institution:meritocracy
					value = institution_progress_severe_bonus
				}
			}

			add_opinion = {
				modifier = bng_chinese_ties
				target = scope:target_country
			}
		}
		add_opinion = {
			modifier = bng_chinese_ties
			target = scope:target_country2
		}
	}

	option = {
		name = flavor_bng.1001.b

		custom_tooltip = bng_rejected_agreement_tt

		if = {
			limit = {
				NOR = {
					current_age = age_1_traditions
					current_age = age_2_renaissance
				}
			}
			change_societal_value = {
				type = outward_vs_inward
				value = societal_value_minor_move_to_right
			}
		}
		else = {
			add_prestige = prestige_weak_bonus
		}
	}
}