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_ned.23 格劳秀斯与《海洋自由论》

时间范围
1610.1.1 - 1640.1.1(每月 1% 概率触发)

触发条件

  • 事件仅对标签为 NED(尼德兰/荷兰)的国家触发一次。
  • 事件在指定时间范围内每月有 1% 概率触发。

关键效果

选项 A(flavor_ned.23.a)

  • 社会价值观变化:重商主义 vs 自由贸易 移动(倾向于自由贸易)。
  • 人物 胡果·格劳秀斯 加入本国。
  • 在首都创建一件艺术品:
    • 类型:论文(treatise
    • 关键标识:mare_liberum(《海洋自由论》)
    • 品质:75
    • 创作者:胡果·格劳秀斯

选项 B(flavor_ned.23.b)

  • 社会价值观变化:重商主义 vs 自由贸易 移动(倾向于重商主义)。
  • 人物 胡果·格劳秀斯 移居至与本国宗教相同、且 威望最高 的国家。

背景介绍
此事件模拟了荷兰法学家、哲学家胡果·格劳秀斯(Hugo Grotius)及其代表作《海洋自由论》的历史影响。格劳秀斯被誉为国际法之父,他在17世纪初撰写的《海洋自由论》主张公海航行自由,反对葡萄牙和西班牙对海洋贸易的垄断。这一思想深刻影响了荷兰的海洋政策和贸易扩张,并在国际法发展史上具有里程碑意义。事件反映了荷兰在黄金时代面临的选择:是拥抱格劳秀斯的自由贸易理念,还是坚持传统的重商主义政策。

完整事件代码

flavor_ned.23 = {
	type = country_event

	title = flavor_ned.23.title
	desc = flavor_ned.23.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = NED
		from = 1610.1.1
		to = 1640.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:nobles_estate }
		ruler_or_regent ?= {
			save_scope_as = target_character
		}

		create_character = {
			first_name = name_hugh
			last_name = grotius
			artist = philosopher
			birth_date = 1583.4.10
			adm = 62
			dip = 77
			mil = 43
			artist_skill = 0.75
			culture = root.culture
			birth_location = location:the_hague
			save_scope_as = target_character2
			estate = estate_type:burghers_estate
			create_in_limbo = yes
		}

		ordered_known_country = {
			limit = {
				religion = root.religion
			}
			order_by = prestige
			max = 1
			save_scope_as = target_country
		}
	}

	option = {
		name = flavor_ned.23.a

		change_societal_value = {
			type = mercantilism_vs_free_trade
			value = societal_value_move_to_right
		}

		scope:target_character2 = { move_country = root }
		capital = {
			create_art = {
				artist = scope:target_character2
				quality = 75
				type = work_of_art_type:treatise
				key = mare_liberum
			}
		}
	}

	option = {
		name = flavor_ned.23.b

		scope:target_character2 = {
			move_country = scope:target_country
		}
		change_societal_value = {
			type = mercantilism_vs_free_trade
			value = societal_value_move_to_left
		}
	}
}