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_ser.230 戈卢巴茨要塞

时间范围

1377.1.1 - 1420.1.1,在此期间每月有 2% 的概率触发。

触发条件

  • 国家必须拥有库切沃地区。

关键效果

选项 A (历史选项)

  • 花费 4 点规模的金币。
  • 在库切沃地区,城堡建筑等级提升 1 级。
  • 社会价值观向“进攻性”方向移动。

选项 B

  • 获得少量威望惩罚。

背景介绍

该事件涉及戈卢巴茨要塞的建设或强化。戈卢巴茨要塞是位于多瑙河畔的一座中世纪堡垒,在塞尔维亚帝国时期具有重要的战略意义。事件发生的时间段(1377-1420年)正值塞尔维亚帝国由盛转衰、奥斯曼帝国不断扩张的时期。在库切沃地区建造或加固城堡,反映了塞尔维亚统治者为了防御奥斯曼入侵、巩固边境而进行的军事建设努力。选择加强防御工事,也体现了当时塞尔维亚在面临强大外部威胁时,在进攻与防御战略之间的权衡。

完整事件代码

flavor_ser.230 = { #The Golubac Fortress
	type = country_event
	title = flavor_ser.230.title
	desc = flavor_ser.230.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = SER
		from = 1377.1.1
		to = 1420.1.1
		monthly_chance = 2
	}

	trigger = {
		owns = location:kucevo
	}

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

	option = {
		name = flavor_ser.230.a
		historical_option = yes
		change_gold_effect = { scale = -4 }
		location:kucevo = {
			change_building_level_in_location = {
				building = building_type:castle
				value = 1
			}
		}
		change_societal_value = { type = offensive_vs_defensive value = societal_value_move_to_right }
	}

	option = {
		name = flavor_ser.230.b
		add_prestige = prestige_mild_penalty
	}
}