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_hol.11 胡果·格劳秀斯登场

时间范围:1615.1.1 - 1645.1.1(每月 5% 概率)

触发条件

  • 拥有阿姆斯特丹(Amsterdam)地区。

关键效果

  • 选项 A
    • 文化获得“温和增益”的文化影响力加成。
    • 获得“温和增益”的威望。
    • 在阿姆斯特丹地区创建一件艺术品:
      • 艺术家:胡果·格劳秀斯(事件创建的人物)。
      • 品质:90。
      • 类型:论文(Treatise)。
      • 关键标识:de_jure_belli_ac_pacis(《战争与和平法》)。

背景介绍: 此事件模拟了荷兰法学家、哲学家胡果·格劳秀斯(Hugo Grotius)的登场及其代表作《战争与和平法》的诞生。格劳秀斯被誉为国际法之父,其思想对近代国际法与政治哲学产生了深远影响。事件设定在荷兰黄金时代初期,反映了当时荷兰在学术、法律领域的活跃与领先地位。

完整事件代码

flavor_hol.11 = {
	type = country_event
	title = flavor_hol.11.title
	desc = flavor_hol.11.desc
	historical_info = flavor_hol.11.historical_info
	fire_only_once = yes
	dynamic_historical_event = {
		tag = HOL
		tag = NED
		from = 1615.1.1
		to = 1645.1.1
		monthly_chance = 5
	}
	trigger = {
		owns = location:amsterdam
	}
	illustration_tags = {
		10 = happy
		10 = exterior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_hugh
			last_name = Grotius
			estate = estate_type:burghers_estate
			adm = { 5 30 }
			dip = { 5 30 }
			mil = { 5 30 }
			birth_date = 1588.4.15
			birth_location = location:amsterdam
			artist_skill = 0.95
			artist = philosopher
			save_scope_as = target_character
		}
	}
	option = {
		name = flavor_hol.11.a
		culture = { add_cultural_influence = cultural_influence_mild_bonus }
		add_prestige = prestige_mild_bonus
		location:amsterdam = {
			create_art = {
				artist = scope:target_character
				quality = 90
				type = work_of_art_type:treatise
				key = de_jure_belli_ac_pacis
			}
		}
	}
}