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_vij.21 宫廷文化政策

时间范围:1400.1.1 - 1500.1.1(每月 2% 概率触发)

触发条件

  • 国家为 维贾亚纳加尔(VIJ)
  • 国家威望 ≥ 40
  • 已接纳 文艺复兴 思潮。
  • 启用 court_of_culture_policy 政策。
  • 首都省份拥有 至少 5 件 艺术品。

关键效果

  • 选项 A

    • 启用政策 court_of_culture_policy
    • 获得 少量 威望加成。
    • 贵族阶层 满意度 小幅下降
    • 国家稳定度 小幅下降
  • 选项 B

    • 贵族阶层 满意度 小幅提升
    • 神职人员阶层 满意度 小幅提升
    • 国家稳定度 小幅提升
    • 国家威望 小幅下降

背景介绍: 在15世纪,维贾亚纳加尔帝国正处于其文化和政治影响力的顶峰。随着文艺复兴思潮的传播和首都艺术收藏的日益丰富,宫廷内部就国家资源的分配方向产生了分歧。一方主张将大量财富投入宫廷文化建设,以彰显帝国的辉煌与统治者的品味;另一方则认为应更均衡地满足国内主要阶层的需求,以维持社会稳定。这一事件反映了帝国在文化炫耀与务实统治之间的抉择。

完整事件代码

flavor_vij.21 = {
	type = country_event
	title = flavor_vij.21.title
	desc = flavor_vij.21.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = VIJ
		from = 1400.1.1
		to = 1500.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = angry
		10 = exterior
	}

	trigger = {
		prestige >= 40
		has_embraced_institution = institution:renaissance
		NOT = { has_policy = court_of_culture_policy }
		capital = {
			any_work_of_art_in_location = {
				count >= 5
			}
		}
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler_or_regent ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_vij.21.a

		add_policy = policy:court_of_culture_policy
		add_prestige = prestige_mild_bonus
		add_estate_satisfaction = {
			type = estate_type:nobles_estate
			value = estate_satisfaction_mild_penalty
		}
		add_stability = stability_mild_penalty
	}

	option = {
		name = flavor_vij.21.b

		add_estate_satisfaction = {
			type = estate_type:nobles_estate
			value = estate_satisfaction_mild_bonus
		}
		add_estate_satisfaction = {
			type = estate_type:clergy_estate
			value = estate_satisfaction_mild_bonus
		}
		add_stability = stability_mild_bonus
		add_prestige = prestige_mild_penalty
	}
}