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.2063] 君主肖像艺术

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

触发条件

  • 国家拥有君主
  • 国家宗教为天主教

关键效果

  • 选项 A (历史选项): 鼓励并进一步美化<君主>形象
    • 获得少量威望
    • 损失少量正统性
    • 若存在君主,则为其添加持续15年的修正 fra_ruler_encouraged_self_iconography
  • 选项 B: 这是亵渎!必须立即终止这种做法。
    • 获得大量正统性

背景介绍: 在16世纪早期的法国,随着文艺复兴思想的传播和王权的加强,君主肖像(如绘画、雕塑、钱币)的创作与传播成为一种重要的政治与宣传工具。天主教会对个人崇拜和“偶像”塑造持有复杂态度,这引发了关于君主形象艺术是合法宣传还是亵渎神明的争论。此事件反映了当时法国宫廷在利用艺术巩固王权与遵循宗教戒律之间的张力。

完整事件代码

flavor_fra.2063 = { # Iconography of <current_monarch>
	type = country_event
	title = flavor_fra.2063.title
	desc = flavor_fra.2063.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
		religion = religion:catholic
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler ?= {
            save_scope_as = fra_ruler
        }
	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	option = { # Encourage it to further improve <ruler> image
		name = flavor_fra.2063.a
		add_prestige = prestige_mild_bonus
		add_legitimacy = legitimacy_mild_penalty
		ruler ?={
			add_character_modifier = { modifier = fra_ruler_encouraged_self_iconography years = 15 mode = add }
		}
		historical_option = yes
	}
	
	option = { # This is Sacrilege! More to end the practice at once.
		name = flavor_fra.2063.b
		add_legitimacy = legitimacy_severe_bonus
	}
}