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_mos.83 喀山索云比卡塔的建造

时间范围:1600.1.1 - 1700.1.1(每月 1% 概率)

触发条件

  • 事件仅对标签为 MOSRUS 的国家触发。
  • 国家拥有并控制 kazan 地区。
  • kazan 地区同时存在穆斯林宗教组 (religion.group = religion_group:muslim) 和基督教宗教组 (religion.group = religion_group:christian) 的人口。
  • 国家当前未处于战争状态 (at_war = no)。

关键效果

  • 选项 A (历史选项)
    • 国库减少 3 金币 (change_gold_effect = { scale = -3 })。
    • kazan 地区创建一件艺术品:
      • 类型:纪念碑 (type = work_of_art_type:monument)
      • 品质:80 (quality = 80)
      • 标识符:the_soyembika_tower
    • kazan 地区的市场添加一个持续 12 个月的临时需求 (demand:mos_soyembika_tower_construction)。
    • AI 选择此选项的权重因子为 1。
  • 选项 B
    • 改变社会价值观:使“进攻性与防御性” (offensive_vs_defensive) 的平衡向左移动(即偏向防御性)(value = societal_value_move_to_left)。
    • AI 选择此选项的权重因子为 0.5。

背景介绍: 该事件模拟了17世纪在喀山地区建造索云比卡塔的历史可能性。喀山作为伏尔加河流域的重要城市,历史上长期是多种文化和宗教(特别是伊斯兰教与东正教)交汇与碰撞的前沿。在莫斯科大公国或俄罗斯帝国控制该地区后,建造一座融合当地多元文化特色的纪念性建筑,既是对其新领土的宣示,也可能是一种安抚或整合不同信仰人口的政治策略。事件反映了统治者如何在和平时期通过公共工程来巩固统治、塑造国家认同,以及在文化融合与军事扩张之间的权衡。

完整事件代码

flavor_mos.83 = {
	type = country_event

	title = flavor_mos.83.title
	desc = flavor_mos.83.desc

	fire_only_once = yes


	dynamic_historical_event = {
		tag = MOS
		tag = RUS
		from = 1600.1.1
		to = 1700.1.1
		monthly_chance = 1
	}

	trigger = {

		location:kazan = {
			owner = root
			controller = root
			any_pop = {
				religion.group = religion_group:muslim
			}
			any_pop = {
				religion.group = religion_group:christian
			}
		}

		at_war = no

	}

	immediate = {
		location:kazan = { save_scope_as = target_location }
	}

	option = {
		name = flavor_mos.83.a
		historical_option = yes

		change_gold_effect = { scale = -3 }

		location:kazan = {
			create_art = {
				quality = 80
				type = work_of_art_type:monument
				key = the_soyembika_tower
			}
			market = {
				add_temporary_demand = {
					type = demand:mos_soyembika_tower_construction
					months = 12
				}
			}
		}

		ai_chance = {
			factor = 1
		}

	}

	option = {
	name = flavor_mos.83.b

		change_societal_value = {
			type = offensive_vs_defensive
			value = societal_value_move_to_left
		}

		ai_chance = {
			factor = 0.5
		}
	}

	historical_info = flavor_mos.83.historical_info

}