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_nov.10 诺夫哥罗德与汉萨同盟的协议

时间范围:1382年1月1日 - 1402年1月1日(每月 15% 概率触发)

触发条件

  • 汉萨同盟(国家标签 c:HSA)必须存在。

关键效果

  • 选项 A (历史选项)
    • 诺夫哥罗德与汉萨同盟国家互相添加正面关系修正 nov_novgorodian_hanseatic_friendship
    • 社会价值观 belligerent_vs_conciliatory 向“和解”方向轻微移动。
  • 选项 B
    • 社会价值观 belligerent_vs_conciliatory 向“好战”方向轻微移动。
    • 获得大量威望。
    • 对汉萨同盟国家实施贸易禁运。

背景介绍: 14世纪末,诺夫哥罗德共和国作为重要的贸易中心,与北欧强大的商业联盟——汉萨同盟的关系至关重要。此事件模拟了双方就贸易特权与合作协议进行谈判的关键时刻。选择与汉萨同盟保持友好,可以确保稳定的贸易收入和西方支持;而选择对抗与禁运,则能彰显独立主权,但可能招致经济报复。

完整事件代码

flavor_nov.10 = {
	type = country_event
	fire_only_once = yes
	title = flavor_nov.10.title
	desc = flavor_nov.10.desc
	dynamic_historical_event = {
		tag = NOV
		from = 1382.1.1
		to = 1402.1.1
		monthly_chance = 15
	}
	trigger = {
		country_exists = c:HSA
	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:burghers_estate }
		c:HSA = {
			save_scope_as = hansa_country
		}
	}
	#We shall kiss the cross to confirm the deal!
	option = {
		name = flavor_nov.10.a
		historical_option = yes
		scope:hansa_country = {
			add_opinion = {
				modifier = nov_novgorodian_hanseatic_friendship
				target = root
			}
			reverse_add_opinion = {
				modifier = nov_novgorodian_hanseatic_friendship
				target = root
			}
		}
		change_societal_value = { type = belligerent_vs_conciliatory value = societal_value_minor_move_to_right }
		ai_chance = {
			factor = 1
		}
	}
	#It is more in our interest to embargo them!
	option = {
		name = flavor_nov.10.b
		change_societal_value = { type = belligerent_vs_conciliatory value = societal_value_minor_move_to_left }
		add_prestige = prestige_extreme_bonus
		create_relation = {
			first = this
			second = scope:hansa_country
			type = relation_type:embargo_nation
		}
		ai_chance = {
			factor = 1
		}
	}
}