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.1501 米科瓦伊·雷伊的文学创作

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

触发条件

  • 角色 mikolaj_rej 存活,并且其所有者是触发事件的国家(ROOT)。

关键效果

  • 选项 A (历史选项)

    • 在首都创建一件艺术品:
      • 艺术家:mikolaj_rej
      • 类型:小说 (work_of_art_type:novel)
      • 关键标识:pol_brief_discussion
      • 品质:75
    • 如果国家宗教为天主教 (religion:catholic):
      • 教士阶层满意度获得 estate_satisfaction_severe_penalty(严重惩罚)。
    • 否则(国家宗教非天主教):
      • 社会价值观 spiritualist_vs_humanist(灵性主义 vs 人文主义)向左侧移动(societal_value_move_to_left)。
  • 选项 B

    • 如果国家宗教天主教 (religion != religion:catholic):
      • 教士阶层满意度获得 estate_satisfaction_severe_penalty(严重惩罚)。
    • 否则(国家宗教为天主教):
      • 社会价值观 spiritualist_vs_humanist(灵性主义 vs 人文主义)向左侧移动(societal_value_move_to_left)。
    • 一个自定义提示效果:
      • 所有路德宗 (religion:lutheran) 或加尔文宗 (religion:calvinist) 的国民人口满意度获得 pop_satisfaction_ultimate_penalty(终极惩罚)。

背景介绍: 此事件围绕波兰文艺复兴时期的杰出作家、诗人和政治家米科瓦伊·雷伊展开。他被誉为“波兰文学之父”,其作品《简短讨论》是第一部完全用波兰语写成的重大文学作品,对波兰语言和文化的发展起到了奠基性作用。事件反映了在宗教改革思潮影响下,其文学创作可能在国内不同宗教群体间引发的反响。

完整事件代码

flavor_pol.1501 = {
	type = country_event
	title = flavor_pol.1501.title
	desc = flavor_pol.1501.desc
	historical_info = flavor_pol.1501.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 = {
		character:mikolaj_rej ?= {
			is_alive = yes
			owner = ROOT
		}
	}

	illustration_tags = {
		10 = angry
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:nobles_estate }
		character:mikolaj_rej = {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_pol.1501.a

		historical_option = yes

		capital = {
			create_art = {
				artist = scope:target_character
				quality = 75
				type = work_of_art_type:novel
				key = pol_brief_discussion
			}
		}
		if = {
			limit = {
				religion = religion:catholic
			}
			add_estate_satisfaction = {
				type = estate_type:clergy_estate
				value = estate_satisfaction_severe_penalty
			}
		}
		else = {
			change_societal_value = {
				type = spiritualist_vs_humanist
				value = societal_value_move_to_left
			}
		}
	}

	option = {
		name = flavor_pol.1501.b

		if = {
			limit = {
				religion != religion:catholic
			}
			add_estate_satisfaction = {
				type = estate_type:clergy_estate
				value = estate_satisfaction_severe_penalty
			}
		}
		else = {
			change_societal_value = {
				type = spiritualist_vs_humanist
				value = societal_value_move_to_left
			}
		}

		custom_tooltip = {
			text = POL_every_lutheran_calvinist_hussite_pop_displeased_tt
			every_owned_location = {
				every_pop = {
					limit = {
						owner = root
						OR = {
							religion = religion:lutheran
							religion = religion:calvinist
						}
					}
					add_pop_satisfaction = pop_satisfaction_ultimate_penalty
				}
			}
		}
	}
}