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_mor.32] 本·优素福清真寺的修缮

时间范围

1550.1.1 - 1700.1.1,每月 2% 概率触发

触发条件

  • 国家拥有艺术品:work_of_art:ben_youssef_mosque(本·优素福清真寺)

关键效果

选项 A:flavor_mor.32.a

  • 对存放该艺术品的省份:change_development = development_mild_bonus(小幅增加发展度)
  • 对该艺术品:change_art_quality = 10(提升艺术品质量 10 点)
  • 国家财政:change_gold_effect = { scale = -2 }(消耗一定金币)

选项 B:flavor_mor.32.b

  • 国家威望:add_prestige = prestige_mild_penalty(小幅降低威望)

背景介绍

本·优素福清真寺是摩洛哥马拉喀什的一座历史悠久的清真寺和伊斯兰学校,其建筑和装饰艺术代表了萨阿德王朝时期的辉煌。在16至17世纪,随着王朝的巩固和贸易路线的繁荣,统治者们时常面临是否投入巨资修缮和美化这类重要宗教与学术地标的抉择,这既关乎信仰与文化的传承,也影响着国家的财政与声望。

完整事件代码

flavor_mor.32 = {
	hide_portraits = yes
	type = country_event
	title = flavor_mor.32.title
	desc = flavor_mor.32.desc

	dynamic_historical_event = {
		tag = MOR
		from = 1550.1.1
		to = 1700.1.1
		monthly_chance = 2
	}

	fire_only_once = yes

	illustration_tags = {
		10 = exterior
		10 = happy
	}

	trigger = {
		any_work_of_art_in_country = {
			this = work_of_art:ben_youssef_mosque
		}
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		work_of_art:ben_youssef_mosque ?= {
			save_scope_as = target_work_of_art
		}

		random_owned_location = {
			limit = {
				any_work_of_art_in_location = {
					this = work_of_art:ben_youssef_mosque
				}
			}
			save_scope_as = target_location
		}

		ruler_or_regent ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_mor.32.a

		scope:target_location = {
			change_development = development_mild_bonus
		}

		scope:target_work_of_art = {
			change_art_quality = 10
		}

		change_gold_effect = { scale = -2 }
	}

	option = {
		name = flavor_mor.32.b

		add_prestige = prestige_mild_penalty
	}
}