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.5 维查耶纳加尔首都迁移与韦洛尔要塞建设

时间范围

1560.1.1 - 1600.1.1(每月 2% 概率触发)

触发条件

  • 国家必须 拥有 韦洛尔(location:vellore)地区。

关键效果

事件提供三个选项,每个选项都会在韦洛尔地区以 75% 的成本(原因:military_cheap_sponsorship)建造一座 星形要塞building_type:star_fort)。

  1. 选项 A (flavor_vij.5.a)

    • 在韦洛尔建造星形要塞。
    • 将国家首都迁至韦洛尔set_capital = location:vellore)。
  2. 选项 B (flavor_vij.5.b)

    • 在韦洛尔建造星形要塞。
    • (不迁移首都)
  3. 选项 C (flavor_vij.5.c)

    • 不建造要塞
    • 国家获得 轻微的威望惩罚add_prestige = prestige_mild_penalty)。

背景介绍

此事件反映了16世纪下半叶维查耶纳加尔帝国(VIJ)面临的内外局势。随着德干苏丹国的压力增大以及帝国内部权力结构的演变,加强核心地区的防御成为重要议题。韦洛尔因其战略位置,被视为一个潜在的新军事与行政中心。事件模拟了统治者关于是否投入资源强化韦洛尔防御,乃至是否将首都迁至此地的重大决策。

完整事件代码

flavor_vij.5 = {
	type = country_event
	title = flavor_vij.5.title
	desc = flavor_vij.5.desc
	historical_info = flavor_vij.5.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = VIJ
		from = 1560.1.1
		to = 1600.1.1
		monthly_chance = 2
	}

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

	trigger = {
		owns = location:vellore
	}

	option = {
		name = flavor_vij.5.a

		location:vellore = {
			construct_building = {
				building_type = building_type:star_fort
				cost_multiplier = 0.75
				cost_multiplier_reason = "military_cheap_sponsorship"
			}
		}
		set_capital = location:vellore
	}
	option = {
		name = flavor_vij.5.b

		location:vellore = {
			construct_building = {
				building_type = building_type:star_fort
				cost_multiplier = 0.75
				cost_multiplier_reason = "military_cheap_sponsorship"
			}
		}
	}
	option = {
		name = flavor_vij.5.c
		add_prestige = prestige_mild_penalty
	}
}