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_sco.304 神圣诗歌艺术

时间范围:1597.1.1 - 1612.1.1(每月 25% 概率)

触发条件

  • 国家拥有统治者。
  • 国家拥有珀斯(perth)地区。

关键效果

  • 选项 A:向公众发表诗歌!
    • 历史选项:是
    • 效果:为当前主流文化添加一项轻微增益的文化传统。
    • AI 选择权重:70%
  • 选项 B:发表诗歌并向其他统治者赠送个人副本
    • 效果:获得巨额威望加成,并损失相当于6个月收入的金钱。
    • AI 选择权重:30%

背景介绍: 此事件模拟了16世纪末至17世纪初苏格兰宫廷文化的一个侧面。当时,君主或贵族创作诗歌并选择如何传播(是面向国内公众还是作为外交礼物赠予他国统治者),不仅关乎个人声誉,也是展示国家文化软实力和进行外交活动的一种方式。事件设定在珀斯地区创作一首特定诗歌,反映了该时期苏格兰文学与政治的交织。

完整事件代码

flavor_sco.304 = { # Divine Art of Poesie
	type = country_event
	fire_only_once = yes
 	title = flavor_sco.304.title
 	desc = flavor_sco.304.desc

	dynamic_historical_event = {
		tag = SCO
		from = 1597.1.1
		to = 1612.1.1
		monthly_chance = 25
	}

 	trigger = {
		has_ruler = yes
		owns = location:perth
 	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

    immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler ?= {
            save_scope_as = sco_ruler
        }
		location:perth = {
			create_art = {
				quality = 50
				artist = scope:sco_ruler
				type = work_of_art_type:poem
				key = sco_divine_art_of_poesie
			}
		}
	}

 	option = { # Publish the Poem for the public!
		name = flavor_sco.304.a
		historical_option = yes
		culture = { add_cultural_tradition = cultural_tradition_mild_bonus }
		ai_chance = {
			factor = 0.7
		}
 	}

 	option = { # Publish the poem and gift personal copies to other rulers
		name = flavor_sco.304.b
		add_prestige = prestige_severe_bonus
		change_gold_effect = { scale = -6 }
		ai_chance = {
			factor = 0.3
		}
 	}
}