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_pol.1500 波兰文艺复兴作家登场

时间范围:1540.1.1 - 1560.1.1(每月 10% 概率)

触发条件

  • 国家拥有萨姆比尔(Sambir)地区。

关键效果

  • 选项 A (历史选项)
    • 花费相当于3个月国库收入的金钱。
    • 人物米科瓦伊·雷伊(Mikołaj Rej)加入我国。
  • 选项 B
    • 获得少量威望惩罚。
    • 人物米科瓦伊·雷伊(Mikołaj Rej)被秘密处决。

背景介绍: 该事件模拟了波兰文艺复兴时期重要作家米科瓦伊·雷伊的出现。雷伊是第一位主要用波兰语而非拉丁语进行创作的作家,对波兰文学和语言的发展起到了奠基性作用。事件发生在16世纪中叶,正值波兰文化繁荣和宗教改革(雷伊本人是加尔文宗信徒)时期,反映了当时贵族阶层对文化艺术赞助的历史背景。

完整事件代码

flavor_pol.1500 = {
	type = country_event
	title = flavor_pol.1500.title
	desc = flavor_pol.1500.desc
	historical_info = flavor_pol.1500.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = POL
		tag = PLC
		from = 1540.1.1
		to = 1560.1.1
		monthly_chance = 10
	}

	trigger = {
		owns = location:sambir
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = { #https://en.wikipedia.org/wiki/Miko%C5%82aj_Rej
			first_name = name_nicholas
			last_name = Rej
			adm = { 20 50 }
			dip = { 40 50 }
			mil = { 10 15 }
			birth_date = 1505.2.4
			birth_location = location:sambir
			religion = religion:calvinist
			culture = culture:lesser_polish
			estate = estate_type:nobles_estate
			artist_skill = 0.65
			artist = writer
			script = mikolaj_rej
			save_scope_as = mikolaj_rej_scope
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_pol.1500.a

		historical_option = yes

		change_gold_effect = { scale = -3 }
		scope:mikolaj_rej_scope = {
			move_country = root
		}
	}

	option = {
		name = flavor_pol.1500.b

		add_prestige = prestige_mild_penalty
   		kill_character_silently = scope:mikolaj_rej_scope
	}
}