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_fra.22 孟德斯鸠出版《论法的精神》

时间范围:1748.1.1 - 1752.1.1(每月 50% 概率)

触发条件

  • 拥有巴黎地区(owns = location:paris
  • 拥有统治者(has_ruler = yes

关键效果

  • 历史选项flavor_fra.22.a):
    • 文化:获得轻微文化影响力加成(add_cultural_influence = cultural_influence_mild_bonus
    • 人物:将生成的艺术家“孟德斯鸠”移至本国(move_country = root
    • 威望:获得轻微威望加成(add_prestige = prestige_mild_bonus
    • 艺术创作:在巴黎地区创建一件艺术作品
      • 艺术家:孟德斯鸠(artist = scope:target_artist
      • 品质:97(quality = 97
      • 类型:专著(type = work_of_art_type:treatise
      • 关键标识:spirit_of_the_law

背景介绍: 该事件模拟了法国启蒙思想家孟德斯鸠于1748年出版其代表作《论法的精神》的历史时刻。这部著作系统阐述了立法、行政、司法三权分立的政治学说,对现代西方政治体制和法律思想产生了深远影响。事件发生时,法国正处于路易十五统治时期,启蒙运动在巴黎蓬勃发展。

完整事件代码

flavor_fra.22 = { # Montesquieu publishes 'The spirit of laws'
	type = country_event
	title = flavor_fra.22.title
	desc = flavor_fra.22.desc
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = FRA
		from = 1748.1.1
		to = 1752.1.1
		monthly_chance = 50
	}

	trigger = {
		owns = location:paris
		has_ruler = yes
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_charles
			last_name = Montesquieu
			adm = 48
			dip = 79
			mil = 21
			birth_date = 1689.1.18
			birth_location = location:paris
			culture = culture:french
			religion = religion:catholic
			artist_skill = 0.90
			artist = philosopher
			estate = estate_type:burghers_estate
			save_scope_as = target_artist
			create_in_limbo = yes
		}
		ruler ?= {
            save_scope_as = fra_ruler
        }
	}

	option = {
		name = flavor_fra.22.a
		culture = {
			add_cultural_influence = cultural_influence_mild_bonus
		}
		scope:target_artist = { move_country = root }
		add_prestige = prestige_mild_bonus
		location:paris = {
			create_art = {
				artist = scope:target_artist
				quality = 97
				type = work_of_art_type:treatise
				key = spirit_of_the_law
			}
		}
	}
}