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.307] 纪尧姆·比代,人文主义学者

时间范围:1510.1.1 - 1540.1.1(每月 20% 概率) 触发条件

  • 国家拥有统治者(has_ruler = yes

关键效果

  • 选项 A:邀请他来到宫廷!(历史选项)
    • 将目标人物(纪尧姆·比代)移动至法国(move_country = c:FRA)。
    • 在巴黎创建一件艺术品(小说类型,质量为50,键值为 de_asse_et_partibus_eius)。
  • 选项 B:我们对<character_name>没有用处
    • 获得少量威望加成(add_prestige = prestige_mild_bonus)。
    • 放逐目标人物(banish_character = yes)。
    • 在巴黎创建一件艺术品(小说类型,质量为50,键值为 de_asse_et_partibus_eius)。

背景介绍: 纪尧姆·比代是法国文艺复兴时期著名的人文主义学者、法学家和藏书家。他以其在古典文献研究、法学以及推动法兰西学院建立方面的贡献而闻名。该事件模拟了法国宫廷是否决定接纳这位重要学者,他的加入可能为王国带来文化与学术上的提升。

完整事件代码

flavor_fra.307 = { # Guillaume Budé, Humanist Scholar
	type = country_event
	title = flavor_fra.307.title
	desc = flavor_fra.307.desc


	fire_only_once = yes
	dynamic_historical_event = {
		tag = FRA
		from = 1510.1.1
		to = 1540.1.1
		monthly_chance = 20
	}


	trigger = {
		has_ruler = yes
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler ?= {
            save_scope_as = fra_ruler
        }
		create_character = {
			first_name = name_william
			last_name = bude
			adm = 54
			dip = 46
			mil = 8
			culture = culture:french
			birth_location = location:paris
			religion = religion:catholic
			birth_date = 1467.1.26
			estate = estate_type:burghers_estate
			script = guillaume_bude
			save_scope_as = target_character
			artist = writer
			artist_skill = 0.50
			create_in_limbo = yes
		}
		location:paris = {
			create_art = {
				quality = 50
				artist = scope:target_character
				type = work_of_art_type:treatise
				key = de_asse_et_partibus_eius
			}
		}
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}


	option = { # Invite him to court!
		name = flavor_fra.307.a
		historical_option = yes
		scope:target_character = {
			move_country = c:FRA
		}
		show_as_tooltip = {
			location:paris = {
				create_art = {
					artist = scope:target_character
					quality = 50
					type = work_of_art_type:novel
					key = de_asse_et_partibus_eius
				}
			}
		}
	}
	option = { # We have no use for <character_name>
		name = flavor_fra.307.b
		add_prestige = prestige_mild_bonus
		scope:target_character = {
			banish_character = yes
		}
		show_as_tooltip = {
			location:paris = {
				create_art = {
					artist = scope:target_character
					quality = 50
					type = work_of_art_type:novel
					key = de_asse_et_partibus_eius
				}
			}
		}
	}
}